From: Ulrich Drepper Date: Thu, 29 Nov 2001 21:56:26 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-2-5~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e82d00edc61facc14f88842eab18773052f257;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index e3273ce1f7b..daf8c26a396 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-11-29 Jakub Jelinek + + * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces + don't match, fix {{a,b},c} globbing, clean up. + Patch by Flavio Veloso . + * posix/globtest.sh: Add new tests. + 2001-11-28 Ulrich Drepper * libio/genops.c (_IO_flush_all_lockp): New function. The same code @@ -5,7 +12,7 @@ (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter. * libio/libioP.h: Add prototype for _IO_flush_all_lockp. * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0) - if libio is used. + if libio is used [PR libc/2575]. 2001-11-28 Jakub Jelinek