summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-03 13:41:50 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-03 13:41:50 +0000
commit1da517be7454c34888026f2dd9f6b07d63953e25 (patch)
tree9c77f12aca6535e051981e57abfa3249bf05837b /ChangeLog
parentda87fc0e7389842e07a9ce74b27769ed870def9a (diff)
* ext/zlib/zlib.c: added a prototype to get rid of SEGV on x86_64
darwin. Reported by kosaki and nagachika. Patch by nagachika. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@32388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ce5fb8797..76cf5b1143 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Jul 3 22:40:37 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * ext/zlib/zlib.c: added a prototype to get rid of SEGV on x86_64
+ darwin.
+ Reported by kosaki and nagachika. Patch by nagachika.
+
Sun Jul 3 21:02:05 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* ext/socket/extconf.rb (have_type("PADDRINFO")): new check.