mirror of git://sourceware.org/git/glibc.git
parent
81e9dad672
commit
6465cfc9cf
|
@ -3,6 +3,8 @@
|
||||||
* sort-test.sh: Call localedef with additional environment variable
|
* sort-test.sh: Call localedef with additional environment variable
|
||||||
I18NPATH to point to not-yet-installed locale data files.
|
I18NPATH to point to not-yet-installed locale data files.
|
||||||
|
|
||||||
|
* locales/POSIX: Updated version from maintainer.
|
||||||
|
|
||||||
1997-02-15 14:32 15:10 Andreas Jaeger <aj@arthur.pfalz.de>
|
1997-02-15 14:32 15:10 Andreas Jaeger <aj@arthur.pfalz.de>
|
||||||
|
|
||||||
* collate-test.c (main): Change prototype definition to prevent
|
* collate-test.c (main): Change prototype definition to prevent
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
# As per ISO/IEC 9945-2:1993 specifications
|
# As per ISO/IEC 9945-2:1993 specifications
|
||||||
# except for these additional identifying comments
|
# except for these additional identifying comments
|
||||||
#
|
#
|
||||||
# Source: ISO/IEC JTC1/SC22/WG15 RIN
|
# Source: ISO/IEC JTC1/SC22/WG15
|
||||||
# Address: C/O DKUUG, Fruebjergvej 3
|
# Address: C/O DKUUG, Fruebjergvej 3
|
||||||
# DK-2900 Copenhagen O, Denmark
|
# DK-2100 Copenhagen O, Denmark
|
||||||
# Contact: Keld Simonsen
|
# Contact: Keld Simonsen
|
||||||
# Email: Keld.Simonsen@dkuug.dk
|
# Email: Keld.Simonsen@dkuug.dk
|
||||||
# Tel: +45 - 39179944
|
# Tel: +45 - 39179944
|
||||||
# Fax: +45 - 39179897
|
# Fax: +45 - 31208948
|
||||||
# Language: POSIX
|
# Language: POSIX
|
||||||
# Territory:
|
# Territory:
|
||||||
# Revision: 1.0
|
# Revision: 1.1
|
||||||
# Date: 1994-04-02
|
# Date: 1997-03-15
|
||||||
# Application: general
|
# Application: general
|
||||||
# Users: general
|
# Users: general
|
||||||
# Repertoiremap: POSIX
|
# Repertoiremap: POSIX
|
||||||
|
@ -214,7 +214,7 @@ LC_MONETARY
|
||||||
#
|
#
|
||||||
int_curr_symbol ""
|
int_curr_symbol ""
|
||||||
currency_symbol ""
|
currency_symbol ""
|
||||||
mon_decimal_point "."
|
mon_decimal_point "<period>"
|
||||||
mon_thousands_sep ""
|
mon_thousands_sep ""
|
||||||
mon_grouping -1
|
mon_grouping -1
|
||||||
positive_sign ""
|
positive_sign ""
|
||||||
|
|
Loading…
Reference in New Issue