aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-24 23:39:37 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-24 23:39:37 +0000
commit9c0592ab3b82691480fff3732239d5892d367df9 (patch)
treecce17bc0b06043c7cc31f953dc0817f6436b60f6 /ChangeLog
parent2debc8c54bf6e752554f212be7e3d50524d2b867 (diff)
downloadglibc-9c0592ab3b82691480fff3732239d5892d367df9.tar
glibc-9c0592ab3b82691480fff3732239d5892d367df9.tar.gz
glibc-9c0592ab3b82691480fff3732239d5892d367df9.tar.bz2
glibc-9c0592ab3b82691480fff3732239d5892d367df9.zip
Update.
* test-skeleton.c: Mark local functions as static to avoid warnings. 2000-11-23 H.J. Lu <hjl@gnu.org> * rt/tst-aio6.c (do_test): Use pipe instead of STDIN_FILENO to support the background job. Fix a typo. 2000-11-24 Ulrich Drepper <drepper@redhat.com> has same names but lower cost.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 612622a022..220c923691 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
2000-11-24 Ulrich Drepper <drepper@redhat.com>
+ * test-skeleton.c: Mark local functions as static to avoid warnings.
+
+2000-11-23 H.J. Lu <hjl@gnu.org>
+
+ * rt/tst-aio6.c (do_test): Use pipe instead of STDIN_FILENO to
+ support the background job.
+ Fix a typo.
+
+2000-11-24 Ulrich Drepper <drepper@redhat.com>
+
* iconv/gconv_conf.c (insert_module): Replace old entry if new one
- hsa same names but lower cost.
+ has same names but lower cost.
2000-11-23 Jakub Jelinek <jakub@redhat.com>