summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/arcs.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove done() which was just exit() so use of warn()/err() can be made. Abortcharnier2002-10-161-20/+31
| | | | | | | 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.
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* Fix preprocessor directive syntax (text after #endif).wollman2002-05-301-21/+21
| | | | The style of this program is still atrocious (not fixed).
* Fixed printf format errors. In printgprof.c, also convert the scalebde2002-02-211-7/+7
| | | | | | 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.
* Fixed a missing variable declaration so that gprof compiles with -DDEBUG.bde2002-02-211-0/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert to original style.charnier1997-07-151-3/+5
|
* Fix typo I introduced during last commit.charnier1997-07-111-2/+2
|
* Use err(3).charnier1997-07-101-9/+11
|
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+950
OpenPOWER on IntegriCloud