-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@3811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
May 16, 2003
1 parent
ae8463b
commit 25fd1d7
Showing
4 changed files
with
47 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,16 @@ Sat May 17 00:18:11 2003 Nobuyoshi Nakada <[email protected]> | |
returns EINVAL on some platforms, need to check true error | ||
status. [ruby-core:01037] | ||
|
||
Sat May 17 00:21:51 2003 Yukihiro Matsumoto <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* eval.c (block_pass): chain previous block to the pushing block. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters