aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-31 02:30:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-31 02:30:46 +0000
commit18caf715c94bf0d95cb0fa3425653179f74f8497 (patch)
tree4128c0f638cda3d64fe17544b548eaafd7fad7af /ChangeLog
parent8a6c699282f975faff73d9e3bbf4d45af6fd8935 (diff)
downloadruby-18caf715c94bf0d95cb0fa3425653179f74f8497.tar.gz
* ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has no
effect unless debug mode. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9120400c5a..168cc31cc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 31 11:30:42 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has no
+ effect unless debug mode.
+
Thu Jul 31 10:51:39 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms which