ruby/ext/zlib
yugui c303d3838b merges r30540 and r30541 from trunk into ruby_1_9_2.
--
* ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) in
  gzip's header is the size of uncompressed input data modulo 2^32.
  [ruby-core:34481] http://www.ietf.org/rfc/rfc1952.txt
--
The cast must use uint32_t. [ruby-core:34481]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-01-16 12:35:32 +00:00
..
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
extconf.rb * ext/zlib/{extconf.rb, zlib.c): crc32_combine and adler32_combine is 2010-01-19 05:14:29 +00:00
zlib.c merges r30540 and r30541 from trunk into ruby_1_9_2. 2011-01-16 12:35:32 +00:00