From 2da42bc06566bc89785e580fa1ac89b4c9f2a63c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 15 Jan 2010 12:03:16 -0800 Subject: Fix a few more cases of ignored return values in regex. --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index da22f28c35..a8ffc76650 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-01-15 Ulrich Drepper + * 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 +2010-01-13 Andreas Krebbel * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to dl_main. -- cgit v1.2.3