aboutsummaryrefslogtreecommitdiffstats
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* * ext/zlib/zlib.c (rb_deflate_init_copy): Copy buffers as well.knu2008-06-081-0/+3
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-3/+3
* * ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix upknu2008-06-071-3/+5
* * ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo.mame2008-06-041-1/+1
* * ext/zlib/extconf.rb: search zlib1, and regard mswin32 later than VC6nobu2008-05-291-2/+2
* * ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.matz2008-05-061-0/+2
* * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):knu2008-04-211-0/+8
* * ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to supportakr2007-06-081-1/+1
* Fix to compile on yarv, ruby_errinfo -> rb_errinfo()drbrain2007-01-021-1/+1
* * Merge YARVko12006-12-311-1/+1
* * ruby.h (struct RString): embed small strings.matz2006-08-311-76/+76
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo.usa2006-06-211-1/+1
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-4/+5
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-358/+142
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-6/+1
* * ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean2006-02-141-8/+29
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-131-57/+57
* * 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
* * 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