diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-12 20:39:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-12 20:39:58 +0000 |
commit | 0d655550deaaf5813c0b198bbc581164e80230d8 (patch) | |
tree | 6325e2ae78cd0727d9180dbd3227739cad9fd218 /localedata | |
parent | 9f835f5fb48eb6e173a7ca3c678595dba28c5e7a (diff) | |
download | glibc-0d655550deaaf5813c0b198bbc581164e80230d8.tar glibc-0d655550deaaf5813c0b198bbc581164e80230d8.tar.gz glibc-0d655550deaaf5813c0b198bbc581164e80230d8.tar.bz2 glibc-0d655550deaaf5813c0b198bbc581164e80230d8.zip |
Update.
2000-07-12 H.J. Lu <hjl@gnu.org>
* resolv/Versions (libresolv): Add __res_hostalias to GLIBC_2.2
for _nss_dns_gethostbyname2_r in resolv/nss_dns/dns-host.c.
2000-07-12 Ulrich Drepper <drepper@redhat.com>
* wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Shut gcc up although
it is wrong.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 1c15fa1b07..57c2f34343 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,27 @@ +2000-07-11 Andreas Jaeger <aj@suse.de> + + * Makefile (locale_test_suite): Always run test suite. + ($(addprefix $(objpfx),$(CTYPE_FILES))): Add extra parameter for + gen-locale.sh. + (do-collate-test): Likewise. + (do-tst-fmon): Likewise. + (do-tst-locale): Likewise. + (do-tst-rpmatch): Likewise. + (do-tst-trans): Likewise. + (do-tst-mbswcs): Likewise. + (do-tst-ctype): Likewise. + + * sort-test.sh : Rewrite to work with static only builds. + * tst-ctype.sh: Likewise. + * tst-fmon.sh: Likewise. + * tst-locale.sh: Likewise. + * tst-mbswcs.sh: Likewise. + * tst-rpmatch.sh: Likewise. + * tst-trans.sh: Likewise. + + * gen-locale.sh (locfile): Fix it for building with + sourcedir==builddir and for static only builds. + 2000-07-07 Ulrich Drepper <drepper@redhat.com> * locales/POSIX: Remove repertoire map reference. |