about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-13 22:01:00 +0000
committerRoland McGrath <roland@gnu.org>1996-05-13 22:01:00 +0000
commita5b7bf0e62e88494d82f7ca6474b6b8b669c1e98 (patch)
treedaaf2d03e20448bd425400c78ffcee8fa82d4f11 /ChangeLog
parent95a108f0baaa38911b02e90d1f8179fd08a01ac2 (diff)
downloadglibc-a5b7bf0e62e88494d82f7ca6474b6b8b669c1e98.tar.gz
glibc-a5b7bf0e62e88494d82f7ca6474b6b8b669c1e98.tar.xz
glibc-a5b7bf0e62e88494d82f7ca6474b6b8b669c1e98.zip
* configure.in (--with-fp): Note in help string that it's the default.
	* locale/programs/ld-ctype.c (struct locale_ctype_t): Use u_int32_t
	instead of unsigned int for map_collection_max and map_collection_act.

	* stdio-common/vfprintf.c [USE_IN_LIBIO] (flockfile, funlockfile):
	Macros removed; they are in <stdio.h>.
	* stdio-common/vfscanf.c: Likewise.

	`-include' to not complain before they exist.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a098b67003..61a1bbdb89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 Mon May 13 12:03:03 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
+	* configure.in (--with-fp): Note in help string that it's the default.
+
+	* locale/programs/ld-ctype.c (struct locale_ctype_t): Use u_int32_t
+	instead of unsigned int for map_collection_max and map_collection_act.
+
+	* stdio-common/vfprintf.c [USE_IN_LIBIO] (flockfile, funlockfile):
+	Macros removed; they are in <stdio.h>.
+	* stdio-common/vfscanf.c: Likewise.
+
 	* posix/glob.c [_AMIGA]: Don't include <pwd.h>.
 	(glob): Remove bogus & in call to globfree.
 	[_AMIGA]: Use AmigaDOS file name conventions.
@@ -7,7 +16,7 @@ Mon May 13 12:03:03 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 	* time/Makefile (zonenames): Target removed.
 	(extra-objs): Remove it from here.
 	Include the z.* files directly instead of including zonenames; use
-	`-include' to not complain befre they exist.
+	`-include' to not complain before they exist.
 
 	* sysdeps/unix/Makefile: Find sysd-syscalls and s-proto.d with
 	$(common-objpfx) instead of $(objpfx).