aboutsummaryrefslogtreecommitdiffstats
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* * ext/zlib/zlib.c (rb_zlib_adler32): fix typo.mame2009-11-131-1/+1
* * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse2009-10-161-3/+3
* * ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse2009-08-291-1/+1
* * ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu2009-04-222-1/+37
* * ext/zlib/zlib.c (zstream_run): suppress a warning. a patch fromnobu2009-03-011-1/+1
* * ext/zlib/zlib.c (zstream_run): previous change didn't resolve theusa2009-01-281-1/+4
* * ext/zlib/zlib.c (zstream_run): desperately guard the variable.usa2009-01-281-1/+1
* * ext/zlib/zlib.c (Init_zlib): defines readbyte instead redefiningnobu2008-11-021-2/+3
* * string.c (rb_str_conv_enc_opts): new function to convert withmatz2008-10-221-24/+81
* * ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to ungetmatz2008-10-211-1/+4
* * ext/stringio/stringio.c (strio_write): should convert writingmatz2008-10-211-1/+2
* * ext/zlib/zlib.c (rb_gzwriter_write): conversion should be donematz2008-10-211-3/+8
* * ext/zlib/zlib.c: remove obsolete prototype macros.matz2008-10-211-176/+309
* * ext/zlib/zlib.c (Init_zlib): add getbyte as an alias to getc.matz2008-10-201-0/+1
* * include/ruby/intern.h (rb_file_open_str): declared.akr2008-09-041-1/+1
* * ext/zlib/zlib.c (rb_deflate_params): flush before deflateParams.mame2008-07-111-0/+1
* * 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