aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-30 04:18:33 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-30 04:18:33 +0000
commitda2a3ca6e2d712c2495aafa02364366f8534e4bc (patch)
treea7e1e5f8e6cbe9a256416616309a1da7f9ffa1ec /ChangeLog
parent9c3b1ceba810a51cb0069644e1bc72cb9a1cbc8c (diff)
downloadglibc-da2a3ca6e2d712c2495aafa02364366f8534e4bc.tar
glibc-da2a3ca6e2d712c2495aafa02364366f8534e4bc.tar.gz
glibc-da2a3ca6e2d712c2495aafa02364366f8534e4bc.tar.bz2
glibc-da2a3ca6e2d712c2495aafa02364366f8534e4bc.zip
Update.
2000-10-29 Greg Louis <glouis@dynamicro.on.ca> * posix/regex.h (__restrict_arr): Move definition out of #ifndef block. Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but doesn't define __restrict_arr. * manual/search.texi: Correct description if VISIT values. Patch by Ben Collins <bcollins@debian.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ce521c22a..e8e570dea1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
+2000-10-29 Greg Louis <glouis@dynamicro.on.ca>
+
+ * posix/regex.h (__restrict_arr): Move definition out of #ifndef block.
+ Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
+ doesn't define __restrict_arr.
+
2000-10-29 Ulrich Drepper <drepper@redhat.com>
+ * manual/search.texi: Correct description if VISIT values.
+ Patch by Ben Collins <bcollins@debian.org>.
+
* string/bits/string2.h (strspn): Evaluate first argument if
second is "".
(strpbrk): Likewise.