summaryrefslogtreecommitdiff
path: root/ext/zlib
AgeCommit message (Expand)Author
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
2015-12-19zlib.c: Fix typo [ci skip]nobu
2015-12-16handle ext/ as r53141naruse
2015-12-15* ext/zlib/zlib.c: fix a typo.hsbt
2015-10-25use rb_check_arity [ci skip]nobu
2015-10-18* ChangeLog: Good-bye OS/2.kosaki
2015-07-10zlib.c: GC guardsnobu
2015-07-10zlib.c: protoizenobu
2015-06-11* ext/zlib/zlib.c: Fix indentation for rdoc.hsbt
2015-05-10* ext/zlib/zlib.c (rb_gzreader_external_encoding):glass
2015-03-08* ext/zlib/zlib.c (rb_gzfile_close): Don't raise on doubleakr
2015-01-10* ext/zlib/zlib.c: fix document of method signatures.hsbt
2014-10-04ext/zlib/zlib.c: TypedData conversionnormal