index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
zlib
Age
Commit message (
Expand
)
Author
2012-05-30
merge revision(s) 34552: [Bug #6516]
naruse
2011-08-23
* backport r33023 from trunk.
nahi
2011-02-03
* ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dup
nobu
2011-02-03
e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrect
naruse
2010-12-25
* ext/zlib/zlib.c (gzreader_gets): support optional length
nobu
2010-12-25
* test/zlib/test_zlib.rb (test_readline): renamed from test_gets.
nobu
2010-12-15
* test/zlib/test_zlib.rb (test_to_io): forgotten to fix with r30201.
usa
2010-12-14
* test/zlib/test_zlib.rb (*): should close files associated with zlib.
usa
2010-07-07
* ext/zlib/zlib.c (gzfile_raise): add invalid header to
nobu
2010-05-19
* test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip if
usa
2010-02-14
avoid method redefinition.
akr
2010-01-19
* ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combine
tenderlove
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
2008-11-03
* test/zlib/test_zlib.rb(test_readchar): compare in same type.
takano32
2008-10-21
* ext/stringio/stringio.c (strio_write): should convert writing
matz
2008-10-21
* ext/zlib/zlib.c (rb_gzwriter_write): conversion should be done
matz
2008-10-21
* ext/zlib/zlib.c: remove obsolete prototype macros.
matz
2008-07-23
* test/zlib/test_zlib.rb (TestZlibDeflate#test_params): suppress a finalizer ...
kazu
2008-07-11
* test/zlib/test_zlib.rb: add a test for Zlib::Deflate#params.
mame
2008-06-08
* test/zlib/test_zlib.rb: add tests to achieve over 90% test coverage
mame
2007-11-18
use ML ref. for assertion message.
akr
2004-09-07
don't modify $/
akr
2004-09-07
test_ungetc_paragraph: restore $/.
akr
2004-09-07
add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103],
akr
2004-08-06
* ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil.
akr
2004-04-07
add test for [ruby-dev:23344].
akr
2004-04-06
check zlib existence.
akr
2004-04-05
update test_new_nil.
akr
2004-04-05
* test/zlib/test_zlib.rb: new file.
akr