aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-26 01:02:33 +0000
committerRoland McGrath <roland@gnu.org>2005-02-26 01:02:33 +0000
commitbcfdcf7002d9988a50df3840d04342c2860c78b5 (patch)
tree3e72f6ccb75a83beff44ada1a636bcdaefe28ba7 /ChangeLog
parent2005-02-22 Andreas Schwab <schwab@suse.de> (diff)
downloadglibc-bcfdcf7002d9988a50df3840d04342c2860c78b5.tar.xz
glibc-bcfdcf7002d9988a50df3840d04342c2860c78b5.zip
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63d9c3980d..68238e75da 100644
--- 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]