]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
.
authorRoland McGrath <roland@gnu.org>
Sat, 26 Feb 2005 01:02:33 +0000 (01:02 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 26 Feb 2005 01:02:33 +0000 (01:02 +0000)
ChangeLog

index 63d9c3980db7463564d4299eb985489e5f170583..68238e75da485df0756a352906180dbb6d7bd25e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2005-02-22  Ulrich Drepper  <drepper@redhat.com>
+
+       * 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  <schwab@suse.de>
+
+       * posix/execvp.c (execvp): Fix invalid free.
+
 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
 
        [BZ #767]