glibc/malloc
Ulrich Drepper cbbcaf2369 * debug/xtrace.sh: Unify translatable messages.
* elf/ldd.bash.in: Likewise.
	* elf/sprof.c: Likewise.
	* locale/programs/locale.c: Likewise.
	* malloc/memusage.sh: Likewise.
	* nss/getent.c: Likewise.

2009-02-06  Joseph Myers  <joseph@codesourcery.com>

	* debug/pcprofiledump.c (print_version,
	argp_program_version_hook): New function.
	* elf/ldconfig.c (more_help): New function.
	(argp): Use it.
	* elf/sln.c (usage): New function.
	(main): Support --help and --version.
	* malloc/memusagestat.c (print_version): New function.
	(argp_program_version_hook): New variable.
	* nscd/nscd.c (more_help): New function.
	(argp): Use it.
	* posix/getconf.c (main): Send --version output to stdout.
	Support --help.
	* sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
	arguments.  All callers changed.
	(print_version): New function.
	(parseargs): Support --help and --version.
	* sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
	changed.
	(print_version): New function.
	(main): Use getopt_long.  Support --help and --version.
	* sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
	--version.

2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2009-02-06 20:13:07 +00:00
..
arena.c * malloc/arena.c (grow_heap): Split out code to shrink heap into... 2007-12-12 00:11:49 +00:00
Depend
hooks.c (__malloc_check_init): Remove printf. 2008-07-15 17:16:07 +00:00
Makefile * malloc/tst-trim1.c: New file. 2007-12-16 22:57:57 +00:00
malloc.c * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting 2009-01-30 17:47:23 +00:00
malloc.h [BZ #4792] 2007-07-19 17:05:14 +00:00
mallocbug.c
mcheck-init.c Update. 2004-09-08 08:12:39 +00:00
mcheck.c * malloc/malloc.c (do_check_chunk): Correct check for mmaped block 2007-05-19 04:42:52 +00:00
mcheck.h
memusage.c * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768. 2009-02-06 18:27:08 +00:00
memusage.sh * debug/xtrace.sh: Unify translatable messages. 2009-02-06 20:13:07 +00:00
memusagestat.c * debug/xtrace.sh: Unify translatable messages. 2009-02-06 20:13:07 +00:00
morecore.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mtrace.c * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call. Drop 2008-07-26 22:43:16 +00:00
mtrace.pl * posix/getconf.c: Update copyright year. 2009-01-02 08:47:18 +00:00
obstack.c [BZ #321] 2006-01-11 05:43:11 +00:00
obstack.h [BZ #321] 2006-01-11 05:43:11 +00:00
set-freeres.c
thread-freeres.c
tst-calloc.c
tst-malloc.c * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP 2006-08-24 17:30:37 +00:00
tst-mallocfork.c * malloc/tst-mallocfork.c (do_test): Make sure sa_flags is 2005-12-06 00:50:15 +00:00
tst-mallocstate.c
tst-mcheck.c * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +00:00
tst-mtrace.c
tst-mtrace.sh [BZ #804] 2005-10-14 23:42:04 +00:00
tst-obstack.c
tst-trim1.c * malloc/tst-trim1.c: New file. 2007-12-16 22:57:57 +00:00
tst-valloc.c
Versions