-
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.
* eval.c (mark_frame_adj): need to adjust argv pointer if using
system's alloca. [ruby-core:01503] * io.c (rb_f_gets): should call next_argv() before type check current_file. [ruby-list:38336] * eval.c (proc_invoke): should retrieve retval when pcall is true. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Sep 5, 2003
1 parent
4198feb
commit c492b9b
Showing
5 changed files
with
60 additions
and
28 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 |
---|---|---|
|
@@ -101,6 +101,11 @@ Thu Sep 4 12:54:50 2003 why the lucky stiff <[email protected]> | |
* ext/syck/token.c: headerless documents with root-level spacing now | ||
honored. | ||
|
||
Thu Sep 4 00:06:14 2003 Yukihiro Matsumoto <[email protected]> | ||
|
||
* eval.c (mark_frame_adj): need to adjust argv pointer if using | ||
system's alloca. [ruby-core:01503] | ||
|
||
Wed Sep 3 21:33:20 2003 NAKAMURA, Hiroshi <[email protected]> | ||
|
||
* test: add test directory. Test::Unit aware testcases and needed | ||
|
@@ -112,11 +117,20 @@ Wed Sep 3 21:33:20 2003 NAKAMURA, Hiroshi <[email protected]> | |
|
||
* test/csv/*: add testcase for lib/csv.rb. | ||
|
||
Wed Sep 3 01:37:09 2003 Yukihiro Matsumoto <[email protected]> | ||
|
||
* io.c (rb_f_gets): should call next_argv() before type check | ||
current_file. [ruby-list:38336] | ||
|
||
Tue Sep 2 20:37:15 2003 GOTOU Yuuzou <[email protected]> | ||
|
||
* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warning | ||
for skipping server verification. | ||
|
||
Tue Sep 2 23:36:57 2003 Yukihiro Matsumoto <[email protected]> | ||
|
||
* eval.c (proc_invoke): should retrieve retval when pcall is true. | ||
|
||
Tue Sep 2 14:09:20 2003 Yukihiro Matsumoto <[email protected]> | ||
|
||
* ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX). | ||
|
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