diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-06 03:05:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-06 03:05:42 +0000 |
commit | 797fa6204a2f642a84c379033e182863c39bdcef (patch) | |
tree | 198944e7b38012e3bf513426134570d687dcd6d0 /ChangeLog | |
parent | 933e73facc338fb81f1f72af416ea57fbf439a2f (diff) | |
download | glibc-797fa6204a2f642a84c379033e182863c39bdcef.tar.gz glibc-797fa6204a2f642a84c379033e182863c39bdcef.tar.xz glibc-797fa6204a2f642a84c379033e182863c39bdcef.zip |
* ctype/ctype-info.c: For initial tables, use
_nl_C_LC_CTYPE_{class,toupper,tolower} constant tables defined in locale/C-ctype.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 215aca09af..57c73d8500 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,9 @@ Sun Mar 5 19:40:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> (categories): New variable. (aux): Use that to get C-category and lc-category. * ctype/ctype.h (_IS*): Use independent bits for all but _ISalnum. + * ctype/ctype-info.c: For initial tables, use + _nl_C_LC_CTYPE_{class,toupper,tolower} constant tables defined in + locale/C-ctype.c. * locale/C-ctype.c, locale/C-messages.c: New files. * locale/C-monetary.c, locale/C-numeric.c, locale/C-time.c: Default "C" locale data updated for new locale system. |