mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Update.
2003-11-04 Ulrich Drepper <drepper@redhat.com> * tst-numeric.data: Fix fallout from nb_NO introduction. * Makefile (LOCALES): Likewise.
This commit is contained in:
parent
7ea113633e
commit
1c15327821
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-04 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* tst-numeric.data: Fix fallout from nb_NO introduction.
|
||||||
|
* Makefile (LOCALES): Likewise.
|
||||||
|
|
||||||
2003-11-03 Ulrich Drepper <drepper@redhat.com>
|
2003-11-03 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* SUPPORTED (SUPPORTED-LOCALES): Rename no_NO to nb_NO.
|
* SUPPORTED (SUPPORTED-LOCALES): Rename no_NO to nb_NO.
|
||||||
|
@ -131,7 +131,7 @@ ifeq (no,$(cross-compiling))
|
|||||||
LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
|
LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
|
||||||
en_US.ISO-8859-1 ja_JP.EUC-JP da_DK.ISO-8859-1 \
|
en_US.ISO-8859-1 ja_JP.EUC-JP da_DK.ISO-8859-1 \
|
||||||
hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 \
|
hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 \
|
||||||
vi_VN.TCVN5712-1 no_NO.ISO-8859-1 nn_NO.ISO-8859-1
|
vi_VN.TCVN5712-1 nb_NO.ISO-8859-1 nn_NO.ISO-8859-1
|
||||||
LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g')
|
LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g')
|
||||||
CHARMAPS := $(shell echo "$(LOCALES)" | \
|
CHARMAPS := $(shell echo "$(LOCALES)" | \
|
||||||
sed -e 's/[^ .]*[.]\([^ ]*\)/\1/g' -e s/SJIS/SHIFT_JIS/g)
|
sed -e 's/[^ .]*[.]\([^ ]*\)/\1/g' -e s/SJIS/SHIFT_JIS/g)
|
||||||
|
@ -43,7 +43,7 @@ C %9g -1.23 -1.23
|
|||||||
#
|
#
|
||||||
# check both the norwegian locales and snprintf with that data
|
# check both the norwegian locales and snprintf with that data
|
||||||
#
|
#
|
||||||
no_NO.ISO-8859-1 %'g 123.45 123,45
|
nb_NO.ISO-8859-1 %'g 123.45 123,45
|
||||||
no_NO.ISO-8859-1 %'g -123.45 -123,45
|
nb_NO.ISO-8859-1 %'g -123.45 -123,45
|
||||||
nn_NO.ISO-8859-1 %'g 123.45 123,45
|
nn_NO.ISO-8859-1 %'g 123.45 123,45
|
||||||
nn_NO.ISO-8859-1 %'g -123.45 -123,45
|
nn_NO.ISO-8859-1 %'g -123.45 -123,45
|
||||||
|
Loading…
Reference in New Issue
Block a user