1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/zlib/zlib.c: Revert r36349. Added streaming support to inflate

processing.  rb_block_given_p() is not callable without the GVL.
* ext/zlib/extconf.rb:  ditto
* NEWS:  ditto
* test/zlib/test_zlib.rb:  ditto


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2012-07-10 03:51:25 +00:00
parent 25f037377c
commit 1a853390ee
5 changed files with 53 additions and 309 deletions

View file

@ -7,10 +7,9 @@
require 'mkmf'
require 'rbconfig'
$INCFLAGS << " -I$(topdir) -I$(top_srcdir)"
dir_config 'zlib'
if %w'z libz zlib1 zlib zdll'.find {|z| have_library(z, 'deflateReset')} and
have_header('zlib.h') then