diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-20 07:16:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-20 07:16:31 +0000 |
commit | b639d0c9395381757a65b0ab9920e866cdec9120 (patch) | |
tree | dbbe2e4db176d0448b1db845f3da5c020850fb66 /ChangeLog | |
parent | 6cce65407e2fc5015c69bb38741d6942b3e412c3 (diff) | |
download | glibc-b639d0c9395381757a65b0ab9920e866cdec9120.tar.gz glibc-b639d0c9395381757a65b0ab9920e866cdec9120.tar.xz glibc-b639d0c9395381757a65b0ab9920e866cdec9120.zip |
Update.
2004-11-20 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/bits/socket.h (SCM_RIGHTS): Avoid comma at the end of enum if __USE_BSD is not defined. (calc_inveclosure, calc_eclosure): Skip OP_DELETED_SUBEXP nodes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index a5cd019f9d..8deeb98a19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-20 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/bits/socket.h (SCM_RIGHTS): Avoid + comma at the end of enum if __USE_BSD is not defined. + 2004-11-19 Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c (_int_malloc): Check for corruption of chunk @@ -22,8 +27,7 @@ (re_compile_internal): Call it. (re_compile_pattern): Set preg->no_sub to 1 if RE_NO_SUB. (free_dfa_content): Free subexp_map. - (calc_inveclosure, calc_eclosure): Skip OP_DELETED_SUBEXP - nodes. + (calc_inveclosure, calc_eclosure): Skip OP_DELETED_SUBEXP nodes. * posix/regexec.c (re_search_internal): If subexp_map is not NULL, duplicate registers as needed. * posix/Makefile: Add rules to build and run tst-regex2. |