From 19712e884e98a1fd128e6b869db0d42197227293 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 6 Mar 2001 08:17:54 +0000 Subject: * parse.y (primary): rescue and ensure clauses should be allowed to appear in singleton method body. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f92c22f7a..56f24fae1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ +Tue Mar 6 10:50:29 2001 Yukihiro Matsumoto + + * parse.y (primary): rescue and ensure clauses should be allowed + to appear in singleton method body. + Mon Mar 5 17:25:13 2001 Yukihiro Matsumoto * eval.c (proc_eq): compare Procs using blocktag equality. + * eval.c (proc_to_s): stringify according to block tag address. + Mon Mar 5 17:19:56 2001 WATANABE Hirofumi * win32/win32.c (gettimeofday): use GetLocalTime() instead of ftime() -- cgit