From 6a6d0ad22009c437217eb6aeb4c3750f7a3aaa6d Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 3 Mar 2003 05:17:39 +0000 Subject: * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'. * io.c (rb_io_fread): should not clearerr() if there's no filled buffer (i.e. rb_io_fread() returning zero). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9cce719c35..f898dc212f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Mar 3 11:29:04 2003 Yukihiro Matsumoto + + * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'. + +Mon Mar 3 02:53:52 2003 Yukihiro Matsumoto + + * io.c (rb_io_fread): should not clearerr() if there's no filled + buffer (i.e. rb_io_fread() returning zero). + Mon Mar 03 01:42:35 2003 Nobuyoshi Nakada * misc/ruby-mode.el (ruby-expr-beg): escaped char syntax. -- cgit v1.2.3