aboutsummaryrefslogtreecommitdiffstats
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
...
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-231-1/+1
* * ext/openssl/extconf.rb: Use Logging::message instead of message.kosaki2012-05-181-2/+2
* * ext/zlib/extconf.rb: Use an exception instaed of bare puts.kosaki2012-05-181-2/+1
* * ext/zlib/extconf.rb: detect z_crc_t type which will be definedakr2012-04-302-1/+6
* * ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacingdrbrain2012-04-101-1/+1
* Comment out unused lines.naruse2012-03-061-5/+4
* * ext/zlib/zlib.c (Init_zlib): Added Zlib::TEXT and note thatdrbrain2012-02-151-0/+10
* * ext/zlib/zlib.c: Move constant descriptions to constants. Removedrbrain2012-02-151-199/+97
* * ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLEdrbrain2012-02-151-1/+21
* * ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]drbrain2012-02-151-112/+169
* * ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain2012-02-111-3/+37
* * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain2012-02-111-2/+18
* * ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.usa2011-12-051-8/+0
* Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena2011-12-041-0/+8
* * ext/zlib/zlib.c (gzfile_read_header): Ensure that each section ofnahi2011-08-231-0/+6
* * ext/zlib/zlib.c (gzfile_wrap): Document encoding options.drbrain2011-08-091-14/+27
* * ext/zlib/zlib.c: Fix document-method declarations for set_sync anddrbrain2011-05-311-2/+2
* * ext/zlib/zlib.c: Fix Document-method declarations. Improvedrbrain2011-05-251-14/+12
* * remove trailing spaces.nobu2011-05-151-15/+15
* * ext/zlib/zlib.c: Improve documentation. Patch by Vincent Batts.drbrain2011-05-141-36/+469
* * ext/zlib/zlib.c: parenthesize macro arguments.akr2011-04-031-2/+2
* * ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dupnobu2011-02-031-3/+1
* e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrectnaruse2011-02-031-1/+2
* * ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_new_sharednaruse2011-02-031-1/+1
* * ext/zlib/zlib.c: parenthesize macro arguments.akr2011-01-281-1/+1
* The cast must use uint32_t. [ruby-core:34481]naruse2011-01-141-1/+1
* * ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) innaruse2011-01-141-1/+1
* * ext/zlib/zlib.c: take care of platforms where long is biggernobu2011-01-011-42/+75
* * ext/zlib/zlib.c (sizeof): zlib.h mistakenly assumes the resultnobu2010-12-311-0/+1
* * ext/zlib/zlib.c (Init_zlib): Add Zlib.defale and Zlib.inflate.naruse2010-12-271-4/+10
* Update rdoc of zlib.naruse2010-12-271-3/+9
* * ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu2010-12-251-15/+87
* * ext/zlib/zlib.c (gzfile_read, gzfile_readpartial): length shouldnobu2010-12-251-10/+10
* * ext/zlib/zlib.c (gzfile_s_open): should close the IO if some errorusa2010-12-141-9/+44
* * class.c (rb_scan_args): Add support for optional keywordknu2010-09-101-5/+1
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-4/+0
* * include/ruby/{intern,io}.h: add missing prototypes.nobu2010-07-221-5/+2
* * ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu2010-07-071-4/+35
* * ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.mame2010-05-291-0/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-7/+7
* * ext/zlib/zlib.c (rb_deflate_params): update buf_filled count becausemame2010-04-201-1/+5
* * ext/zlib/zlib.c (zstream_expand_buffer_into): remove compare different type...takano322010-03-011-3/+3
* * ext/zlib/zlib.c (zlib_mem_alloc): suppress valgrind warnings.akr2010-02-151-1/+20
* * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. [Bug #2656]naruse2010-01-261-2/+4
* * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc.naruse2010-01-262-920/+8
* * ext/zlib/{extconf.rb, zlib.c): crc32_combine and adler32_combine isusa2010-01-192-0/+11
* * ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combinetenderlove2010-01-191-0/+32
* * ext/zlib/zlib.c (rb_zlib_adler32): fix typo.mame2009-11-131-1/+1
* * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse2009-10-161-3/+3
* * ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse2009-08-291-1/+1