aboutsummaryrefslogtreecommitdiffstats
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-3/+3
* * ext/zlib/zlib.c (zstream_end): should return value.usa2005-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
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-291-1/+7
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-6/+25
* * ext/zlib/zlib.c (zstream_append_input): clear klass for z->inputmatz2004-10-231-3/+11
* * ext/zlib/zlib.c (zstream_run): always use zstream_append_input()matz2004-10-221-9/+3
* * ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz2004-10-211-1/+4
* * array.c (rb_ary_times): Array#* should return an instance ofmatz2004-10-191-0/+1
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-1/+2
* * ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.akr2004-09-191-8/+114
* * ext/zlib/zlib.c: GzipReader#ungetc caused crc error.katsu2004-08-201-17/+20
* * ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil.akr2004-08-061-1/+4
* * ext/zlib/zlib.c: 0xff should not shift 24 bits on 64 bitmatz2004-06-231-1/+1
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-3/+11
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-0/+2
* 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