]> sourceware.org Git - glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 31 Oct 2000 04:38:55 +0000 (04:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 31 Oct 2000 04:38:55 +0000 (04:38 +0000)
commit02fb3d179ddd3c88f4d4f31d4b27948b48bced2b
tree21c13678f5ef2e6daf5972fa6defef68abd382d3
parentcdfb970dd9c20861d7fdac16435d70792b8a027a
Update.

* posix/runtests.c (main): Don't use exit() to avoid warning with
broken compilers.

* string/bug-strncat1.c: Undefine __USE_STRING_INLINES before
defining it again to avoid warning.
* string/bug-strpbrk1.c: Likewise.
* string/bug-strspn1.c: Likewise.

2000-10-29  Bruno Haible  <haible@clisp.cons.org>

* locale/C-translit.h.in: Include more rules from translit_neutral.
Remove a few German and Danish specific rules.
* locale/gen-translit.pl: Avoid an error when printing a string
containing a '%' character.
* locale/C-translit.h: Regenerated.
* intl/translit.po: Choose different translations.
* intl/tst-translit.c: Update.

2000-10-29  Bruno Haible  <haible@clisp.cons.org>

* locale/programs/ld-ctype.c (translit_include_t): New type.
(locale_ctype_t): Remove translit_copy_locale, translit_copy_repertoire
fields, add translit_include field.
(ctype_read): After seeing "translit_start" in ignore_content mode,
skip the entire translit section, not only one line. Remove dead test
for tok_translit_end. Enqueue include statements into a list.
Signal error if tok_eof seen before tok_translit_end.
(translit_flatten): New function.
(allocate_arrays): Call translit_flatten.

2000-10-30  Ulrich Drepper  <drepper@redhat.com>
45 files changed:
ChangeLog
intl/tst-gettext.sh
linuxthreads/ChangeLog
linuxthreads/Examples/ex4.c
locale/programs/ld-ctype.c
localedata/charmaps/GB18030
localedata/charmaps/UTF-8
localedata/locales/da_DK
localedata/locales/de_AT
localedata/locales/de_AT@euro
localedata/locales/de_BE
localedata/locales/de_BE@euro
localedata/locales/de_CH
localedata/locales/de_DE
localedata/locales/de_DE@euro
localedata/locales/de_LU
localedata/locales/de_LU@euro
localedata/locales/fr_BE
localedata/locales/fr_BE@euro
localedata/locales/fr_CA
localedata/locales/fr_CH
localedata/locales/fr_FR
localedata/locales/fr_FR@euro
localedata/locales/fr_LU
localedata/locales/fr_LU@euro
localedata/locales/i18n
localedata/locales/ja_JP
localedata/locales/ko_KR
localedata/locales/translit_circle [new file with mode: 0644]
localedata/locales/translit_cjk_compat [new file with mode: 0644]
localedata/locales/translit_cjk_variants [new file with mode: 0644]
localedata/locales/translit_combining [new file with mode: 0644]
localedata/locales/translit_compat [new file with mode: 0644]
localedata/locales/translit_font [new file with mode: 0644]
localedata/locales/translit_fraction [new file with mode: 0644]
localedata/locales/translit_hangul [new file with mode: 0644]
localedata/locales/translit_narrow [new file with mode: 0644]
localedata/locales/translit_neutral [new file with mode: 0644]
localedata/locales/translit_small [new file with mode: 0644]
localedata/locales/translit_wide [new file with mode: 0644]
localedata/locales/zh_CN
posix/runtests.c
string/bug-strncat1.c
string/bug-strpbrk1.c
string/bug-strspn1.c
This page took 0.508853 seconds and 5 git commands to generate.