about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-07 13:10:33 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-07 13:10:33 +0000
commitae9b308c6a4a6c2dc6886723764616f85402480d (patch)
tree0bcb3254f2870f86e934dcc6e4e9b8ccbbe0be88 /ChangeLog
parent6600049466b586e3decaf24bd70c06b21382cf98 (diff)
downloadglibc-ae9b308c6a4a6c2dc6886723764616f85402480d.tar.gz
glibc-ae9b308c6a4a6c2dc6886723764616f85402480d.tar.xz
glibc-ae9b308c6a4a6c2dc6886723764616f85402480d.zip
Update.
1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Makerules (lib): Put back dependency on lib-noranlib.
	($(subdirs-stamps)): Remove dependency on stamp.* again.

1998-05-07  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
	test in __pow2 implementation.

1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* malloc/malloc.c (top_check): Add void as parameter to silent gcc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 803811de6c..1776d883c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,23 @@
+1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+	* Makerules (lib): Put back dependency on lib-noranlib.
+	($(subdirs-stamps)): Remove dependency on stamp.* again.
+
+1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
+
+	* sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
+	test in __pow2 implementation.
+
 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
 
 	* Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
 	Still need *FLAGS-.o because we still sometimes build .o files.
 	* db2/Makefile: Don't build libndbm.a if !build-static.
 
+1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+	* malloc/malloc.c (top_check): Add void as parameter to silent gcc.
+
 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
 
 	* configure.in: New test for broken gcc on PowerPC.