aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-01 20:30:19 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-01 20:30:19 +0000
commitd20fec5d65b16c42b391d1e95df73b3a8366fe16 (patch)
treee11194741b0507ee368c9169bd08a93c20df974a /ChangeLog
parentfa1861d9fc31366afbcb640ecfb64d7ce646de8d (diff)
downloadglibc-d20fec5d65b16c42b391d1e95df73b3a8366fe16.tar
glibc-d20fec5d65b16c42b391d1e95df73b3a8366fe16.tar.gz
glibc-d20fec5d65b16c42b391d1e95df73b3a8366fe16.tar.bz2
glibc-d20fec5d65b16c42b391d1e95df73b3a8366fe16.zip
Update.
* ctype/ctype.h: Undo the patch before the last one. Put back the macro definitions for the standard functions to access the classification and mapping arrays. * include/ctype.h: Partly revert last patch. Move the macro definitions for the exported functions back to the public header. #undef all the macros defined here before redefining. * ctype/ctype-info.c: Revert last patch. * locale/lc-ctype.c: Revert last patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c59bf7321..8e78415417 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2002-09-01 Ulrich Drepper <drepper@redhat.com>
+ * ctype/ctype.h: Undo the patch before the last one. Put back the
+ macro definitions for the standard functions to access the
+ classification and mapping arrays.
+ * include/ctype.h: Partly revert last patch. Move the macro
+ definitions for the exported functions back to the public header.
+ #undef all the macros defined here before redefining.
+ * ctype/ctype-info.c: Revert last patch.
+ * locale/lc-ctype.c: Revert last patch.
+
* ctype/Makefile (routines): Add isctype.
* ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
* ctype/ctype.h: Add declaration of isctype.