about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-11-20 10:01:12 +0000
committerRoland McGrath <roland@gnu.org>1995-11-20 10:01:12 +0000
commit054cc4cc381fd772befb86dee130314beb42154a (patch)
tree7376de37a0776d4ef08b39dc7ff06ceb476c9acb /ChangeLog
parent96aa2d94a2355cdc55c96e808d14a0e7f2ebe77d (diff)
downloadglibc-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--ChangeLog13
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,