summaryrefslogtreecommitdiff
path: root/ext/zlib
AgeCommit message (Expand)Author
2019-09-29[ruby/zlib] Fix for older ruby 2.6 or earlierNobuyoshi Nakada
2019-09-29[ruby/zlib] Search zlib.c as a gemNobuyoshi Nakada
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-08-27rb_ensure now free from ANYARGS卜部昌平
2019-08-27rb_rescue / rb_rescue2 now free from ANYARGS卜部昌平
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-02-08Removed moving toplevel header since r12501nobu
2019-01-04introduce rb_nogvl C-API to mark ubf as async-signal-safenormal
2018-12-07zlib (gzfile_write_raw): do not resize string after .write callnormal
2018-10-18zlib: fix Zlib::VERSIONnobu
2018-08-07Removed needless date attribute from gemspec of default gems.hsbt
2018-07-18zlib (rb_gzreader_getc): localize and return cbuf directlynormal
2018-02-16no ID cache in Init functionsnobu
2018-01-26ignore external library sources [ci skip]nobu
2018-01-08zlib: reduce garbage on Zlib::GzipReader#readpartialnormal
2018-01-05zlib: reduce garbage on gzip writes (deflate)normal
2018-01-05zlib: remove redundant rb_obj_revealnormal
2017-12-11Bump version to zlib-1.0.0 as default gems.hsbt
2017-10-23zlib.c: multiple arguments to writenobu
2017-10-07zlib.c: ensure to freenobu
2017-10-06zlib.c: memory leak in gunzipnobu
2017-09-27ext: adjust indent [ci skip]nobu
2017-09-14Update gemspec for gem released versions.hsbt
2017-07-14zlib.c: fix unnormalized Fixnumnobu
2017-07-14Zlib::GzipReader#pos underflows after calling #ungetbyte or #ungetc at start ...naruse
2017-06-19Make string literal to frozen object on gemspec of defulte gems.hsbt
2017-05-01zlib.c: no buf_filled in zstreamnobu
2017-05-01zlib.c: zstream_buffer_ungetbytenobu
2017-05-01zlib.c: zstream_expand_buffer_non_streamnobu
2017-03-22ruby tool/update-deps --fixshyouhei
2017-03-03zlib for mingwnobu
2017-03-01zlib: clean zlibnobu
2017-02-07{ext,test}/zlib: Specify frozen_string_literal: true.kazu
2017-02-07Fix a required ruby version on gemspec of gemified libraries.hsbt
2017-02-03Added initial gemspec for zlib module.hsbt
2016-12-20rdoc for r57126 [ci skip]nobu
2016-12-20Zlib.gzip uses kwargs instead of argc [Feature #13020]naruse
2016-12-11fix Zlib.gzip/gunzip documentnaruse
2016-12-10zlib.c: replace with substringnobu
2016-12-10Fix document of gunzip and gzip [ci skip]kazu
2016-12-09Zlib.gzip and Zlib.gunzip [Feature #13020]naruse
2016-10-26[DOC] replace Fixnum with Integer [ci skip]nobu
2016-09-24install extra librariesnobu
2016-09-23zlib: no checks [ci skip]nobu
2016-09-23zlib: fix directory [ci skip]nobu
2016-09-22zlib: try zlib sourcenobu
2016-07-06Update dependenciesnobu
2016-06-17Unnecessary checksnobu
2016-05-21* ext/zlib/zlib.c: remove hacky macro introduced at r30437.naruse
2016-02-09* ext/zlib/zlib.c: Document mtime header behavior with patch by @schneemszzak