-
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@570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Nov 25, 1999
1 parent
8e48dc1
commit ebab487
Showing
14 changed files
with
617 additions
and
88 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 @@ | ||
Mon Nov 22 14:07:24 1999 Koji Arai <[email protected]> | ||
|
||
* ruby.c (proc_options): variable e_script should be visited by | ||
garbage collector. | ||
|
||
Sat Nov 20 10:10:41 1999 Yukihiro Matsumoto <[email protected]> | ||
|
||
* hash.c (inspect_i): value may be nil, check revised. | ||
|
||
Fri Nov 19 18:06:21 1999 Yukihiro Matsumoto <[email protected]> | ||
|
||
* dir.c (glob): recurseve wildcard match by `**' ala zsh. | ||
|
||
Fri Nov 19 11:44:26 1999 EGUCHI Osamu <[email protected]> | ||
|
||
* variable.c: was returning void value. | ||
|
||
Fri Nov 19 03:57:22 1999 Nobuyoshi Nakada <[email protected]> | ||
|
||
* file.c: add methods Stat struct class to reduce stat(2). | ||
|
||
Thu Nov 18 16:18:27 1999 Yukihiro Matsumoto <[email protected]> | ||
|
||
* lib/pstore.rb: mutual lock by flock(2). | ||
|
||
Thu Nov 18 11:44:13 1999 Masahiro Tomita <[email protected]> | ||
|
||
* io.c (read_all): should check bytes too. | ||
|
||
Wed Nov 17 02:40:40 1999 Yukihiro Matsumoto <[email protected]> | ||
|
||
* io.c (Init_IO): $defout (alias of $>) added. | ||
|
@@ -37,6 +66,10 @@ Sat Nov 13 07:34:18 1999 Yukihiro Matsumoto <[email protected]> | |
* parse.y (assignable): allow constant assignment in methods; | ||
constants should be called `shared variable'. | ||
|
||
Fri Nov 12 23:52:19 1999 Katsuyuki Komatsu <[email protected]> | ||
|
||
* process.c (rb_f_system): argument check for NT, __EMX__, DJGPP. | ||
|
||
Wed Nov 10 21:54:11 1999 EGUCHI Osamu <[email protected]> | ||
|
||
* hash.c (rb_any_cmp): Fixed return without value. | ||
|
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.