From 5db7e288099fadf0c03be3996a72ad2620161ae5 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 5 Jun 2000 08:46:59 +0000 Subject: 2000-06-05 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 176669215..b31aaf0bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,10 +14,32 @@ Sun Jun 4 02:01:10 2000 WATANABE Hirofumi * lib/mkmf.rb: do not need to add -L$(topdir) in --enable-shared case. +Sat Jun 3 13:50:06 2000 Yukihiro Matsumoto + + * parse.y (rb_id2name): should support constant attrset + identifiers. + + * bignum.c (rb_big_eq): Bignum#== should not raise exception. + +Fri Jun 2 11:24:48 2000 Yukihiro Matsumoto + + * io.c (rb_io_popen): open with a block returns the value from the + block. old behavior was back. + +Fri Jun 2 00:42:31 2000 Yukihiro Matsumoto + + + * eval.c (rb_thread_cleanup): should clear priority for thread + termination. + Thu Jun 1 00:59:15 2000 Yukihiro Matsumoto * eval.c (rb_yield_0): convert Qundef to []. +Wed May 31 20:45:59 2000 Dave Thomas + + * string.c (rb_str_slice_bang): wrong argument number. + Wed May 31 12:37:04 2000 Yukihiro Matsumoto * eval.c (rb_exec_end_proc): print error message from END procs. @@ -37,11 +59,6 @@ Wed May 31 01:54:21 2000 Yukihiro Matsumoto Tue May 30 23:33:41 2000 Katsuyuki Komatsu - * ext/extmk.rb.in (have_library, have_func): remove unnecessary - try_link() call from the mswin32 platform branch. - - * lib/mkmf.rb (have_library, have_func): ditto. - * lib/mkmf.rb (create_makefile): add $(TARGET).ilk and *.pdb to cleanup files for mswin32. -- cgit