mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-17 06:00:08 +00:00
Update.
1999-11-18 Ulrich Drepper <drepper@cygnus.com> * locale/programs/locale.c: Don't handle LC_ALL together with the other categories when printing the value. Patch by Akira YOSHIYAMA <yosshy@tkf.att.ne.jp>. * locale/locale.h: Correct comment about LC_ALL.
This commit is contained in:
parent
5491da0dfa
commit
643e9936eb
@ -1,3 +1,11 @@
|
||||
1999-11-18 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* locale/programs/locale.c: Don't handle LC_ALL together with the
|
||||
other categories when printing the value.
|
||||
Patch by Akira YOSHIYAMA <yosshy@tkf.att.ne.jp>.
|
||||
|
||||
* locale/locale.h: Correct comment about LC_ALL.
|
||||
|
||||
1999-11-17 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* locale/programs/ld-ctype.c (ctype_output): Correct computation of
|
||||
|
@ -31,7 +31,7 @@
|
||||
__BEGIN_DECLS
|
||||
|
||||
/* These are the possibilities for the first argument to setlocale.
|
||||
The code assumes that LC_ALL is the highest value, and zero the lowest. */
|
||||
The code assumes that the lowest LC_* symbol has the value zero. */
|
||||
#define LC_CTYPE 0
|
||||
#define LC_NUMERIC 1
|
||||
#define LC_TIME 2
|
||||
|
@ -547,6 +547,7 @@ show_locale_vars (void)
|
||||
|
||||
/* Now all categories in an unspecified order. */
|
||||
for (cat_no = 0; cat_no < NCATEGORIES; ++cat_no)
|
||||
if (cat_no != LC_ALL)
|
||||
get_source (category[cat_no].name);
|
||||
|
||||
/* The last is the LC_ALL value. */
|
||||
|
Loading…
Reference in New Issue
Block a user