summaryrefslogtreecommitdiff
path: root/ext/zlib
AgeCommit message (Expand)Author
2006-02-14* ext/zlib/zlib.c: fixed typo.ocean
2006-02-14* ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean
2006-02-07* ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean
2006-01-09* ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed byocean
2005-12-14* ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call onakr
2005-04-18* ext/zlib/zlib.c (zstream_run): fixed SEGV. [ruby-core:4712]ocean
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2005-01-06* ext/zlib/zlib.c (zstream_end): should return value. (backportedusa
2004-12-28* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensurenobu
2004-12-18* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate):nobu
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-10-28* ext/zlib/zlib.c (zstream_detach_input): resets klass of z->input ifakira
2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-10-21* ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz
2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-09-13* ext/zlib/zlib.c: backported from HEAD.eban
2004-08-06* ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil.akr
2004-06-23* ext/zlib/zlib.c: 0xff should not be shifted by 24 bits onmatz
2004-03-28fix typo.akr
2004-02-21 * ext/zlib/zlib.c: documented, but needs more effort.gsinclair
2003-12-28* ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn'takr
2003-12-24* stable version 1.8.1 released.matz
2003-11-06* ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias ...katsu
2003-07-20* ext/zlib/zlib.c (gzfile_read_header): gz->z.input may be nil after finishin...katsu
2003-06-18*** empty log message ***katsu
2003-05-06* ext/bigdecimal/.cvsignore: new file (retry).aamine
2003-04-22* ext/zlib/extconf.rb: bccwin32 is win32 too.nobu
2003-04-06* zlib.c (rb_gzreader_getc): the return value of GzipReader#getc must be unsi...katsu
2003-03-28Import Ruby/zlib from rough.katsu