-
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.
* string.c (rb_str_new2): NULL pointer check added.
* class.c (rb_define_module_under): should locate predefined module using rb_const_defined_at(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Jan 7, 2002
1 parent
6a100f3
commit c9f4686
Showing
5 changed files
with
20 additions
and
21 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,10 +9,19 @@ Sat Jan 5 13:18:11 2002 Nobuyoshi Nakada <[email protected]> | |
* range.c (range_member): beginning check was | ||
wrong. [ruby-talk:30252] | ||
|
||
Sat Jan 5 03:07:34 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* string.c (rb_str_new2): NULL pointer check added. | ||
|
||
Sat Jan 5 00:19:12 2002 Nobuyoshi Nakada <[email protected]> | ||
|
||
* parse.y (yycompile): strdup()'ed twice. | ||
|
||
Fri Jan 4 18:29:10 2002 Michal Rokos <[email protected]> | ||
|
||
* class.c (rb_define_module_under): should locate predefined | ||
module using rb_const_defined_at(). | ||
|
||
Fri Jan 4 17:23:49 2002 Nobuyoshi Nakada <[email protected]> | ||
|
||
* misc/ruby-mode.el (ruby-forward-string): forward a string. [new] | ||
|
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
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