From 66ac0abe0341c5b3b1189c0ef9805ac931aecf6e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 30 Dec 1999 08:09:32 +0000 Subject: Update. 1999-12-13 Andreas Jaeger * 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. --- locale/C-collate.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'locale/C-collate.c') 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,8 +150,15 @@ 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 }, -- cgit 1.4.1