diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-25 22:27:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-25 22:27:43 +0000 |
commit | 70e392a33adde4722828b5e7e6b9ac42aa53f44a (patch) | |
tree | 7024df725aadfd4128ecdd61761e7c2a74e71288 | |
parent | 3452aba811b77932788ac10de324653140bca936 (diff) | |
download | glibc-70e392a33adde4722828b5e7e6b9ac42aa53f44a.tar glibc-70e392a33adde4722828b5e7e6b9ac42aa53f44a.tar.gz glibc-70e392a33adde4722828b5e7e6b9ac42aa53f44a.tar.bz2 glibc-70e392a33adde4722828b5e7e6b9ac42aa53f44a.zip |
Update.
* libio/wfileops.c (_IO_wfile_underflow): Handle not entirely
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 6 | ||||
-rw-r--r-- | localedata/ChangeLog | 4 |
3 files changed, 11 insertions, 1 deletions
@@ -35,7 +35,7 @@ * libio/iogetwline.c (_IO_getwline_info): Pretty print. - * libio/wfileops.c (_IO_wfile_underflow): Correct not entirely + * libio/wfileops.c (_IO_wfile_underflow): Handle not entirely empty external buffer correctly. 2000-07-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl> diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 5faa4884d5..69c05fb214 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2000-07-25 Mark Kettenis <kettenis@gnu.org> + + * internals.h (__RES_PTHREAD_INTERNAL): Remove define. + * pthread.c: Include <resolv.h>. + (_res): Undefine. Add extern declaration. + 2000-07-24 Ulrich Drepper <drepper@redhat.com> * pthread.c (__pthread_initial_thread): Update initializer. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 67662424f2..6351c03bda 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2000-07-25 Ulrich Drepper <drepper@redhat.com> + + * tst-langinfo.c: Add copyright text. + 2000-07-24 Ulrich Drepper <drepper@redhat.com> * tst-wctype.input: Add more input text. |