diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-15 16:03:57 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-15 16:03:57 +0000 |
commit | 1a511d31055bb3fe7638b043d5c5c57d929c51cd (patch) | |
tree | cb2307942b7ef0ca15763b48ef40911198903523 /ChangeLog | |
parent | 8ab5926a261825b43c8ce82b4c64541448b73869 (diff) | |
download | glibc-1a511d31055bb3fe7638b043d5c5c57d929c51cd.tar.gz glibc-1a511d31055bb3fe7638b043d5c5c57d929c51cd.tar.xz glibc-1a511d31055bb3fe7638b043d5c5c57d929c51cd.zip |
Update.
2000-12-15 Andreas Jaeger <aj@suse.de> * stdio-common/scanf9.c (main): Reformat and change to avoid warnings. * stdio-common/tstdiomisc.c: Make local functions static. * stdio-common/tst-printf.c: Likewise. * elf/constload2.c: Add prototype declarations to shut up gcc. * elf/dep1.c: Likewise. * elf/dep2.c: Likewise. * elf/dep3.c: Likewise. * elf/dep4.c: Likewise. * elf/ltglobmod2.c: Likewise. * libio/fmemopen.c: Make local functions static. * elf/Makefile (distribute): Added testobj.h. * elf/testobj.h: New file. * elf/testobj1.c: Include testobj.h and move prototype declarations to testobj.h. * elf/testobj2.c: Likewise. * elf/testobj3.c: Likewise. * elf/testobj4.c: Likewise. * elf/testobj5.c: Likewise. * elf/testobj6.c: Likewise. * elf/testobj1_1.c: Likewise. * elf/preloadtest.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c06aeff89b..ab94b136b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2000-12-15 Andreas Jaeger <aj@suse.de> + + * stdio-common/scanf9.c (main): Reformat and change to avoid + warnings. + + * stdio-common/tstdiomisc.c: Make local functions static. + * stdio-common/tst-printf.c: Likewise. + + * elf/constload2.c: Add prototype declarations to shut up gcc. + * elf/dep1.c: Likewise. + * elf/dep2.c: Likewise. + * elf/dep3.c: Likewise. + * elf/dep4.c: Likewise. + * elf/ltglobmod2.c: Likewise. + + * libio/fmemopen.c: Make local functions static. + + * elf/Makefile (distribute): Added testobj.h. + + * elf/testobj.h: New file. + + * elf/testobj1.c: Include testobj.h and move prototype + declarations to testobj.h. + * elf/testobj2.c: Likewise. + * elf/testobj3.c: Likewise. + * elf/testobj4.c: Likewise. + * elf/testobj5.c: Likewise. + * elf/testobj6.c: Likewise. + * elf/testobj1_1.c: Likewise. + * elf/preloadtest.c: Likewise. + 2000-12-15 Ben Collins <bcollins@debian.org> * misc/sys/cdefs.h: Fix thinko in checks for flexarr macros. |