diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-21 20:37:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-21 20:37:08 +0000 |
commit | 28f1c862ddaa3515d0f74102379301048c76cf0f (patch) | |
tree | 98874b1daaca4421269c74932665dabe74f9b69c /ChangeLog | |
parent | 9ce5071a3d3af1b7837b1a081548fdd945a66efe (diff) | |
download | glibc-28f1c862ddaa3515d0f74102379301048c76cf0f.tar glibc-28f1c862ddaa3515d0f74102379301048c76cf0f.tar.gz glibc-28f1c862ddaa3515d0f74102379301048c76cf0f.tar.bz2 glibc-28f1c862ddaa3515d0f74102379301048c76cf0f.zip |
Update.
1998-04-21 20:32 Ulrich Drepper <drepper@cygnus.com>
* iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
function declaration.
* iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
and use them in conversion function.
* iconvdata/Makefile (modules): Re-add ISO6446.
* iconvdata/TEST: Add tests for ASCII variants.
* iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
* iconvdata/testdata/ANSI_X3.4-1968: New file.
* iconvdata/testdata/BS_4730: New file.
* iconvdata/testdata/BS_4730..UTF8: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +1998-04-21 20:32 Ulrich Drepper <drepper@cygnus.com> + + * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in + function declaration. + * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined + and use them in conversion function. + * iconvdata/Makefile (modules): Re-add ISO6446. + * iconvdata/TEST: Add tests for ASCII variants. + * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c. + * iconvdata/testdata/ANSI_X3.4-1968: New file. + * iconvdata/testdata/BS_4730: New file. + * iconvdata/testdata/BS_4730..UTF8: New file. + 1998-04-21 19:05 Ulrich Drepper <drepper@cygnus.com> * iconv/gconv.h (struct gconv_step): Add element stateful. |