mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Update.
1999-04-14 H.J. Lu <hjl@gnu.org> * 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.
This commit is contained in:
parent
ea48e2c4cc
commit
670af0d939
@ -1,3 +1,9 @@
|
||||
1999-04-14 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* 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 <aj@arthur.rhein-neckar.de>
|
||||
|
||||
* wctype/test_wcfuncs.c: New file, tests towlower and towupper.
|
||||
|
@ -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 <hjl@gnu.org>
|
||||
|
||||
* Versions (__libc_current_sigrtmin, __libc_current_sigrtmax,
|
||||
|
@ -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;
|
||||
|
@ -1,3 +1,10 @@
|
||||
1999-04-14 Cristian Gafton <gafton@redhat.com>
|
||||
|
||||
* 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 <drepper@cygnus.com>
|
||||
|
||||
* locales/id_ID: New file.
|
||||
|
Loading…
Reference in New Issue
Block a user