diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-16 23:28:31 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-16 23:28:31 +0000 |
| commit | b0b943cb60269aadde71ed5e5f9c33a4da4f36a4 (patch) | |
| tree | 3f9afe4bebd166e30e9f9c73cada34d2a51a6b7b /ChangeLog | |
| parent | 5aa727581530decbd185ba327b30076a2a89790a (diff) | |
| download | ruby-b0b943cb60269aadde71ed5e5f9c33a4da4f36a4.tar.gz ruby-b0b943cb60269aadde71ed5e5f9c33a4da4f36a4.tar.xz ruby-b0b943cb60269aadde71ed5e5f9c33a4da4f36a4.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -9,6 +9,16 @@ Sat May 17 00:18:11 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> returns EINVAL on some platforms, need to check true error status. [ruby-core:01037] +Sat May 17 00:21:51 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <matz@ruby-lang.org> + + * 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 <matz@ruby-lang.org> * eval.c (block_pass): chain previous block to the pushing block. |
