about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-17 12:36:52 +0000
committerRoland McGrath <roland@gnu.org>1996-03-17 12:36:52 +0000
commit9b431e31e15b4620c862208c1079fdace62313aa (patch)
treecca13ab8d19b11603196355f137caca29bc851b3 /ChangeLog
parent5aab07eb5615fa5baec4161579f03c72280b88e2 (diff)
downloadglibc-9b431e31e15b4620c862208c1079fdace62313aa.tar.gz
glibc-9b431e31e15b4620c862208c1079fdace62313aa.tar.xz
glibc-9b431e31e15b4620c862208c1079fdace62313aa.zip
Sun Mar 17 07:19:33 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> cvs/libc-960318
	* db/Makefile (CFLAGS-hash_func.c): New variable; pass -Wno-unused.
	(CFLAGS): Append -Wno-unitialized.

	* sysdeps/alpha/memchr.S: New file.
	* sysdeps/alpha/memchr.c: Obsolete file removed.
	* string/tester.c: Soup up memchr tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d3da3f175..b8d5fef5e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Mar 17 07:19:33 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
+
+	* db/Makefile (CFLAGS-hash_func.c): New variable; pass -Wno-unused.
+	(CFLAGS): Append -Wno-unitialized.
+
 Sat Mar 16 20:58:43 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
 
 	* stdlib/erand48_r.c: Use FP division by powers of two to distribute
@@ -5,8 +10,9 @@ Sat Mar 16 20:58:43 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
 
 Sat Mar 16 20:08:22 1996  David Mosberger-Tang  <davidm@azstarnet.com>
 
-	* sysdeps/alpha/memchr.S: new file.
-	* sysdeps/alpha/memchr.c: obsolete file removed.
+	* sysdeps/alpha/memchr.S: New file.
+	* sysdeps/alpha/memchr.c: Obsolete file removed.
+	* string/tester.c: Soup up memchr tests.
 
 Sat Mar 16 16:26:09 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>