]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
/tmp/T
authorJakub Jelinek <jakub@redhat.com>
Thu, 12 Jul 2007 14:30:34 +0000 (14:30 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 12 Jul 2007 14:30:34 +0000 (14:30 +0000)
ChangeLog

index 84c930f8472f9730f6e6e410d7904e5edb5e1016..0f075bdf9a58aeff83d8b50a51365c7b87735b7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * 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  <sjmunroe@us.ibm.com>
 
        * stdlib/tst-makecontext.c: Include errno.h.  Change main()