From 285c5c26688bc07448271e2b3cb6c7b21370e309 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 18 Sep 2000 08:47:10 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3942ac876..4603026bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ -Wed Sep 13 17:11:19 2000 Yukihiro Matsumoto +Mon Sep 18 17:46:11 2000 Yukihiro Matsumoto * stable version 1.6.0 released. +Sat Sep 16 03:29:59 2000 Yukihiro Matsumoto + + * eval.c (rb_f_require): rb_provided() called too early; does not + work well with threads. + + * parse.y (ensure): should distinguish empty ensure and non + existing ensure. + + * file.c (Init_File): extending File by class of FileTest was + serious mistake. + Thu Sep 14 02:46:54 2000 Yukihiro Matsumoto * eval.c (rb_thread_yield): array strip should be done in this -- cgit