From 6a5aff500f6aec632e308d7d7f75311aea3e2c7f Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 14 Jul 2000 07:18:58 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 23539266b..8c3b973df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ Fri Jul 14 12:49:50 2000 Yukihiro Matsumoto + * 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. -- cgit