summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-16 10:53:12 +0000
committerRoland McGrath <roland@gnu.org>2005-02-16 10:53:12 +0000
commite3beafe1e041e276b3e5f5310289b4adc0a8f18c (patch)
tree7512806f61a621d56947e37a20327a6018a946c4 /ChangeLog
parent89020b6f1c2caae213bcc56f1139cafc284e8766 (diff)
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 16 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 9adf854da0..ac232f477d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-01-19 Roland McGrath <roland@redhat.com>
+
+ [BZ #681]
+ * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
+ argument to execlp.
+ Reported by Marcus Meissner <meissner@suse.de>.
+
+2005-01-19 Jakub Jelinek <jakub@redhat.com>
+
+ * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo
+ in assert.
+ * iconv/strtab.c (strtabfinalize): Likewise.
+
+ [BZ #730]
+ * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
+
2005-01-17 Roland McGrath <roland@redhat.com>
[BZ #745]
@@ -443,11 +459,6 @@
[BZ #730]
* stdio-common/tst-fmemopen2.c: Include string.h.
-2005-01-19 Jakub Jelinek <jakub@redhat.com>
-
- [BZ #730]
- * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
-
2005-01-05 Steven Munroe <sjmunroe@us.ibm.com>
[BZ #729]