From 38c7a687e174e5fc7761cf05f71003ad6b728320 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 22 Oct 2008 16:53:50 +0000 Subject: * string.c (rb_str_conv_enc_opts): new function to convert with specifying ecflags and ecopts. * ext/zlib/zlib.c (gzfile_newstr): specify ecflags and ecopts for conversion using above function. * ext/zlib/zlib.c (gzfile_newstr): use own rb_econv_t for dummy encoding to handling stateful encoding (e.g. iso-2022-jp). [ruby-dev:36857] * ext/zlib/zlib.c (gzfile_getc): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2db990b975..e7c12e583f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Thu Oct 23 01:26:25 2008 Yukihiro Matsumoto + + * string.c (rb_str_conv_enc_opts): new function to convert with + specifying ecflags and ecopts. + + * ext/zlib/zlib.c (gzfile_newstr): specify ecflags and ecopts for + conversion using above function. + + * ext/zlib/zlib.c (gzfile_newstr): use own rb_econv_t for dummy + encoding to handling stateful encoding (e.g. iso-2022-jp). + [ruby-dev:36857] + + * ext/zlib/zlib.c (gzfile_getc): ditto. + Thu Oct 23 01:24:49 2008 Nobuyoshi Nakada * lib/mkmf.rb (create_tmpsrc): get rid of side effects. -- cgit v1.2.3