summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-31 01:51:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-31 01:51:44 +0000
commit077704e1b3c99d4420800d2c44ab1e2fa5450619 (patch)
tree2101ee04e0a98c149d8f683c1bb92cbc543072b3 /ChangeLog
parent3ab3ec62c32a7791706ade4052e65286c9be2f99 (diff)
downloadruby-077704e1b3c99d4420800d2c44ab1e2fa5450619.tar.gz
ruby-077704e1b3c99d4420800d2c44ab1e2fa5450619.tar.xz
ruby-077704e1b3c99d4420800d2c44ab1e2fa5450619.zip
* iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms which
int size differs from pointer size. * ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): ditto * ext/syck/rubyext.c (rb_syck_err_handler), (syck_default_error_handler): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d2e84698..9120400c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Thu Jul 31 10:51:39 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms which
+ int size differs from pointer size.
+
+ * ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): ditto
+
+ * ext/syck/rubyext.c (rb_syck_err_handler),
+ (syck_default_error_handler): ditto.
+
Thu Jul 31 02:21:39 2008 Yusuke Endoh <mame@tsg.ne.jp>
* ext/syck/rubyext.c (rb_syck_compile): remove meaningless branch