From 9144491376799259d3430ad36c0c862b21c053a2 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 14 Jul 2000 07:18:58 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/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 23539266be..8c3b973dfc 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 v1.2.3