diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-18 06:26:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-18 06:26:02 +0000 |
commit | b750d5e7a17cefe2ebd9f105111a62fb14d24d46 (patch) | |
tree | a29ba0feb9c541a9efa98b730175293fe7aa0e67 /localedata | |
parent | e093e5b90b79f6702f068a50862e854c7f939c58 (diff) | |
download | glibc-b750d5e7a17cefe2ebd9f105111a62fb14d24d46.tar.gz glibc-b750d5e7a17cefe2ebd9f105111a62fb14d24d46.tar.xz glibc-b750d5e7a17cefe2ebd9f105111a62fb14d24d46.zip |
Update.
2002-01-16 Roger Sayle <roger@eyesopen.com> * stdlib/msort.c (msort_with_tmp): Replace implementation with more efficient "Towers of Hanoi" mergesort. (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions, for generic, sizeof(int) and sizeof(long) variants respectively. * manial/syslog.texi (openlog): Describe possible problems with first parameter. Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/charmaps/MACINTOSH | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 9b7f62fe95..bfde824eda 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2002-01-17 Ulrich Drepper <drepper@redhat.com> + + * charmaps/MACINTOSH: Update to Apple's latest definition. + 2002-01-16 Ulrich Drepper <drepper@redhat.com> * charmaps/GB18030: Update. diff --git a/localedata/charmaps/MACINTOSH b/localedata/charmaps/MACINTOSH index 336f720913..b826dc944f 100644 --- a/localedata/charmaps/MACINTOSH +++ b/localedata/charmaps/MACINTOSH @@ -211,7 +211,7 @@ CHARMAP <U00A0> /xca NO-BREAK SPACE <U00C0> /xcb LATIN CAPITAL LETTER A WITH GRAVE <U00C3> /xcc LATIN CAPITAL LETTER A WITH TILDE -<U2126> /xcd OHM SIGN +<U00D5> /xcd LATIN CAPITAL LETTER O WITH TILDE <U0152> /xce LATIN CAPITAL LIGATURE OE <U0153> /xcf LATIN SMALL LIGATURE OE <U2013> /xd0 EN DASH @@ -225,7 +225,7 @@ CHARMAP <U00FF> /xd8 LATIN SMALL LETTER Y WITH DIAERESIS <U0178> /xd9 LATIN CAPITAL LETTER Y WITH DIAERESIS <U2044> /xda FRACTION SLASH -<U00A4> /xdb CURRENCY SIGN +<U20AC> /xdb EURO SIGN <U2039> /xdc SINGLE LEFT-POINTING ANGLE QUOTATION MARK <U203A> /xdd SINGLE RIGHT-POINTING ANGLE QUOTATION MARK <UFB01> /xde LATIN SMALL LIGATURE FI @@ -252,6 +252,8 @@ CHARMAP <U00DB> /xf3 LATIN CAPITAL LETTER U WITH CIRCUMFLEX <U00D9> /xf4 LATIN CAPITAL LETTER U WITH GRAVE <U0131> /xf5 LATIN SMALL LETTER DOTLESS I +<U02C6> /xf6 MODIFIER LETTER CIRCUMFLEX ACCENT +<U02DC> /xf7 SMALL TILDE <U00AF> /xf8 MACRON <U02D8> /xf9 BREVE <U02D9> /xfa DOT ABOVE (Mandarin Chinese light tone) |