aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-01 00:04:28 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-01 00:04:28 +0000
commit7f4553513cc2e247fa40ba80485f41e942ba6c9b (patch)
treee36914ab8b7498d309df6ece1c43d50ef8d71f7e /ChangeLog
parentfb46e8d2849c0511de963572646c4114cb427599 (diff)
downloadglibc-7f4553513cc2e247fa40ba80485f41e942ba6c9b.tar
glibc-7f4553513cc2e247fa40ba80485f41e942ba6c9b.tar.gz
glibc-7f4553513cc2e247fa40ba80485f41e942ba6c9b.tar.bz2
glibc-7f4553513cc2e247fa40ba80485f41e942ba6c9b.zip
Update.
* iconv/gconv_trans.c: Test with _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN whether this information is available. * intl/dcigettext.c (_nl_find_msg): Correct reallocation of buffers in case the translation is too large. Remember allocated memory blocks in a list. (free_mem): Free memory for translations. * intl/tst-gettext.c: Use correct locale. Improve error messages. * locale/programs/ld-ctype.c (ctype_output): If no default_missing information is available set the string length to zero.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97f5709ebb..1ff84dfe42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2000-06-30 Ulrich Drepper <drepper@redhat.com>
+ * iconv/gconv_trans.c: Test with _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN
+ whether this information is available.
+
+ * intl/dcigettext.c (_nl_find_msg): Correct reallocation of
+ buffers in case the translation is too large. Remember allocated
+ memory blocks in a list.
+ (free_mem): Free memory for translations.
+
+ * intl/tst-gettext.c: Use correct locale. Improve error messages.
+
+ * locale/programs/ld-ctype.c (ctype_output): If no default_missing
+ information is available set the string length to zero.
+
* sysdeps/i386/i686/strcmp.S: Little optimization in non-BP case.
2000-06-30 Greg McGary <greg@mcgary.org>