History log of /freebsd-10-stable/usr.bin/gprof/arcs.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 246783 14-Feb-2013 charnier

rework old-style functions prototypes
reduce WARNS=6 output


# 228629 17-Dec-2011 dim

More fixes for correct printf length modifiers usr.bin/gprof.

MFC after: 1 week


# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


# 130776 20-Jun-2004 stefanf

Retire support for gprof's -c option. All our currently supported
architectures only provide a dummy implementation.

Silence on: current@


# 105243 16-Oct-2002 charnier

Remove done() which was just exit() so use of warn()/err() can be made. Abort
on allocation failure instead of displaying a warning and deferencing NULL
pointer after. Spelling. Add prototypes. Add list of option in synopsis section
of man page, -d is not referenced because available as a compile option. It
should be made a runtime option btw.


# 99112 30-Jun-2002 obrien

Consistently use FBSDID


# 97631 30-May-2002 wollman

Fix preprocessor directive syntax (text after #endif).
The style of this program is still atrocious (not fixed).


# 91018 21-Feb-2002 bde

Fixed printf format errors. In printgprof.c, also convert the scale
without possibly losing lots of precision, and print the scale using
%g instead of %d in case it is non-integral. %g might not be the best
format for this.


# 91012 21-Feb-2002 bde

Fixed a missing variable declaration so that gprof compiles with -DDEBUG.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 27414 15-Jul-1997 charnier

Revert to original style.


# 27327 11-Jul-1997 charnier

Fix typo I introduced during last commit.


# 27313 10-Jul-1997 charnier

Use err(3).


# 8874 30-May-1995 rgrimes

Remove trailing whitespace.


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources