diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-05 20:49:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-05 20:49:52 +0000 |
commit | eb7c2001aaece98f2d80249cb526381a57d2be1b (patch) | |
tree | 451d9522681d39b70c4d83504abb735087a9e5c5 /localedata | |
parent | 7abbb474e75d07611bbc62d32b24135027cdf48e (diff) | |
download | glibc-eb7c2001aaece98f2d80249cb526381a57d2be1b.tar.gz glibc-eb7c2001aaece98f2d80249cb526381a57d2be1b.tar.xz glibc-eb7c2001aaece98f2d80249cb526381a57d2be1b.zip |
Update.
* io/ftw.c (process_entry): Cache object dev/inode only for directories (PR libc/1514). 2000-01-05 Andreas Schwab <schwab@suse.de> * locale/programs/charmap.c (charmap_read): Fix typo. 2000-01-05 Ulrich Drepper <drepper@cygnus.com> * locale/programs/charset.c: Removed.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 3 | ||||
-rw-r--r-- | localedata/charmaps/ISO-8859-16 | 8 | ||||
-rwxr-xr-x | localedata/tst-trans.sh | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 244b15c8d3..d55bfe81f7 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,8 @@ 2000-01-05 Ulrich Drepper <drepper@cygnus.com> + * tst-trans.sh: Add directory names to charmap and repertoire file + names. + * charmaps/ISO-8859-16: New file. * SUPPORTED: Change lv_LV entry to use ISO-8859-13. diff --git a/localedata/charmaps/ISO-8859-16 b/localedata/charmaps/ISO-8859-16 index 194374a245..62f90bf271 100644 --- a/localedata/charmaps/ISO-8859-16 +++ b/localedata/charmaps/ISO-8859-16 @@ -4,8 +4,8 @@ % automatically generated from the charDB % alias ISO-IR-226 -% alias LATIN10 -% alias L10 +% alias LATIN10 +% alias L10 CHARMAP <NU> /x00 <U0000> NULL <NUL> /x00 <U0000> NULL @@ -273,7 +273,7 @@ CHARMAP <DG> /xB0 <U00B0> DEGREE SIGN <+-> /xB1 <U00B1> PLUS-MINUS SIGN <C<> /xB2 <U010C> LATIN CAPITAL LETTER C WITH CARON -<c<> /xB3 <U010D> LATIN SMALL LETTER C WITH CARON +<l/> /xB3 <U0142> LATIN SMALL LETTER L WITH STROKE <Z<> /xB4 <U017D> LATIN CAPITAL LETTER Z WITH CARON <"9> /xB5 <U201D> RIGHT DOUBLE QUOTATION MARK <PI> /xB6 <U00B6> PILCROW SIGN @@ -284,7 +284,7 @@ CHARMAP </>/>> /xBB <U00BB> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK <OE> /xBC <U0152> LATIN CAPITAL LIGATURE OE <oe> /xBD <U0153> LATIN SMALL LIGATURE OE -<Z.> /xBE <U017B> LATIN CAPITAL LETTER Z WITH DOT ABOVE +<Y:> /xBE <U0178> LATIN CAPITAL LETTER Y WITH DIAERESIS <z.> /xBF <U017C> LATIN SMALL LETTER Z WITH DOT ABOVE <A!> /xC0 <U00C0> LATIN CAPITAL LETTER A WITH GRAVE <A'> /xC1 <U00C1> LATIN CAPITAL LETTER A WITH ACUTE diff --git a/localedata/tst-trans.sh b/localedata/tst-trans.sh index b1245940ff..c4fe934133 100755 --- a/localedata/tst-trans.sh +++ b/localedata/tst-trans.sh @@ -1,6 +1,6 @@ #! /bin/sh # Test character mapping definitions. -# Copyright (C) 1999 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ common_objpfx=$1 I18NPATH=. \ ${common_objpfx}elf/ld.so --library-path $common_objpfx \ ${common_objpfx}locale/localedef --quiet \ --i tests/trans.def -f ISO-8859-1 -u mnemonic.ds \ +-i tests/trans.def -f charmaps/ISO-8859-1 -u repertoiremaps/mnemonic.ds \ ${common_objpfx}localedata/tt_TT || exit 1 |