From 6b08aaeab5a57a33bbe4cd36ded17eb2d807a829 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 16 May 2003 05:13:17 +0000 Subject: * eval.c (block_pass): chain previous block to the pushing block. * time.c (time_cmp): does not compare with numbers for interchangeability. (ruby-bugs-ja PR#458) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a11f11c15..d46e3b0e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri May 16 12:40:40 2003 Yukihiro Matsumoto + + * eval.c (block_pass): chain previous block to the pushing block. + + * time.c (time_cmp): does not compare with numbers for + interchangeability. (ruby-bugs-ja PR#458) + Thu May 15 21:55:54 2003 why the lucky stiff * lib/gram.c: fixes to one-line documents and end of stream documents. -- cgit