aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-06-17 00:43:42 +0000
committerUlrich Drepper <drepper@redhat.com>2001-06-17 00:43:42 +0000
commitaac0e8c4e8004da90c28b6b63cf2decb229f64a2 (patch)
treea6fae95d2980a7f7795cad408853d9f1403925b7 /ChangeLog
parent8fee1bb0b2373357ded21bd69dc9e33ad619493c (diff)
downloadglibc-aac0e8c4e8004da90c28b6b63cf2decb229f64a2.tar
glibc-aac0e8c4e8004da90c28b6b63cf2decb229f64a2.tar.gz
glibc-aac0e8c4e8004da90c28b6b63cf2decb229f64a2.tar.bz2
glibc-aac0e8c4e8004da90c28b6b63cf2decb229f64a2.zip
Update.
2001-06-04 Bruno Haible <haible@clisp.cons.org> * locale/programs/locfile.c (siblings_uncached, siblings, full_read, compare_files): New functions. (write_locale_data): Use xmalloc. Compare the file with the locale data files for the same category in other locales, and reuse it if possible and safe.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3f16dad0a..694b920772 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-06-04 Bruno Haible <haible@clisp.cons.org>
+
+ * locale/programs/locfile.c (siblings_uncached, siblings, full_read,
+ compare_files): New functions.
+ (write_locale_data): Use xmalloc. Compare the file with the locale
+ data files for the same category in other locales, and reuse it if
+ possible and safe.
+
2001-06-07 Mark Kettenis <kettenis@gnu.org>
* grp/initgroups.c (initgroups): Factor out re-usable code into...