From 6ded26953a9fb0ca12a426dabf241650ace6e45f Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 7 Jun 2001 08:29:59 +0000 Subject: * parse.y (yylex): exclude kDO_BLOCK too much by false condition. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4453b8746..65b1332bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -Wed Jun 6 23:02:36 2001 Keiju Ishitsuka +Thu Jun 7 17:28:00 2001 Yukihiro Matsumoto + + * parse.y (yylex): exclude kDO_BLOCK too much by false condition. + +Wed Jun 6 23:02:36 2001 Keiju Ishitsuka * lib/sync.rb: bug fix if obj.initialize has parameters when obj.extend(Sync_m) -- cgit