summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-25 05:27:46 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-25 05:27:46 +0000
commitd9a1cc2f4edcd59bd544d48e2f446d43f5121401 (patch)
treebdc9b108e17beaabe97d5f523b164953c7cc0200 /ChangeLog
parent8c6040edcabafbebc2afd54b9da6a4e98bff863f (diff)
* parse.y (YYSTYPE): struct RVarmap has been no longer
defnied. see also r11717 by matz. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18829 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 fcf0014454..3658660311 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Aug 25 14:22:21 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * parse.y (YYSTYPE): struct RVarmap has been no longer
+ defnied.
+ see also r11717 by matz.
+
Mon Aug 25 10:42:18 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* transcode.c (rb_econv_open_exc): constified.