aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.