diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-25 19:27:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-25 19:27:07 +0000 |
commit | c559a3ca84a0258e4773571ae73fa7bba4c927b0 (patch) | |
tree | 4a406270536b93867da0c903711b54f72e64792b /localedata | |
parent | 281e6031736c13d1ead4d832d6beaf978d36ffdf (diff) | |
download | glibc-c559a3ca84a0258e4773571ae73fa7bba4c927b0.tar glibc-c559a3ca84a0258e4773571ae73fa7bba4c927b0.tar.gz glibc-c559a3ca84a0258e4773571ae73fa7bba4c927b0.tar.bz2 glibc-c559a3ca84a0258e4773571ae73fa7bba4c927b0.zip |
Update.
1999-11-25 H.J. Lu <hjl@gnu.org>
* stdlib/exit.c (exit): Run funtions only if
__exit_funcs->idx > 0.
1999-11-25 Ulrich Drepper <drepper@cygnus.com>
* manual/charset.texi (iconv Examples): Add iconv call to flush
state. Reported by Andrew Clausen <clausen@alphalink.com.au>.
1999-11-25 Andreas Jaeger <aj@suse.de>
* manual/install.texi (Running make install): Better describe
update from libc5.
Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
1999-11-25 Andreas Jaeger <aj@suse.de>
* include/sys/mman.h: Remove K&R compatibility.
1999-11-15 Andreas Jaeger <aj@suse.de>
* misc/sys/mman.h: Use __REDIRECT for mmap, correct prototype to
use __off64_t.
1999-11-25 Ulrich Drepper <drepper@cygnus.com>
* iconv/iconv_prog.c (process_block): For stateful charsets write
out byte sequence to get to initial state at the end of the file.
which was reported to not work (which proofed to be wrong).
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 4359b31d89..2d29f4035e 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +1999-11-25 Ulrich Drepper <drepper@cygnus.com> + + * Makefile: Don't run tests for now. + 1999-11-23 Ulrich Drepper <drepper@cygnus.com> * locales/ko_KR: New file. diff --git a/localedata/Makefile b/localedata/Makefile index 6433e374ea..1189723988 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -72,7 +72,7 @@ $(inst_i18ndir)/repertoiremaps/%: repertoiremaps/% $(+force); $(do-install) ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) .PHONY: do-collate-test do-tst-fmon do-tst-locale do-tst-rpmatch do-tst-trans -tests: do-collate-test do-tst-fmon do-tst-locale do-tst-rpmatch do-tst-trans +#tests: do-collate-test do-tst-fmon do-tst-locale do-tst-rpmatch do-tst-trans do-collate-test: sort-test.sh $(objpfx)collate-test $(objpfx)xfrm-test \ $(test-input-data) $(SHELL) -e $< $(common-objpfx) $(test-input) |