diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-03 05:17:39 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-03 05:17:39 +0000 |
| commit | ce91cf064d68009679b4277da6b72d9c5ab76218 (patch) | |
| tree | 4ab0fd67ef12ea789ccb12df06654057f5ee6f87 /ChangeLog | |
| parent | a6199fedfa8c2e87d9e9b456953611115e5a96fb (diff) | |
| download | ruby-ce91cf064d68009679b4277da6b72d9c5ab76218.tar.gz ruby-ce91cf064d68009679b4277da6b72d9c5ab76218.tar.xz ruby-ce91cf064d68009679b4277da6b72d9c5ab76218.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@3543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Mon Mar 3 11:29:04 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'. + +Mon Mar 3 02:53:52 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <nobu.nokada@softhome.net> * misc/ruby-mode.el (ruby-expr-beg): escaped char syntax. |
