Date: Wed, 16 Oct 2002 06:50:10 -0700 (PDT) From: Philippe Charnier <charnier@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gprof aout.c arcs.c dfn.c elf.c gprof.1 gprof.c gprof.h hertz.c hp300.c i386.c lookup.c mips.c pathnames.h printgprof.c printlist.c sparc.c sparc64.c tahoe.c vax.c Message-ID: <200210161350.g9GDoAK8054219@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
charnier 2002/10/16 06:50:10 PDT Modified files: usr.bin/gprof aout.c arcs.c dfn.c elf.c gprof.1 gprof.c gprof.h hertz.c hp300.c i386.c lookup.c mips.c pathnames.h printgprof.c printlist.c sparc.c sparc64.c tahoe.c vax.c Log: 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. Revision Changes Path 1.5 +16 -26 src/usr.bin/gprof/aout.c 1.11 +31 -20 src/usr.bin/gprof/arcs.c 1.5 +15 -14 src/usr.bin/gprof/dfn.c 1.5 +3 -3 src/usr.bin/gprof/elf.c 1.22 +24 -18 src/usr.bin/gprof/gprof.1 1.20 +32 -49 src/usr.bin/gprof/gprof.c 1.17 +41 -45 src/usr.bin/gprof/gprof.h 1.2 +5 -0 src/usr.bin/gprof/hertz.c 1.2 +3 -0 src/usr.bin/gprof/hp300.c 1.2 +4 -0 src/usr.bin/gprof/i386.c 1.5 +3 -4 src/usr.bin/gprof/lookup.c 1.2 +5 -0 src/usr.bin/gprof/mips.c 1.2 +1 -0 src/usr.bin/gprof/pathnames.h 1.11 +27 -11 src/usr.bin/gprof/printgprof.c 1.5 +7 -7 src/usr.bin/gprof/printlist.c 1.2 +5 -0 src/usr.bin/gprof/sparc.c 1.2 +2 -1 src/usr.bin/gprof/sparc64.c 1.3 +5 -0 src/usr.bin/gprof/tahoe.c 1.3 +5 -0 src/usr.bin/gprof/vax.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210161350.g9GDoAK8054219>