From: Roland McGrath Date: Sat, 26 Feb 2005 01:02:33 +0000 (+0000) Subject: . X-Git-Tag: cvs/glibc-2_3_5~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcfdcf7002d9988a50df3840d04342c2860c78b5;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index 63d9c3980db..68238e75da4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2005-02-22 Ulrich Drepper + + * posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1, + tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2, + tst-execve1, tst-execve2, tst-execle1, and tst-execle2. + * posix/tst-execl1.c: New file. + * posix/tst-execl2.c: New file. + * posix/tst-execle1.c: New file. + * posix/tst-execle2.c: New file. + * posix/tst-execlp1.c: New file. + * posix/tst-execlp2.c: New file. + * posix/tst-execv1.c: New file. + * posix/tst-execv2.c: New file. + * posix/tst-execve1.c: New file. + * posix/tst-execve2.c: New file. + * posix/tst-execvp1.c: New file. + * posix/tst-execvp2.c: New file. + +2005-02-22 Andreas Schwab + + * posix/execvp.c (execvp): Fix invalid free. + 2005-02-21 Ulrich Drepper [BZ #767]