diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-03 23:02:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-03 23:02:17 +0000 |
commit | df859a0c1599efaa8d654b9c9a5994e666bc2b23 (patch) | |
tree | 79c7863cfaf402baed8974252c2a8244d8d63753 /ChangeLog | |
parent | 64a0aa0fac2e55e03feb8c848876a65b98018b5b (diff) | |
download | glibc-df859a0c1599efaa8d654b9c9a5994e666bc2b23.tar.gz glibc-df859a0c1599efaa8d654b9c9a5994e666bc2b23.tar.xz glibc-df859a0c1599efaa8d654b9c9a5994e666bc2b23.zip |
* 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-03 Ulrich Drepper <drepper@redhat.com> * string/Makefile (tst-strxfrm2-ENV): Define. * stdlib/Makefile (tst-strtod3-ENV): Define.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cd8d547d72..bc8becc3e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +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-03 Ulrich Drepper <drepper@redhat.com> + + * string/Makefile (tst-strxfrm2-ENV): Define. + * stdlib/Makefile (tst-strtod3-ENV): Define. + 2007-01-02 Ulrich Drepper <drepper@redhat.com> * posix/getconf.c: Update copyright year. |