]> git.ipfire.org Git - thirdparty/glibc.git/commit - locale/categories.def
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 22 Jul 2000 21:22:08 +0000 (21:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 22 Jul 2000 21:22:08 +0000 (21:22 +0000)
commit04fbc779fe06ebb697c7dfe02493ad2fc0f8e1e5
tree66b7b352ede61f7a7ead4935386de558d0e17b93
parentfcc10ffab6d696cdda8a1a33b8e1720d90f7a15b
Update.

* iconv/gconv_trans.c: Correct a few bugs in the search loop.  Remove
remainders of hash table.
* locale/categories.def: Remove remainders of transliteration
hash table.
* locale/langinfo.h: Likewise.
* locale/programs/ld-ctype.c: Likewise.  Fix code to write out
transliteration tables.

* locale/gen-translit.pl: New file.
* locale/C-translit.h.in: New file.
* locale/C-ctype.c: Include C-translit.h.  Initialize transliteration
data pointers with data from this file.
* locale/Makefile (distribute): Add C-translit.h.in, C-translit.h,
and gen-translit.pl.
Add rule to generate C-translit.h.
ChangeLog
iconv/gconv_trans.c
locale/C-ctype.c
locale/C-translit.h [new file with mode: 0644]
locale/C-translit.h.in [new file with mode: 0644]
locale/Makefile
locale/categories.def
locale/gen-translit.pl [new file with mode: 0644]
locale/langinfo.h
locale/programs/ld-ctype.c