diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-30 08:09:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-30 08:09:32 +0000 |
commit | 66ac0abe0341c5b3b1189c0ef9805ac931aecf6e (patch) | |
tree | 4871f21f421ea16d19ab5ee4ea6ca1ccec448996 /locale/C-collate.c | |
parent | d876f5327985eac3bf3109e9429febc8a8954ff5 (diff) | |
download | glibc-66ac0abe0341c5b3b1189c0ef9805ac931aecf6e.tar glibc-66ac0abe0341c5b3b1189c0ef9805ac931aecf6e.tar.gz glibc-66ac0abe0341c5b3b1189c0ef9805ac931aecf6e.tar.bz2 glibc-66ac0abe0341c5b3b1189c0ef9805ac931aecf6e.zip |
Update.
1999-12-13 Andreas Jaeger <aj@suse.de>
* resolv/resolv.h: Remove K&R compatibility.
* resolv/res_libc.c: Move definition of _res after res_init,
res_init should use the threaded specific context.
* resolv/Makefile (+cflags): Remove -Wno-comment since it's not
needed anymore.
* locale/langinfo.h: Add constants for wide character collation data.
* locale/categories.def: Add appropriate entries for collate entries.
* locale/C-collate.c: Add initializers for new entries.
* locale/programs/ld-collate.c: Implement output of wide character
tables.
* locale/programs/ld-ctype.c (allocate_arrays): Change algorithm to
compute wide character table size a bit: it now gives up a bit of
total table size for fewer levels.
Diffstat (limited to 'locale/C-collate.c')
-rw-r--r-- | locale/C-collate.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/locale/C-collate.c b/locale/C-collate.c index 7875f5de22..7302682b30 100644 --- a/locale/C-collate.c +++ b/locale/C-collate.c @@ -150,13 +150,20 @@ const struct locale_data _nl_C_LC_COLLATE = _nl_C_name, NULL, 0, 0, /* no file mapped */ UNDELETABLE, - 6, + 13, { { word: 0 }, { string: NULL }, { string: NULL }, { string: NULL }, { string: NULL }, + { string: NULL }, + { word: 0 }, + { word: 0 }, + { string: NULL }, + { string: NULL }, + { string: NULL }, + { string: NULL }, { string: NULL } } }; |