diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-02 01:19:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-02 01:19:29 +0000 |
commit | ca8d5a5f3dea0f541fc3c388b6cb01a2d27e9924 (patch) | |
tree | d8267bf4da68e57f15d9e0fff328187a34876514 /ChangeLog | |
parent | 8fb81470d9466b7e3d60cbfd6fc2d04fd1aae78a (diff) | |
download | glibc-ca8d5a5f3dea0f541fc3c388b6cb01a2d27e9924.tar.gz glibc-ca8d5a5f3dea0f541fc3c388b6cb01a2d27e9924.tar.xz glibc-ca8d5a5f3dea0f541fc3c388b6cb01a2d27e9924.zip |
Update.
* sysdeps/ia64/bits/byteswap.h: New file. Patch by Dan Pop <Dan.Pop@cern.ch>. * misc/sys/cdefs.h: Define __attribute_format_arg__. * intl/libintl.h: Use it here instead of using __attribute__ directly. 2000-07-13 H.J. Lu <hjl@gnu.org> * posix/regex.c (re_max_failures): Set to 4000. 2000-08-01 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0108ce5edc..95dc8191bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2000-08-01 Ulrich Drepper <drepper@redhat.com> + * sysdeps/ia64/bits/byteswap.h: New file. + Patch by Dan Pop <Dan.Pop@cern.ch>. + + * misc/sys/cdefs.h: Define __attribute_format_arg__. + * intl/libintl.h: Use it here instead of using __attribute__ directly. + +2000-07-13 H.J. Lu <hjl@gnu.org> + + * posix/regex.c (re_max_failures): Set to 4000. + +2000-08-01 Ulrich Drepper <drepper@redhat.com> + * gnulib/Makefile (tests): Add tst-gcc. * gnulib/tst-gcc.c: New file. |