Date: Thu, 21 Mar 2002 10:44:32 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib atexit.c bsearch.c calloc.c exit.c getenv.c getsubopt.c heapsort.c malloc.c merge.c qsort.c radixsort.c random.c setenv.c strhash.c Message-ID: <200203211844.g2LIiW603084@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2002/03/21 10:44:32 PST Modified files: lib/libc/stdlib atexit.c bsearch.c calloc.c exit.c getenv.c getsubopt.c heapsort.c malloc.c merge.c qsort.c radixsort.c random.c setenv.c strhash.c Log: Remove 'register' keyword. Revision Changes Path 1.5 +1 -1 src/lib/libc/stdlib/atexit.c 1.2 +9 -7 src/lib/libc/stdlib/bsearch.c 1.5 +4 -2 src/lib/libc/stdlib/calloc.c 1.5 +2 -2 src/lib/libc/stdlib/exit.c 1.3 +6 -4 src/lib/libc/stdlib/getenv.c 1.4 +8 -6 src/lib/libc/stdlib/getsubopt.c 1.3 +4 -2 src/lib/libc/stdlib/heapsort.c 1.64 +1 -1 src/lib/libc/stdlib/malloc.c 1.5 +5 -3 src/lib/libc/stdlib/merge.c 1.9 +3 -3 src/lib/libc/stdlib/qsort.c 1.4 +9 -7 src/lib/libc/stdlib/radixsort.c 1.18 +11 -11 src/lib/libc/stdlib/random.c 1.7 +7 -7 src/lib/libc/stdlib/setenv.c 1.9 +7 -7 src/lib/libc/stdlib/strhash.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?200203211844.g2LIiW603084>