diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-05-21 17:47:52 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-05-21 17:47:52 +0000 |
| commit | fd307c3b60e3151d75b29e26acc5b1f7331eabc0 (patch) | |
| tree | 3c01293cdca55984e0f55f0ee11c52650d79aa09 /ChangeLog | |
| parent | 8becb1e465ad96a4aff3ebb45a9d26972bd2c663 (diff) | |
* ext/zlib/zlib.c: remove hacky macro introduced at r30437.
* ext/zlib/zlib.c (gzfile_make_header): cast as long (instead of int).
* ext/zlib/zlib.c (gzfile_make_footer): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sun May 22 02:41:52 2016 NARUSE, Yui <naruse@ruby-lang.org> + + * ext/zlib/zlib.c: remove hacky macro introduced at r30437. + + * ext/zlib/zlib.c (gzfile_make_header): cast as long (instead of int). + + * ext/zlib/zlib.c (gzfile_make_footer): ditto. + Sat May 21 21:07:18 2016 NARUSE, Yui <naruse@ruby-lang.org> * configure.in (ALWAYS_INLINE): force compilers the function inlined. |
