summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
AgeCommit message (Expand)Author
2010-01-19* ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combinetenderlove
2009-11-13* ext/zlib/zlib.c (rb_zlib_adler32): fix typo.mame
2009-10-16* ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse
2009-08-29* ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse
2009-04-22* ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu
2009-03-01* ext/zlib/zlib.c (zstream_run): suppress a warning. a patch fromnobu
2009-01-28 * ext/zlib/zlib.c (zstream_run): previous change didn't resolve theusa
2009-01-28 * ext/zlib/zlib.c (zstream_run): desperately guard the variable.usa
2008-11-02* ext/zlib/zlib.c (Init_zlib): defines readbyte instead redefiningnobu
2008-10-22* string.c (rb_str_conv_enc_opts): new function to convert withmatz
2008-10-21* ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to ungetmatz
2008-10-21* ext/stringio/stringio.c (strio_write): should convert writingmatz
2008-10-21* ext/zlib/zlib.c (rb_gzwriter_write): conversion should be donematz
2008-10-21* ext/zlib/zlib.c: remove obsolete prototype macros.matz
2008-10-20* ext/zlib/zlib.c (Init_zlib): add getbyte as an alias to getc.matz
2008-09-04* include/ruby/intern.h (rb_file_open_str): declared.akr
2008-07-11* ext/zlib/zlib.c (rb_deflate_params): flush before deflateParams.mame
2008-06-08* ext/zlib/zlib.c (rb_deflate_init_copy): Copy buffers as well.knu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-07* ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix upknu
2008-06-04* ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo.mame
2008-05-06* ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.matz
2008-04-21 * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):knu
2007-06-08* ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to supportakr
2007-01-02Fix to compile on yarv, ruby_errinfo -> rb_errinfo()drbrain
2006-12-31 * Merge YARVko1
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-06-21* ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo.usa
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-02-14* ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean
2006-02-13* parse.y (parser_parse_string): mention "regexp" in a errormatz
2006-02-07* ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean
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-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-01-06* ext/zlib/zlib.c (zstream_end): should return value.usa
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-10-29* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-10-23* ext/zlib/zlib.c (zstream_append_input): clear klass for z->inputmatz
2004-10-22* ext/zlib/zlib.c (zstream_run): always use zstream_append_input()matz
2004-10-21* ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz
2004-10-19* array.c (rb_ary_times): Array#* should return an instance ofmatz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-09-19* ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.akr
2004-08-20* ext/zlib/zlib.c: GzipReader#ungetc caused crc error.katsu
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 shift 24 bits on 64 bitmatz