diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-25 01:00:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-25 01:00:37 +0000 |
commit | db76d9433c8b71eb3677ff5ca5b94e084e73e468 (patch) | |
tree | b02fb38974b74d7711821b95e94e798e1e67db53 /ChangeLog | |
parent | 973209d8b04730a5f39dbcb015cc9836add665c1 (diff) | |
download | glibc-db76d9433c8b71eb3677ff5ca5b94e084e73e468.tar.gz glibc-db76d9433c8b71eb3677ff5ca5b94e084e73e468.tar.xz glibc-db76d9433c8b71eb3677ff5ca5b94e084e73e468.zip |
Update.
* locale/programs/ld-collate.c (collate_output): Also handle IGNOREd characters in the simple way when generating the multibyte table. * locale/programs/ld-ctype.c (allocate_arrays): Move codeset_name handling to ... (ctype_finish): ...here. Check for missing codeset name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d55d385add..a8387f837e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2000-01-24 Ulrich Drepper <drepper@cygnus.com> + * locale/programs/ld-collate.c (collate_output): Also handle + IGNOREd characters in the simple way when generating the multibyte + table. + + * locale/programs/ld-ctype.c (allocate_arrays): Move codeset_name + handling to ... + (ctype_finish): ...here. Check for missing codeset name. + * sysdeps/unix/sysv/linux/Dist: Add ipc_priv.h. * sysdeps/unix/sysv/linux/alpha/Dist: Likewise. |