summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-11 07:04:46 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-11 07:04:46 +0000
commit988b2ae95efb2c4d1cfa0150904809ef9e9284df (patch)
tree7c0df4a4c9c95be32a2c6c55965f7dc9ea142e77 /ChangeLog
parent676d0641d8802c73beadfd39a97178cce2d3c3d4 (diff)
reverted revision r28961; which breaks test-all
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 0 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 069631ca1b..3a7a31c794 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-Wed Aug 11 12:18:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * node.h (rb_parser_{get,set}_yydebug): used in ripper.
-
Wed Aug 11 11:01:15 2010 Kenta Murata <mrkn@mrkn.jp>
* ext/bigdecimal/bigdecimal.c: don't use // comment.