diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-15 12:03:16 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-15 12:03:16 -0800 |
commit | 2da42bc06566bc89785e580fa1ac89b4c9f2a63c (patch) | |
tree | 9a0897c4f719fa624a8ee764b8c82affbfed772d /ChangeLog | |
parent | 635bc2a20f0070a8d30bc9a49598c3e2726a33b5 (diff) | |
download | glibc-2da42bc06566bc89785e580fa1ac89b4c9f2a63c.tar.gz glibc-2da42bc06566bc89785e580fa1ac89b4c9f2a63c.tar.xz glibc-2da42bc06566bc89785e580fa1ac89b4c9f2a63c.zip |
Fix a few more cases of ignored return values in regex.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index da22f28c35..a8ffc76650 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-01-15 Ulrich Drepper <drepper@redhat.com> + * posix/regcomp.c: Fix a few more cases of ignored return values. + * posix/regex_internal.c: Likewise. + * posix/regexec.c: Likewise. + * include/features.h: _XOPEN_SOURCE_EXTENDED is not defined to be used without _XOPEN_SOURCE. Don't base any decisions on this macro if _XOPEN_SOURCE is not defined as well. @@ -13,7 +17,7 @@ * elf/elf.h (EF_S390_HIGH_GPRS): Added macro definition for the new elf header flag. -XS2010-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> +2010-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to dl_main. |