summaryrefslogtreecommitdiff
path: root/ext/zlib
AgeCommit message (Expand)Author
2012-04-30* ext/zlib/extconf.rb: detect z_crc_t type which will be definedakr
2012-04-10* ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacingdrbrain
2012-03-06Comment out unused lines.naruse
2012-02-15* ext/zlib/zlib.c (Init_zlib): Added Zlib::TEXT and note thatdrbrain
2012-02-15* ext/zlib/zlib.c: Move constant descriptions to constants. Removedrbrain
2012-02-15* ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLEdrbrain
2012-02-15* ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]drbrain
2012-02-11* ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain
2012-02-11* ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain
2011-12-05* ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.usa
2011-12-04Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena
2011-08-23* ext/zlib/zlib.c (gzfile_read_header): Ensure that each section ofnahi
2011-08-09 * ext/zlib/zlib.c (gzfile_wrap): Document encoding options.drbrain
2011-05-31 * ext/zlib/zlib.c: Fix document-method declarations for set_sync anddrbrain
2011-05-25 * ext/zlib/zlib.c: Fix Document-method declarations. Improvedrbrain
2011-05-15* remove trailing spaces.nobu
2011-05-14 * ext/zlib/zlib.c: Improve documentation. Patch by Vincent Batts.drbrain
2011-04-03* ext/zlib/zlib.c: parenthesize macro arguments.akr
2011-02-03* ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dupnobu
2011-02-03e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrectnaruse
2011-02-03* ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_new_sharednaruse
2011-01-28* ext/zlib/zlib.c: parenthesize macro arguments.akr
2011-01-14The cast must use uint32_t. [ruby-core:34481]naruse
2011-01-14* ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) innaruse
2011-01-01* ext/zlib/zlib.c: take care of platforms where long is biggernobu
2010-12-31* ext/zlib/zlib.c (sizeof): zlib.h mistakenly assumes the resultnobu
2010-12-27* ext/zlib/zlib.c (Init_zlib): Add Zlib.defale and Zlib.inflate.naruse
2010-12-27Update rdoc of zlib.naruse
2010-12-25* ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu
2010-12-25* ext/zlib/zlib.c (gzfile_read, gzfile_readpartial): length shouldnobu
2010-12-14* ext/zlib/zlib.c (gzfile_s_open): should close the IO if some errorusa
2010-09-10* class.c (rb_scan_args): Add support for optional keywordknu
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-07-22* include/ruby/{intern,io}.h: add missing prototypes.nobu
2010-07-07* ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu
2010-05-29* ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.mame
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-20* ext/zlib/zlib.c (rb_deflate_params): update buf_filled count becausemame
2010-03-01* ext/zlib/zlib.c (zstream_expand_buffer_into): remove compare different type...takano32
2010-02-15* ext/zlib/zlib.c (zlib_mem_alloc): suppress valgrind warnings.akr
2010-01-26* ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. [Bug #2656]naruse
2010-01-26* ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc.naruse
2010-01-19* ext/zlib/{extconf.rb, zlib.c): crc32_combine and adler32_combine isusa
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