From 9e14de667295230e902479889a4610885cb254cf Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 15 Sep 2000 06:00:30 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dca259b0d..3942ac876 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,27 @@ +Wed Sep 13 17:11:19 2000 Yukihiro Matsumoto + + * stable version 1.6.0 released. + +Thu Sep 14 02:46:54 2000 Yukihiro Matsumoto + + * eval.c (rb_thread_yield): array strip should be done in this + function. + +Wed Sep 13 17:01:03 2000 Yukihiro Matsumoto + + * bignum.c (rb_big_eq): imcomplete value compare of bignums. + +Wed Sep 13 06:39:54 2000 Yukihiro Matsumoto + + * variable.c (rb_mod_class_variables): Module#class_variables added. + Wed Sep 13 06:09:26 2000 Wakou Aoyama * lib/cgi.rb: bug fix: CGI::header(): output status header. -Tue Sep 12 22:34:20 2000 Yukihiro Matsumoto +Wed Sep 13 01:09:12 2000 Yukihiro Matsumoto - * stable version 1.6.0 released. + * parse.y (yylex): allow global variables like '$__a'. Tue Sep 12 22:28:43 2000 WATANABE Hirofumi @@ -17,8 +34,8 @@ Tue Sep 12 16:01:58 2000 WATANABE Hirofumi Tue Sep 12 15:37:55 2000 Yukihiro Matsumoto - * eval.c (rb_yield_0): stripped array too much, should be just for - proc_call(). + * eval.c (rb_yield_0): stripped array too much, should remove just + for proc_call(). Tue Sep 12 07:05:24 2000 Wakou Aoyama @@ -98,7 +115,7 @@ Sun Sep 3 23:44:04 2000 Noriaki Harada Sun Sep 3 11:31:53 2000 Takaaki Tateishi - * parse.y (rescue): no assignment was done if rescue body as + * parse.y (rescue): no assignment was done if rescue body was empty. Sat Sep 2 10:52:21 2000 Yukihiro Matsumoto @@ -146,8 +163,7 @@ Wed Aug 30 23:21:20 2000 Yukihiro Matsumoto * numeric.c (rb_num2long): use rb_Integer() instead of independent convert routine. - * eval.c (rb_rescue2): now arbitrary number of exception types can - be specified. + * eval.c (rb_rescue2): now takes arbitrary number of exception types. * object.c (rb_convert_type): use rb_rescue2 now to handle NameError. -- cgit