From 64ba41bcc699bd6b11ce4cefc3c65349da6f43db Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 7 Oct 2007 22:09:38 +0000 Subject: [PATCH] [BZ #73] 2007-10-07 Ulrich Drepper [BZ #73] * locales/nb_NO: Update time information, collation, thousands separator. * locales/nn_NO: Likewise. --- localedata/ChangeLog | 7 +++++ localedata/locales/nb_NO | 80 +++++++++++++++++++++++++++--------------------- localedata/locales/nn_NO | 74 ++++++++++++++++++++------------------------ posix/glob.c | 3 +- 4 files changed, 87 insertions(+), 77 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index de2b138438..89f46cf918 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,10 @@ +2007-10-07 Ulrich Drepper + + [BZ #73] + * locales/nb_NO: Update time information, collation, thousands + separator. + * locales/nn_NO: Likewise. + 2007-10-04 Ulrich Drepper * locales/en_NG: New file. diff --git a/localedata/locales/nb_NO b/localedata/locales/nb_NO index 9540cfa04a..6638272c90 100644 --- a/localedata/locales/nb_NO +++ b/localedata/locales/nb_NO @@ -15,15 +15,13 @@ comment_char % % Date: 1996-10-15 % Application: general % Users: general -% Repertoiremap: mnemonic.ds -% Charset: ISO-8859-1 % Distribution and use is free, also % for commercial purposes. LC_IDENTIFICATION title "Norwegian (Bokmal) locale for Norway" source "Norsk Standardiseringsforbund" -address "University Library,, Drammensveien 41, N-9242 Oslo, Norge" +address "University Library, Drammensveien 41, N-9242 Oslo, Norge" contact "" email "bug-glibc-locales@gnu.org" tel "" @@ -66,6 +64,9 @@ reorder-after +reorder-after + + reorder-after @@ -73,31 +74,33 @@ reorder-after reorder-after ;;;IGNORE - ;;;IGNORE ;;;IGNORE +reorder-after + ;;;IGNORE ;;;IGNORE reorder-after ;;;IGNORE - ;;;IGNORE ;;;IGNORE - ;;;IGNORE ;;;IGNORE - ;;;IGNORE ;;;IGNORE - ;;;IGNORE ;;;IGNORE - ;;;IGNORE ;;;IGNORE - ;;;IGNORE ;;;IGNORE - ;;;IGNORE ;;;IGNORE - ;;;IGNORE ;;;IGNORE - ;;;IGNORE ;;;IGNORE ;;;IGNORE +reorder-after + ;;;IGNORE + ;;;IGNORE + ;;;IGNORE + ;;;IGNORE + ;;;IGNORE + ;;;IGNORE + ;;;IGNORE + ;;;IGNORE + ;;;IGNORE ;;;IGNORE ;;;IGNORE @@ -105,15 +108,14 @@ reorder-after % removed from latest iso14651 tables. reorder-after "";"";"";IGNORE +reorder-after "";"";"";IGNORE -reorder-after - - reorder-after ;;;IGNORE - ;;;IGNORE ;;;IGNORE +reorder-after + ;;;IGNORE ;;;IGNORE reorder-end @@ -132,7 +134,7 @@ LC_MONETARY int_curr_symbol "" currency_symbol "" mon_decimal_point "" -mon_thousands_sep "" +mon_thousands_sep "" mon_grouping 3;3 positive_sign "" negative_sign "" @@ -148,15 +150,15 @@ END LC_MONETARY LC_NUMERIC decimal_point "" -thousands_sep "" +thousands_sep "" grouping 3;3 END LC_NUMERIC LC_TIME -abday "";"";/ - "";"";/ - "";"";/ - "" +abday "";"";/ + "";"";/ + "";"";/ + "" day "";/ "";/ "";/ @@ -164,12 +166,12 @@ day "";/ "";/ "";/ "" -abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" mon "";/ "";/ "";/ @@ -183,14 +185,22 @@ mon "";/ "";/ "" % usual date representation -d_t_fmt "" -d_fmt "" -t_fmt "" +% %a %d. %b %Y kl. %H.%M %z +d_t_fmt "/ +/ +" +% %d. %b %Y +d_fmt "" +% kl. %H.%M %z +t_fmt "/ +" am_pm "";"" t_fmt_ampm "" -date_fmt "/ -/ -" +% %a %d. %b %H:%M:%S %z %Y +date_fmt "/ +/ +" + week 7;19971201;4 first_weekday 1 first_workday 1 diff --git a/localedata/locales/nn_NO b/localedata/locales/nn_NO index af9ce4de2e..ea223398bf 100644 --- a/localedata/locales/nn_NO +++ b/localedata/locales/nn_NO @@ -75,27 +75,27 @@ LC_TIME % for IBM Class for Unicode/Java % % Abbreviated weekday names (%a) -abday "";"";/ - "";"";/ - "";"";/ - "" +abday "";"";/ + "";"";/ + "";"";/ + "" % % Full weekday names (%A) -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +day " ";/ + " ";/ + " ";/ + " ";/ + " ";/ + " ";/ + " " % % Abbreviated month names (%b) -abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" % % Full month names (%B) mon "";/ @@ -110,32 +110,24 @@ mon "";/ "";/ "";/ "" -% -% Equivalent of AM PM -am_pm "";"" -% -% Appropriate date and time representation -% %d. %b %Ykl %H.%M %Z -d_t_fmt "/ -/ -" -% -% Appropriate date representation + +% usual date representation +% %a %d. %b %Y kl. %H.%M %z +d_t_fmt "/ +/ +" % %d. %b %Y -d_fmt "" -% -% Appropriate time representation -% kl %H.%M %Z -t_fmt "/ -" -% -% Appropriate 12 h time representation (%r) +d_fmt "" +% kl. %H.%M %z +t_fmt "/ +" +am_pm "";"" t_fmt_ampm "" -% -% Appropriate date representation (date(1)) "%a %b %e %H:%M:%S %Z %Y" -date_fmt "/ -/ -" +% %a %d. %b %H:%M:%S %z %Y +date_fmt "/ +/ +" + week 7;19971201;4 first_weekday 1 first_workday 1 diff --git a/posix/glob.c b/posix/glob.c index 6ae09ef480..d6a1a4a2d1 100644 --- a/posix/glob.c +++ b/posix/glob.c @@ -455,7 +455,8 @@ glob (pattern, flags, errfunc, pglob) } } else if (filename == pattern - || (filename == pattern + 1 && pattern[0] == '\\')) + || (filename == pattern + 1 && pattern[0] == '\\' + && (flags & GLOB_NOESCAPE) == 0)) { /* "/pattern" or "\\/pattern". */ dirname = "/"; -- 2.11.4.GIT