aboutsummaryrefslogtreecommitdiffstats
path: root/test/zlib
Commit message (Expand)AuthorAgeFilesLines
* * test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine):odaira2016-03-041-0/+10
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* use assert_raisenobu2015-06-021-1/+1
* * ext/zlib/zlib.c (rb_gzreader_external_encoding):glass2015-05-101-1/+4
* * ext/zlib/zlib.c (rb_gzfile_close): Don't raise on doubleakr2015-03-081-0/+22
* * io.c (rb_io_close_m): Don't raise when the IO object is closed.akr2015-01-151-1/+1
* zlib: GzipReader#rewind preserves ZSTREAM_FLAG_GZFILEnormal2014-08-301-0/+5
* * test/zlib/test_zlib.rb: remove commented out code.hsbt2014-02-281-2/+0
* * test/socket/test_addrinfo.rb: remove unused variables.hsbt2014-02-181-4/+1
* * ext/zlib/zlib.c (zstream_run): Fix handling of deflate streams thatdrbrain2013-08-281-0/+6
* zlib.c: check EOFnobu2013-05-311-0/+6
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-371/+368
* * test/ruby/test_require.rb: Remove temporally files in the tests.akr2013-03-241-0/+32
* * ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain2012-07-101-0/+153
* * ext/zlib/zlib.c: Revert r36349. Added streaming support to inflatedrbrain2012-07-101-153/+0
* * ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain2012-07-101-0/+153
* * test/zlib/test_zlib.rb (test_inflate_partial_input): Added test fordrbrain2012-07-031-0/+19
* * test/zlib/test_zlib.rb (test_inflate): add a test for Zlib.inflate.naruse2012-05-041-0/+8
* * test/zlib/test_zlib.rb (TestZlibGzipReader#test_encoding): Add nahi2012-02-241-0/+16
* * ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain2012-02-111-0/+17
* * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain2012-02-111-0/+23
* * test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): setshirosaki2012-01-281-0/+1
* * test/zlib/test_zlib.rb (TestZlibGzipWriter#test_writer_wrap): setusa2012-01-091-0/+1
* * ext/zlib/zlib.c (gzfile_read_header): Ensure that each section ofnahi2011-08-231-0/+14
* * ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dupnobu2011-02-031-2/+2
* e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrectnaruse2011-02-031-2/+30
* * ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu2010-12-251-0/+34
* * test/zlib/test_zlib.rb (test_readline): renamed from test_gets.nobu2010-12-251-4/+4
* * test/zlib/test_zlib.rb (test_to_io): forgotten to fix with r30201.usa2010-12-151-2/+3
* * test/zlib/test_zlib.rb (*): should close files associated with zlib.usa2010-12-141-129/+151
* * ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu2010-07-071-0/+18
* * test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip ifusa2010-05-191-2/+10
* avoid method redefinition.akr2010-02-141-1/+1
* * ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combinetenderlove2010-01-191-0/+12
* * ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse2009-08-291-2/+4
* * ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu2009-04-221-0/+28
* * test/zlib/test_zlib.rb(test_readchar): compare in same type.takano322008-11-031-1/+1
* * ext/stringio/stringio.c (strio_write): should convert writingmatz2008-10-211-1/+1
* * ext/zlib/zlib.c (rb_gzwriter_write): conversion should be donematz2008-10-211-1/+1
* * ext/zlib/zlib.c: remove obsolete prototype macros.matz2008-10-211-1/+11
* * test/zlib/test_zlib.rb (TestZlibDeflate#test_params): suppress a finalizer ...kazu2008-07-231-0/+1
* * test/zlib/test_zlib.rb: add a test for Zlib::Deflate#params.mame2008-07-111-0/+8
* * test/zlib/test_zlib.rb: add tests to achieve over 90% test coveragemame2008-06-081-2/+576
* use ML ref. for assertion message.akr2007-11-181-10/+8
* don't modify $/akr2004-09-071-12/+6
* test_ungetc_paragraph: restore $/.akr2004-09-071-7/+12
* add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103],akr2004-09-071-4/+34
* * ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil.akr2004-08-061-0/+8
* add test for [ruby-dev:23344].akr2004-04-071-1/+6
* check zlib existence.akr2004-04-061-4/+9