From b0b943cb60269aadde71ed5e5f9c33a4da4f36a4 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 16 May 2003 23:28:31 +0000 Subject: * object.c (rb_class_allocate_instance): singleton class check moved to rb_obj_alloc(). (ruby-bugs-ja PR#345) * re.c (rb_reg_quote): should escape white space characters, \t, \f, \n, \r. (ruby-bugs-ja PR#231) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ef78d0049..f1bed984c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,16 @@ Sat May 17 00:18:11 2003 Nobuyoshi Nakada returns EINVAL on some platforms, need to check true error status. [ruby-core:01037] +Sat May 17 00:21:51 2003 Yukihiro Matsumoto + + * object.c (rb_class_allocate_instance): singleton class check + moved to rb_obj_alloc(). (ruby-bugs-ja PR#345) + +Fri May 16 23:55:50 2003 Yukihiro Matsumoto + + * re.c (rb_reg_quote): should escape white space characters, + \t, \f, \n, \r. (ruby-bugs-ja PR#231) + Fri May 16 12:40:40 2003 Yukihiro Matsumoto * eval.c (block_pass): chain previous block to the pushing block. -- cgit