-
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@621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Feb 18, 2000
1 parent
f0886df
commit 3d6fde3
Showing
14 changed files
with
247 additions
and
48 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,19 @@ | ||
Fri Feb 18 00:27:34 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
* variable.c (rb_shared_variable_declare): shared variable (aka | ||
class/module variable) introduced. prefix `@@'. experimental. | ||
|
||
* class.c (rb_scan_args): new format char '&'. | ||
|
||
Thu Feb 17 19:09:05 2000 Katsuyuki Komatsu <[email protected]> | ||
|
||
* win32/win32.c (mypopen): don't close handle if it is not assigned. | ||
* win32/win32.c (my_open_osfhandle): support O_NOINHERIT flag. | ||
* win32/win32.c (win32_getcwd): rename getcwd to win32_getcwd | ||
in order to avoid using the C/C++ runtime DLL's getcwd. | ||
Use CharNext() to process directory name. | ||
* win32/win32.h: map getcwd to win32_getcwd. | ||
|
||
Wed Feb 16 00:32:49 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
* eval.c (method_arity): nd_rest is -1 for no rest argument. | ||
|
@@ -10,13 +26,14 @@ Tue Feb 15 01:47:00 2000 Yukihiro Matsumoto <[email protected]> | |
|
||
Mon Feb 14 13:59:01 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
* parse.y (yylex): yylex yields wrong token for `:foo=~expr'. | ||
* parse.y (yylex): yylex yields wrong tokens for `:foo=~expr'. | ||
|
||
* ruby.c (load_file): exit if reading file is empty. | ||
|
||
Mon Feb 14 03:34:52 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
* parse.y (yylex): `foo.bar=' should be <foo><.><bar><=>. | ||
* parse.y (yylex): `foo.bar=1' should be <foo><.><bar><=><1>, | ||
not <foo><.><bar=><1>. | ||
|
||
* eval.c (rb_thread_restore_context): process according to | ||
RESTORE_* is moved after longjmp(). | ||
|
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.