diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-07 02:38:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-07 02:38:44 +0000 |
commit | a0dc52061fd8d47c37bbd363533ae0a4307e507c (patch) | |
tree | 7b44e3c280a8c39bc7f4c13b426eee8a40dda66d /localedata/ChangeLog | |
parent | 372f94ba46f2b64aa2d99085112816789db3fe41 (diff) | |
download | glibc-a0dc52061fd8d47c37bbd363533ae0a4307e507c.tar glibc-a0dc52061fd8d47c37bbd363533ae0a4307e507c.tar.gz glibc-a0dc52061fd8d47c37bbd363533ae0a4307e507c.tar.bz2 glibc-a0dc52061fd8d47c37bbd363533ae0a4307e507c.zip |
Update.
2000-04-06 Ulrich Drepper <drepper@redhat.com>
* locale/programs/charmap.c (charmap_new_char): Add parameter step.
Support ..(2).. ellipsis.
(parse_charmap): Recognize ..(2).. etc and pass step down.
Correctly generate names for UCS4 characters.
* locale/programs/ld-ctype.c (struct translit_ignore_t): Add step.
(ctype_finish): We know the wide character value for <SP>,
don't search.
(charclass_symbolic_ellipsis): Handle ..(2).. ellipsis.
(charclass_ucs4_ellipsis): Likewise.
(read_translit_ignore_entry): Store ellipsis step.
(ctype_read): Recognize ..(2).. etc and pass step down.
* locale/programs/linereader.c (lr_token): When seeing comment
character ignore only rest of line in sources but stop at escaped
newline.
Recognize ..(2).. and ....(2).....
* locale/programs/locfile-token.h (enum token_t): Add tok_ellipsis2_2
and tok_ellipsis4_2.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 5b4abcd1be..037091cee0 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2000-04-06 Ulrich Drepper <drepper@redhat.com> + + * locales/i18n: New file. + 2000-03-27 Ulrich Drepper <drepper@redhat.com> * tst-fmon.data: Update test after last strfmon change. |