aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-13 07:01:35 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-13 07:01:35 +0000
commit8a82cc302401f7beea53f0395bbba2030ffe587a (patch)
tree7b6793d9f3bfa0ca5dac4fbd62eff6ffc3373ee6 /ChangeLog
parent8868f97b04da96174316ca6f46d1c3354c19e3e8 (diff)
downloadglibc-8a82cc302401f7beea53f0395bbba2030ffe587a.tar
glibc-8a82cc302401f7beea53f0395bbba2030ffe587a.tar.gz
glibc-8a82cc302401f7beea53f0395bbba2030ffe587a.tar.bz2
glibc-8a82cc302401f7beea53f0395bbba2030ffe587a.zip
Update.
* locale/programs/localedef.c: Implement --prefix option to allow writing in standard places of alternative install directories.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e95ebe995e..3417171de7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-08-12 Ulrich Drepper <drepper@redhat.com>
+ * locale/programs/localedef.c: Implement --prefix option to allow
+ writing in standard places of alternative install directories.
+
* posix/regex.c (compile_range): Implement collation sequence
handling for glibc. Use simple character ordering otherwise and
not strcoll.