diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-14 07:18:58 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-14 07:18:58 +0000 |
| commit | 6a5aff500f6aec632e308d7d7f75311aea3e2c7f (patch) | |
| tree | 94d7468da354e1b2f772d982b8d271289a947e28 /ChangeLog | |
| parent | a0b0c78c4ae1361b9d5de0dde566bbcf1dfe7f69 (diff) | |
| download | ruby-6a5aff500f6aec632e308d7d7f75311aea3e2c7f.tar.gz ruby-6a5aff500f6aec632e308d7d7f75311aea3e2c7f.tar.xz ruby-6a5aff500f6aec632e308d7d7f75311aea3e2c7f.zip | |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ Fri Jul 14 12:49:50 2000 Yukihiro Matsumoto <matz@netlab.co.jp> + * io.c (argf_eof): need to check stdin, when next_p == -1. + + * io.c (read_all): use io_fread() instead of fread(3). + + * io.c (io_reopen): should clearerr FILE if fd < 3. + + * re.c (rb_reg_match_m): the result is exported, so it should be + declared as busy. + * eval.c (rb_eval): should preserve errinfo even if return, break, etc. is called in rescue clause. |
