diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-30 04:18:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-30 04:18:33 +0000 |
commit | da2a3ca6e2d712c2495aafa02364366f8534e4bc (patch) | |
tree | a7e1e5f8e6cbe9a256416616309a1da7f9ffa1ec /ChangeLog | |
parent | 9c3b1ceba810a51cb0069644e1bc72cb9a1cbc8c (diff) | |
download | glibc-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |