-
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.
* array.c (rb_ary_become): should not free ptr if it's shared.
* eval.c (rb_alias): prohibit making an alias named "allocate" if klass is a metaclass. * string.c (rb_string_value_ptr): StringValuePtr() should never return NULL pointer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Aug 29, 2002
1 parent
3bf9729
commit 40bc4f5
Showing
14 changed files
with
203 additions
and
164 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 |
---|---|---|
|
@@ -7,6 +7,13 @@ Thu Aug 29 00:55:55 2002 Nobuyoshi Nakada <[email protected]> | |
* marshal.c (r_object): yield loaded objects, not intermediates. | ||
(ruby-bugs-ja:PR#296) | ||
|
||
Thu Aug 29 00:06:54 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* array.c (rb_ary_become): should not free ptr if it's shared. | ||
|
||
* eval.c (rb_alias): prohibit making an alias named "allocate" if | ||
klass is a metaclass. | ||
|
||
Wed Aug 28 23:59:15 2002 Michal Rokos <[email protected]> | ||
|
||
* signal.c: remove #ifdef SIGINT for struct signals. | ||
|
@@ -17,6 +24,11 @@ Wed Aug 28 23:34:32 2002 Nobuyoshi Nakada <[email protected]> | |
|
||
* io.c (appendline): data was lost when raw mode. | ||
|
||
Wed Aug 28 22:57:34 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* string.c (rb_string_value_ptr): StringValuePtr() should never | ||
return NULL pointer. | ||
|
||
Wed Aug 28 19:12:46 2002 Nobuyoshi Nakada <[email protected]> | ||
|
||
* ext/stringio/stringio.c (strio_initialize): RSTRING(mode)->ptr | ||
|
@@ -34,7 +46,7 @@ Wed Aug 28 17:45:03 2002 Nobuyoshi Nakada <[email protected]> | |
|
||
Wed Aug 28 16:36:40 2002 WATANABE Hirofumi <[email protected]> | ||
|
||
* configure.in (ar): don't check twice for ar. | ||
* configure.in (ar): don't check ar twice. | ||
|
||
Wed Aug 28 15:00:29 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
|
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
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
Oops, something went wrong.