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/langinfo.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'locale/langinfo.h') diff --git a/locale/langinfo.h b/locale/langinfo.h index 3f39298c17..e46fc65184 100644 --- a/locale/langinfo.h +++ b/locale/langinfo.h @@ -236,6 +236,13 @@ enum _NL_COLLATE_WEIGHTMB, _NL_COLLATE_EXTRAMB, _NL_COLLATE_INDIRECTMB, + _NL_COLLATE_HASH_SIZE, + _NL_COLLATE_HASH_LAYERS, + _NL_COLLATE_NAMES, + _NL_COLLATE_TABLEWC, + _NL_COLLATE_WEIGHTWC, + _NL_COLLATE_EXTRAWC, + _NL_COLLATE_INDIRECTWC, _NL_NUM_LC_COLLATE, /* LC_CTYPE category: character classification. -- cgit v1.2.3