From: Roland McGrath Date: Wed, 20 Mar 1996 03:12:40 +0000 (+0000) Subject: Regenerated X-Git-Tag: upstream/2.30~29606 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=213afb94b631fef0e6f24a2c61f5e31de77b62f5;p=external%2Fglibc.git Regenerated Thu Mar 14 06:01:07 1996 Roland McGrath * posix/glob.c (glob): In GLOB_BRACE brace expansion, fix buffer size calculation to include trailing invariant portion. Don't use alloca; instead use a dynamic auto array for GCC, malloc for non-GCC. Handle nested braces properly. --- diff --git a/posix/glob/ChangeLog b/posix/glob/ChangeLog index 623cca8..5d6cc49 100644 --- a/posix/glob/ChangeLog +++ b/posix/glob/ChangeLog @@ -1,3 +1,10 @@ +Thu Mar 14 06:01:07 1996 Roland McGrath + + * posix/glob.c (glob): In GLOB_BRACE brace expansion, fix buffer size + calculation to include trailing invariant portion. Don't use alloca; + instead use a dynamic auto array for GCC, malloc for non-GCC. + Handle nested braces properly. + Fri Mar 1 10:09:46 1996 Roland McGrath * posix/glob.c: Use canonical code from autoconf manual for dirent