summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-15 14:36:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-15 14:36:33 +0000
commit50f5de149110e9f86d7a1b8d13e2c57639763b0c (patch)
treec832a7ab6936f369a2d44f43c69b42c7b880648e /ChangeLog
parent740e1b66c8e42ef63bbf5043e349f80855cbec14 (diff)
* parse.y (struct parser_params): common members in the parser and
ripper must be placed at each same location. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13450 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 bccf408a44..8469e32410 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Sep 15 23:36:31 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (struct parser_params): common members in the parser and
+ ripper must be placed at each same location.
+
Sat Sep 15 18:25:15 2007 Kouhei Sutou <kou@cozmixng.org>
* string.c (rb_str_rstrip_bang): fixed too much rstrip. [ruby-dev:31786]