aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7149df3479..14e40269da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2001-02-05 Ulrich Drepper <drepper@redhat.com>
+ * localedata/Makefile (tests): Add bug-iconv-trans.
+ Define bug-iconv-trans-ENV.
+ * localedata/bug-iconv-trans.c: New file.
+
+2001-02-04 Bruno Haible <haible@clisp.cons.org>
+
+ * iconv/gconv_trans.c (__gconv_transliterate): Use a temporary output
+ pointer, to avoid accumulating output from incomplete (unsuccessful)
+ transliteration attempts.
+
+2001-02-05 Ulrich Drepper <drepper@redhat.com>
+
* elf/ldconfig.c (search_dir): Use PRIx64 instead of Lx in printf
string. Include <inttypes.h> instead of <stdint.h>.