ruby--ruby/ext/zlib
matz 38c7a687e1 * 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
2008-10-22 16:53:50 +00:00
..
doc
.cvsignore
extconf.rb * ext/zlib/extconf.rb: search zlib1, and regard mswin32 later than VC6 2008-05-29 08:52:31 +00:00
zlib.c * string.c (rb_str_conv_enc_opts): new function to convert with 2008-10-22 16:53:50 +00:00