mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
Update.
1999-08-31 Andreas Schwab <schwab@suse.de> * locale/C-collate.c: Add missing initialisations. * locale/C-ctype.c: Likewise.
This commit is contained in:
parent
a4f4b72b80
commit
52bc074fec
@ -1,3 +1,8 @@
|
||||
1999-08-31 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* locale/C-collate.c: Add missing initialisations.
|
||||
* locale/C-ctype.c: Likewise.
|
||||
|
||||
1999-08-31 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* time/strftime.c (my_strftime): Remove unneeded variable len.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
|
||||
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public License as
|
||||
@ -156,10 +156,19 @@ const struct locale_data _nl_C_LC_COLLATE =
|
||||
{ word: 0 },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ word: 0 },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ word: 0 },
|
||||
{ word: 0 },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ word: 0 },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
@ -174,6 +183,8 @@ const struct locale_data _nl_C_LC_COLLATE =
|
||||
{ string: NULL },
|
||||
#endif
|
||||
{ string: _nl_C_LC_COLLATE_symbol_strings },
|
||||
{ string: NULL },
|
||||
{ string: NULL },
|
||||
#if __BYTE_ORDER == __LITTLE_ENDIAN
|
||||
{ string: NULL },
|
||||
#endif
|
||||
|
@ -361,8 +361,11 @@ const struct locale_data _nl_C_LC_CTYPE =
|
||||
{ string: (const char *) _nl_C_LC_CTYPE_names },
|
||||
#if BYTE_ORDER == BIG_ENDIAN
|
||||
{ string: NULL },
|
||||
#endif
|
||||
{ word: 256 }, { word: 1 },
|
||||
#endif
|
||||
#if BYTE_ORDER == LITTLE_ENDIAN
|
||||
{ word: 0 }, { word: 0 },
|
||||
#endif
|
||||
{ string: "upper\0" "lower\0" "alpha\0" "digit\0" "xdigit\0" "space\0"
|
||||
"print\0" "graph\0" "blank\0" "cntrl\0" "punct\0" "alnum\0"
|
||||
"left_to_right\0" "right_to_left\0" "num_terminator\0"
|
||||
@ -375,7 +378,14 @@ const struct locale_data _nl_C_LC_CTYPE =
|
||||
{ string: _nl_C_LC_CTYPE_width },
|
||||
{ word: 1 },
|
||||
{ string: "ANSI_X3.4-1968" },
|
||||
{ word: 1 },
|
||||
#if BYTE_ORDER == BIG_ENDIAN
|
||||
{ word: 0 }, { word: 0 },
|
||||
{ word: 1 }, { word: 0 },
|
||||
#endif
|
||||
#if BYTE_ORDER == LITTLE_ENDIAN
|
||||
{ word: 256 }, { word: 1 },
|
||||
{ word: 0 }, { word: 1 },
|
||||
#endif
|
||||
{ string: "0" },
|
||||
{ string: "1" },
|
||||
{ string: "2" },
|
||||
@ -386,6 +396,12 @@ const struct locale_data _nl_C_LC_CTYPE =
|
||||
{ string: "7" },
|
||||
{ string: "8" },
|
||||
{ string: "9" },
|
||||
#if BYTE_ORDER == BIG_ENDIAN
|
||||
{ word: 1 }, { word: 0 },
|
||||
#endif
|
||||
#if BYTE_ORDER == LITTLE_ENDIAN
|
||||
{ word: 0 }, { word: 1 },
|
||||
#endif
|
||||
#if BYTE_ORDER == LITTLE_ENDIAN
|
||||
{ wstr: (uint32_t *) L"" },
|
||||
{ wstr: (uint32_t *) L"" },
|
||||
@ -473,6 +489,8 @@ const struct locale_data _nl_C_LC_CTYPE =
|
||||
{ string: "" },
|
||||
{ string: "" },
|
||||
{ string: "" },
|
||||
{ string: "" },
|
||||
{ string: "" },
|
||||
{ string: "" }
|
||||
}
|
||||
};
|
||||
|
@ -1,5 +1,8 @@
|
||||
1999-08-31 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* locales/en_DK: Add Euro symbol to collation and characterization
|
||||
tables. Patch by Geoff Keating.
|
||||
|
||||
* charmaps/ISO-8859-15: Remove duplicate <OC>.
|
||||
|
||||
1999-08-16 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
@ -313,6 +313,7 @@ order_start forward;forward/
|
||||
<Rg> IGNORE;IGNORE;IGNORE;<Rg>
|
||||
<At> IGNORE;IGNORE;IGNORE;<At>
|
||||
<Cu> IGNORE;IGNORE;IGNORE;<Cu>
|
||||
<Eu> IGNORE;IGNORE;IGNORE;<Eu>
|
||||
<Ct> IGNORE;IGNORE;IGNORE;<Ct>
|
||||
<DO> IGNORE;IGNORE;IGNORE;<DO>
|
||||
<Pd> IGNORE;IGNORE;IGNORE;<Pd>
|
||||
@ -2538,7 +2539,7 @@ punct <!>;<">;<Nb>;<DO>;<%>;<&>;<'>;/
|
||||
<//>;<:>;<;>;<<>;<=>;</>>;<?>;/
|
||||
<At>;<<(>;<////>;<)/>>;<'/>>;/
|
||||
<_>;<'!>;<(!>;<!!>;<!)>;<'?>;/
|
||||
<!I>;<Ct>;<Pd>;<Cu>;<Ye>;<BB>;/
|
||||
<!I>;<Ct>;<Pd>;<Cu>;<Eu>;<Ye>;<BB>;/
|
||||
<SE>;<':>;<Co>;<-a>;<<<>;<NO>;/
|
||||
<Rg>;<'m>;<DG>;<+->;<2S>;<3S>;/
|
||||
<''>;<My>;<PI>;<.M>;<',>;<1S>;/
|
||||
|
Loading…
Reference in New Issue
Block a user