aboutsummaryrefslogtreecommitdiffstats
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-6/+1
* * ext/zlib/zlib.c: fixed typo.ocean2006-02-141-1/+1
* * ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean2006-02-141-9/+30
* * ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean2006-02-071-55/+45
* * ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed byocean2006-01-091-1/+1
* * ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call onakr2005-12-141-0/+1
* * ext/zlib/zlib.c (zstream_run): fixed SEGV. [ruby-core:4712]ocean2005-04-181-0/+5
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-2/+2
* * ext/zlib/zlib.c (zstream_end): should return value. (backportedusa2005-01-061-1/+1
* * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensurenobu2004-12-281-26/+45
* * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate):nobu2004-12-181-4/+5
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-4/+0
* * ext/zlib/zlib.c (zstream_detach_input): resets klass of z->input ifakira2004-10-281-1/+7
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-271-10/+29
* * ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz2004-10-211-1/+5
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-0/+1
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-1/+2
* * ext/zlib/zlib.c: backported from HEAD.eban2004-09-131-20/+33
* * ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil.akr2004-08-061-1/+4
* * ext/zlib/zlib.c: 0xff should not be shifted by 24 bits onmatz2004-06-231-1/+1
* fix typo.akr2004-03-282-2/+2
* * ext/zlib/zlib.c: documented, but needs more effort.gsinclair2004-02-211-7/+696
* * ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn'takr2003-12-281-1/+1
* * stable version 1.8.1 released.matz2003-12-241-1/+1
* * ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias ...katsu2003-11-061-0/+1
* * ext/zlib/zlib.c (gzfile_read_header): gz->z.input may be nil after finishin...katsu2003-07-201-1/+1
* *** empty log message ***katsu2003-06-181-0/+5
* * ext/bigdecimal/.cvsignore: new file (retry).aamine2003-05-061-0/+3
* * ext/zlib/extconf.rb: bccwin32 is win32 too.nobu2003-04-221-1/+1
* * zlib.c (rb_gzreader_getc): the return value of GzipReader#getc must be unsi...katsu2003-04-061-1/+1
* Import Ruby/zlib from rough.katsu2003-03-284-0/+3749