From 8e48dc16e97a783a69f0972b4882ad2faae561ea Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 17 Nov 1999 07:30:37 +0000 Subject: 19991117 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7195394dd5..0f30916676 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +Wed Nov 17 02:40:40 1999 Yukihiro Matsumoto + + * io.c (Init_IO): $defout (alias of $>) added. + +Tue Nov 16 09:47:14 1999 Yukihiro Matsumoto + + * lib/pstore.rb: add mutual lock using symlink. + +Mon Nov 15 16:50:34 1999 Yukihiro Matsumoto + + * enum.c (enum_grep): non matching grep returns an empty array, no + longer returns nil. + + * enum.c (enum_grep): grep with block returns collection of + evaluated values of block over matched elements. + +Mon Nov 15 04:50:33 1999 Koji Arai + + * re.c (rb_reg_source): should not call rb_reg_expr_str() + everytime. + +Sat Nov 13 07:34:18 1999 Yukihiro Matsumoto + + * variable.c (rb_mod_constants): traverse superclasses to collect + constants (shared variables). + + * eval.c (assign): modified for shared variables. + + * eval.c (rb_eval): search nested scope, then superclasses to + assign shared variables within methods. + + * eval.c (rb_eval): remove warnings from constants modification, + becase they are no longer constants. + + * parse.y (node_assign): modified for shared variables. + + * parse.y (assignable): allow constant assignment in methods; + constants should be called `shared variable'. + Wed Nov 10 21:54:11 1999 EGUCHI Osamu * hash.c (rb_any_cmp): Fixed return without value. -- cgit v1.2.3