diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-17 01:46:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-17 01:46:13 +0000 |
commit | b17178fc56b52ad4d251b9286365f6da60c860e6 (patch) | |
tree | 21436e33fd3af08313209d5c607d8290ed077f99 /ChangeLog | |
parent | da128169aaa250809ed2b143487d062708548fe3 (diff) | |
download | glibc-b17178fc56b52ad4d251b9286365f6da60c860e6.zip glibc-b17178fc56b52ad4d251b9286365f6da60c860e6.tar.gz glibc-b17178fc56b52ad4d251b9286365f6da60c860e6.tar.bz2 |
Tue Jan 16 17:37:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* csu/Makefile [have-initfini=yes] (CPPFLAGS): Append -DHAVE_INITFINI.
(initfini): Compile initfini.c with -fPIC.
Sun Jan 14 17:51:09 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* stdio-common/vfscanf.c (inchar, conv_error, input_error,
memory_error): Add cast to void to avoid gcc warning.
(vfscanf): Rewrite character class parsing to make it more efficient.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue Jan 16 17:37:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * csu/Makefile [have-initfini=yes] (CPPFLAGS): Append -DHAVE_INITFINI. + (initfini): Compile initfini.c with -fPIC. + +Sun Jan 14 17:51:09 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * stdio-common/vfscanf.c (inchar, conv_error, input_error, + memory_error): Add cast to void to avoid gcc warning. + (vfscanf): Rewrite character class parsing to make it more efficient. + Sun Jan 14 01:01:10 1996 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> * stdlib/strtol.c: Return correct pointer for strings |