diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-15 16:39:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-15 16:39:02 +0000 |
commit | 88dbff8cf980b4b63bdbb0e987489bc20176f220 (patch) | |
tree | 9dc2102c8c5244ce2ac0d2215f0a96546c825690 /ChangeLog | |
parent | 4442d58f1f4228584f22eb2fa04ff2334407382a (diff) | |
download | glibc-88dbff8cf980b4b63bdbb0e987489bc20176f220.zip glibc-88dbff8cf980b4b63bdbb0e987489bc20176f220.tar.gz glibc-88dbff8cf980b4b63bdbb0e987489bc20176f220.tar.bz2 |
* iconv/gconv_conf.c (add_alias): Move actual alias handling to...
(add_alias2): ...here. New function.
(__gconv_read_conf): Simplify builtin alias handling.
(builtin_aliases): Convert to string to avoid relocations.
* iconv/gconv_builtin.h: Add comment about correct formatting.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-05-15 Ulrich Drepper <drepper@redhat.com> + + * iconv/gconv_conf.c (add_alias): Move actual alias handling to... + (add_alias2): ...here. New function. + (__gconv_read_conf): Simplify builtin alias handling. + (builtin_aliases): Convert to string to avoid relocations. + * iconv/gconv_builtin.h: Add comment about correct formatting. + 2006-05-15 Jakub Jelinek <jakub@redhat.com> * resolv/res_debug.c (loc_ntoa): Make error const. |