about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-29 22:56:42 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-29 22:56:42 +0000
commitfc0a2d72e5d12276e97f6b581a54561c239872f8 (patch)
tree273b00ac047ec609aa1199b7ca34f893751e5885 /ChangeLog
parentfb97136391ea0e5a1774c830a7bf08ef004d9d66 (diff)
downloadglibc-fc0a2d72e5d12276e97f6b581a54561c239872f8.tar.gz
glibc-fc0a2d72e5d12276e97f6b581a54561c239872f8.tar.xz
glibc-fc0a2d72e5d12276e97f6b581a54561c239872f8.zip
Update.
1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* malloc/malloc.h: Properly handle future GCC versions.

1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/configure.in: Change version checks to
	use AC_EGREP_CPP.  Change sed pattern to not use alternation.  Fix
	text of error message.

	* aclocal.m4 (GLIBC_PROVIDES): Define AC_LANG to `C'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b53fdddacb..42c69c01ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+	* malloc/malloc.h: Properly handle future GCC versions.
+
+1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+	* sysdeps/unix/sysv/linux/configure.in: Change version checks to
+	use AC_EGREP_CPP.  Change sed pattern to not use alternation.  Fix
+	text of error message.
+
+	* aclocal.m4 (GLIBC_PROVIDES): Define AC_LANG to `C'.
+
 1999-05-29  Ulrich Drepper  <drepper@cygnus.com>
 
 	* manual/filesys.texi: Extend (f)truncate documentation.