diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-02 09:19:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-02 09:19:50 +0000 |
commit | 8166c749b6d5d23c5cae739a2f191b0d2e73fd27 (patch) | |
tree | 04d46d0ffcb042f1f9ee7b3ea8cb120d71759117 /ChangeLog | |
parent | 18a3a9a3b4f00ed773c452abc7ded7c56cc0859c (diff) | |
download | glibc-8166c749b6d5d23c5cae739a2f191b0d2e73fd27.tar glibc-8166c749b6d5d23c5cae739a2f191b0d2e73fd27.tar.gz glibc-8166c749b6d5d23c5cae739a2f191b0d2e73fd27.tar.bz2 glibc-8166c749b6d5d23c5cae739a2f191b0d2e73fd27.zip |
Update.
2000-11-02 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/s390/bits/time.h: Removed.
of unary ~ to size_t.
skip the entire translit section, not only one line. Remove dead test
for tok_translit_end. Enqueue include statements into a list.
* intl/Makefile: Add rules to build, run and, distribute tst-gettext2.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2000-11-02 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/s390/bits/time.h: Removed. + 2000-11-01 Ulrich Drepper <drepper@redhat.com> * iconvdata/TESTS: Add entries for IBM856, IBM930, IBM933, IBM935, @@ -33,7 +37,7 @@ * sysdeps/unix/sysv/linux/s390/bits/time.h: Likewise. * sysdeps/unix/sysv/linux/bits/socket.h (CMSG_ALIGN): Cast result - of unary ~ to size_t.Update. + of unary ~ to size_t. * stdlib/strtod.c: Make gcc shut up about SWAP use. @@ -163,8 +167,8 @@ (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. + 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. @@ -181,7 +185,7 @@ * intl/dcigettext.c (guess_category_value): For libc always use the setlocale() method. - * intl/Makefile: Add rules to build, run and, distribute tst-gettext2. + * intl/Makefile: Add rules to build, run and, distribute tst-gettext2. * intl/tst-gettext2.c: New file. * intl/tst-gettext2.sh: New file. * intl/tstlang1.po: New file. |