diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-24 10:42:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-24 10:42:58 +0000 |
commit | 369b193374c8acc4e285c02cfed781f9fe3a018c (patch) | |
tree | ad78490dd648462651282b5f376bd5a185e157db /ChangeLog | |
parent | 2b79b6d54362c8b9833488b1c88f1259d8c16a55 (diff) | |
download | glibc-369b193374c8acc4e285c02cfed781f9fe3a018c.tar.gz glibc-369b193374c8acc4e285c02cfed781f9fe3a018c.tar.xz glibc-369b193374c8acc4e285c02cfed781f9fe3a018c.zip |
Update.
1998-09-24 Ulrich Drepper <drepper@cygnus.com> * misc/regexp.h (compile): Use alloca instead of __alloca. It won't pollute the namespace since the compiler will resolve it inline. Reported by Florian La Roche <florian@suse.de>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 20ab2badb1..f8a241f02d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-09-24 Ulrich Drepper <drepper@cygnus.com> + + * misc/regexp.h (compile): Use alloca instead of __alloca. It won't + pollute the namespace since the compiler will resolve it inline. + Reported by Florian La Roche <florian@suse.de>. + 1998-09-24 10:29 Ulrich Drepper <drepper@cygnus.com> * timezone/private.h: Update from tzcode1998g. |