diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-06-26 03:14:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-06-26 03:14:04 +0000 |
commit | d8f00d4669ecd16dfb7e52757cccf6bf2f5facbe (patch) | |
tree | 3785690bd4b7fa96422b32517e7b29161e40d83a /ChangeLog | |
parent | debe38f2129576a9478b2b7444d03929e6ec00b4 (diff) | |
download | glibc-d8f00d4669ecd16dfb7e52757cccf6bf2f5facbe.tar.gz glibc-d8f00d4669ecd16dfb7e52757cccf6bf2f5facbe.tar.xz glibc-d8f00d4669ecd16dfb7e52757cccf6bf2f5facbe.zip |
Update.
2001-06-22 Jakub Jelinek <jakub@redhat.com> * posix/regex.c (regex_compile, re_match_2_internal): Fix comment typos. 2001-06-01 Wolfram Gloger <wg@malloc.de> * malloc/malloc.c (malloc_atfork, free_atfork): Use a unique value ATFORK_ARENA_PTR, not 0, for the thread-specific arena pointer when malloc_atfork is in use.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5838cb51f6..0cb258bf5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-06-22 Jakub Jelinek <jakub@redhat.com> + + * posix/regex.c (regex_compile, re_match_2_internal): Fix comment + typos. + +2001-06-01 Wolfram Gloger <wg@malloc.de> + + * malloc/malloc.c (malloc_atfork, free_atfork): Use a unique value + ATFORK_ARENA_PTR, not 0, for the thread-specific arena pointer + when malloc_atfork is in use. + 2001-06-22 Andreas Jaeger <aj@suse.de> * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Add parenthese |