aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-09 10:05:22 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-09 10:05:22 +0000
commit7be688b58fb2e5fea5db003d9ea72c4d779e65c6 (patch)
tree144ea8057c9d5264737b36a7792081f6619e0acf /ChangeLog
parentff136edd32fb0d55d73032ff3d565794e601a398 (diff)
downloadglibc-7be688b58fb2e5fea5db003d9ea72c4d779e65c6.tar
glibc-7be688b58fb2e5fea5db003d9ea72c4d779e65c6.tar.gz
glibc-7be688b58fb2e5fea5db003d9ea72c4d779e65c6.tar.bz2
glibc-7be688b58fb2e5fea5db003d9ea72c4d779e65c6.zip
Update.
* stdio-common/_i18n_number.h: Support printing localized decimal point and thousand separator. * wctype/wctrans.c: Add __wctrans alias. * include/wctype.h: Declare __wctrans. Based on a patch by Hamed Malek.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ee5a384c4..25309fc375 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-02-09 Ulrich Drepper <drepper@redhat.com>
+ * stdio-common/_i18n_number.h: Support printing localized decimal
+ point and thousand separator.
+ * wctype/wctrans.c: Add __wctrans alias.
+ * include/wctype.h: Declare __wctrans.
+ Based on a patch by Hamed Malek.
+
* sysdeps/i386/fpu/fclrexcpt.c (__feclearexcept): Don't touch bits
other than the status bits [BZ #10].