diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/SUPPORTED | 2 |
3 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2000-03-03 Andreas Jaeger <aj@suse.de> + + * sunrpc/xdr.c (xdr_hyper): Correctly handle lower half of llp. + +2000-03-03 Andreas Jaeger <aj@suse.de> + + * sunrpc/xdr_intXX_t.c (xdr_uint16_t): Fix ENCODE and DECODE + cases. + (xdr_int64_t): Correctly handle lower half. + Fix by Sten Dahlgren <stda@enea.se>, closes PR libc/1623. + 2000-03-03 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 5075d90404..5ccad30611 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2000-03-03 Ulrich Drepper <drepper@redhat.com> + + * SUPPORTED: Add gv_GB and kw_GB. + 2000-03-01 Andreas Jaeger <aj@suse.de> * locales/gv_GB: New file. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 8773f1fd37..3e4fbb0596 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -33,6 +33,7 @@ fr_FR ISO-8859-1 fr_LU ISO-8859-1 ga_IE ISO-8859-1 gl_ES ISO-8859-1 +gv_GB ISO-8859-1 hr_HR ISO-8859-2 hu_HU ISO-8859-2 in_ID ISO-8859-1 @@ -41,6 +42,7 @@ it_CH ISO-8859-1 it_IT ISO-8859-1 iw_IL ISO-8859-8 kl_GL ISO-8859-1 +kw_GB ISO-8859-1 lt_LT ISO-8859-13 lv_LV ISO-8859-13 mk_MK ISO-8859-5 |