diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-01-14 04:11:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-01-14 04:11:30 +0000 |
commit | 82e2ba9a036d0a8a01344271ebd2db69f3b20cc7 (patch) | |
tree | 42f4c0aedfcbf1e2d38d12a311bf8a68ebab90d0 /ChangeLog | |
parent | 10677727e24ccda9f364aa1f043a97a9204947a9 (diff) | |
download | glibc-82e2ba9a036d0a8a01344271ebd2db69f3b20cc7.tar.gz |
Update.
2004-01-13 Ulrich Drepper <drepper@redhat.com>
* posix/regex.c: Support crappy compilers and platforms which have
problems with alloca.
* posix/regex_internal.h: Likewise.
Patch by Paolo Bonzini.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-01-13 Ulrich Drepper <drepper@redhat.com> + + * posix/regex.c: Support crappy compilers and platforms which have + problems with alloca. + * posix/regex_internal.h: Likewise. + Patch by Paolo Bonzini. + 2004-01-12 Paolo Bonzini <bonzini@gnu.org> * posix/regcomp.c [_LIBC && !RE_ENABLE_I18N]: |