diff options
author | Roland McGrath <roland@gnu.org> | 1995-11-20 10:01:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-11-20 10:01:12 +0000 |
commit | 054cc4cc381fd772befb86dee130314beb42154a (patch) | |
tree | 7376de37a0776d4ef08b39dc7ff06ceb476c9acb /ChangeLog | |
parent | 96aa2d94a2355cdc55c96e808d14a0e7f2ebe77d (diff) | |
download | glibc-054cc4cc381fd772befb86dee130314beb42154a.tar.gz glibc-054cc4cc381fd772befb86dee130314beb42154a.tar.xz glibc-054cc4cc381fd772befb86dee130314beb42154a.zip |
Sun Nov 19 18:23:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-951120
* Makeconfig (+includes): Add $($(stdio)-include). (libio-include): New variable. * stdlib/strtod.c: Put weak_symbol after function defn. * stdlib/strtol.c: Likewise. * configure.in (--enable-libio): If not present, set $stdio to "default". Move stdio/libio check to end, so sysdeps fragments can affect it. Reset $stdio to "stdio" if it's "default". * sysdeps/unix/sysv/linux/configure: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dd731fce4b..380c31f950 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sun Nov 19 18:23:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * Makeconfig (+includes): Add $($(stdio)-include). + (libio-include): New variable. + + * stdlib/strtod.c: Put weak_symbol after function defn. + * stdlib/strtol.c: Likewise. + + * configure.in (--enable-libio): If not present, set $stdio to + "default". Move stdio/libio check to end, so sysdeps fragments + can affect it. Reset $stdio to "stdio" if it's "default". + * sysdeps/unix/sysv/linux/configure: New file. + Sat Nov 18 16:46:01 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> * libio/Makefile, libio/cleanup.c, libio/clearerr.c, libio/feof.c, |