From: Jakub Jelinek Date: Thu, 12 Jul 2007 14:30:34 +0000 (+0000) Subject: /tmp/T X-Git-Tag: cvs/fedora-glibc-2_5-20070712T1701~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d21c82bee023e78202040ed4e65e31e52b26bef4;p=thirdparty%2Fglibc.git /tmp/T --- diff --git a/ChangeLog b/ChangeLog index 84c930f8472..0f075bdf9a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-01-03 Jakub Jelinek + + * posix/execvp.c: Include alloca.h. + (allocate_scripts_argv): Renamed to... + (scripts_argv): ... this. Don't allocate buffer here nor count + arguments. + (execvp): Use alloca if possible. + * posix/Makefile: Add rules to build and run tst-vfork3 test. + * posix/tst-vfork3.c: New test. + 2007-01-05 Steven Munroe * stdlib/tst-makecontext.c: Include errno.h. Change main()