From e2eceefd08748d0b5c6b707154e42e32c18aa74d Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 15 Aug 2000 06:22:49 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f717b0d8e..c39119037 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue Aug 15 01:45:28 2000 Yukihiro Matsumoto + + * io.c (argf_eof): should return true at the end of ARGF without + checking stdout if arguments are given. + +Mon Aug 14 10:34:32 2000 Yukihiro Matsumoto + + * eval.c (rb_thread_status): status should return false for normal + termination, nil for termination by exception. + +Fri Aug 11 15:43:46 2000 Yukihiro Matsumoto + + * eval.c (rb_undef): give warning for undefining __id__, __send__. + Thu Aug 10 08:05:03 2000 Yukihiro Matsumoto * eval.c (rb_callcc): returned current thread instaed of -- cgit