summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-18 15:46:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-18 15:46:24 +0000
commitde9251e2c752c9a7bab11615cc54ebab3648b0c8 (patch)
treef396883019eab756e47c07c598a7b08cb18ada06 /ChangeLog
parenteecf7fdcdeb5607fe1dd93886cac328d0764aae8 (diff)
* parse.y (yylex): commands after break/next/rescue can take
arguments. (ruby-bugs-ja:PR#265) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2582 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 e32e76c1ee..ac3869fe25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 19 00:39:52 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
+
+ * parse.y (yylex): commands after break/next/rescue can take
+ arguments. (ruby-bugs-ja:PR#265)
+
Tue Jun 18 19:20:16 2002 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)