-
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.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Dec 1, 1999
1 parent
40517ec
commit a3f2933
Showing
13 changed files
with
342 additions
and
114 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 |
---|---|---|
@@ -1,3 +1,32 @@ | ||
Wed Dec 1 09:47:33 1999 Kazunori NISHI <[email protected]> | ||
|
||
* string.c (rb_str_split_method): should increment end too. | ||
|
||
Tue Nov 30 18:00:45 1999 Yukihiro Matsumoto <[email protected]> | ||
|
||
* marshal.c: MARSHAL_MINOR incremented; format version is 4.2. | ||
|
||
* marshal.c (w_object): distinguish class and module. | ||
|
||
* marshal.c (w_object): save hash's default value. | ||
|
||
* marshal.c (r_object): restore hash's default value. | ||
|
||
Tue Nov 30 01:46:18 1999 Yukihiro Matsumoto <[email protected]> | ||
|
||
* re.c (rb_reg_source): generated source string must be tainted if | ||
regex is tainted. | ||
|
||
* file.c (rb_file_s_basename): basename should not be tainted | ||
unless the original path is tainted. | ||
|
||
* file.c (rb_file_s_dirname): ditto. | ||
|
||
Mon Nov 29 20:42:13 1999 Nobuyoshi Nakada <[email protected]> | ||
|
||
* file.c (stat_new): Struct::Stat -> File::Stat; Stat is no longer | ||
a Struct. | ||
|
||
Mon Nov 29 15:28:52 1999 Yukihiro Matsumoto <[email protected]> | ||
|
||
* variable.c (rb_path2class): evaluated value from path should be | ||
|
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.