1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
2000-07-18  Ulrich Drepper  <drepper@redhat.com>

	* intl/Makefile: Make sure tst-translit is run after tst-gettext.

	* locale/C-ctype.c: Add initializers for gap elements.
	* locale/programs/ld-ctype.c (ctype_output): Write out index entries
	for gap elements.
This commit is contained in:
Ulrich Drepper
2000-07-18 08:13:18 +00:00
parent 9aaac141b3
commit c6df09adf2
6 changed files with 34 additions and 3 deletions

View File

@ -349,9 +349,12 @@ const struct locale_data _nl_C_LC_CTYPE =
{
{ string: _nl_C_LC_CTYPE_class },
{ string: (const char *) _nl_C_LC_CTYPE_toupper },
{ string: NULL },
{ string: (const char *) _nl_C_LC_CTYPE_tolower },
{ string: NULL },
{ string: _nl_C_LC_CTYPE_class32 },
{ string: (const char *) _nl_C_LC_CTYPE_names },
{ string: NULL },
{ word: 256 },
{ word: 1 },
{ string: "upper\0" "lower\0" "alpha\0" "digit\0" "xdigit\0" "space\0"