From 670af0d939fa14479b5fc0a3a3ed07bd76935940 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 14 Apr 1999 23:51:01 +0000 Subject: Update. 1999-04-14 H.J. Lu * sunrpc/clnt_udp.c (is_network_up): New function. (clntudp_call): Call is_network_up () to check if any network interface is up in case of timeout. --- ChangeLog | 6 ++++++ linuxthreads/ChangeLog | 3 +++ linuxthreads/Versions | 3 +++ localedata/ChangeLog | 7 +++++++ 4 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9a469272ea..f061d70ed2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-04-14 H.J. Lu + + * sunrpc/clnt_udp.c (is_network_up): New function. + (clntudp_call): Call is_network_up () to check if any network + interface is up in case of timeout. + 1999-04-14 Andreas Jaeger * wctype/test_wcfuncs.c: New file, tests towlower and towupper. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index d982e5f1c6..72c022b5ae 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -3,6 +3,9 @@ * specific.c (pthread_key_delete): Check th->p_terminated to see if the thread is running. + * Versions (__libc_internal_tsd_get, __libc_internal_tsd_set): + Added to GLIBC_2.0 for libc.so. + 1999-02-12 H.J. Lu * Versions (__libc_current_sigrtmin, __libc_current_sigrtmax, diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 2d553f1d10..df5355fdcb 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -13,6 +13,9 @@ libc { pthread_mutexattr_getkind_np; pthread_mutexattr_setkind_np; pthread_self; pthread_setcancelstate; pthread_setcanceltype; pthread_setschedparam; + + # Internal libc interface to libpthread + __libc_internal_tsd_get; __libc_internal_tsd_set; } GLIBC_2.1 { pthread_attr_init; diff --git a/localedata/ChangeLog b/localedata/ChangeLog index cdc045d587..373f0eb2b9 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,10 @@ +1999-04-14 Cristian Gafton + + * SUPPORTED: Add support for Ukraine Russian. + * locales/ru_UA: New file. + * locales/uk_UA: New file. + * charmaps/KOI8-U: New file. + 1999-04-12 Ulrich Drepper * locales/id_ID: New file. -- cgit 1.4.1