diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-21 18:45:50 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-12-21 18:45:50 -0500 |
commit | ee190f67cc00b958a667af75dc68f3fc21611c9f (patch) | |
tree | ba36a28e53719d191b6e0afa9a8d55757a40c123 /ChangeLog | |
parent | 707f25dfc0a63d264e9da00368cbab5bd0f6a8c9 (diff) | |
download | glibc-ee190f67cc00b958a667af75dc68f3fc21611c9f.tar glibc-ee190f67cc00b958a667af75dc68f3fc21611c9f.tar.gz glibc-ee190f67cc00b958a667af75dc68f3fc21611c9f.tar.bz2 glibc-ee190f67cc00b958a667af75dc68f3fc21611c9f.zip |
Store invocation-specific data of conversion modules in __gconv_step_data
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2011-12-21 Ulrich Drepper <drepper@gmail.com> + + [BZ #13439] + * iconv/gconv.h: Define __GCONV_SWAP. + * iconvdata/unicode.c: The swap bit must be stored in __flags. + * iconvdata/utf-16.c: Likewise. + * iconvdata/utf-32.c: Likewise. + 2011-12-21 Andreas Schwab <schwab@linux-m68k.org> [BZ #13524] |