-
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.
* win32/win32.c (rb_w32_spawn): use shell if a commandline contain
double-quote character. * win32/win32.c (is_internal_cmd): similar, use shell if a commandline contain caret character. * test/ruby/test_system.rb (TestSystem#test_system_at): fix wrong test case. if system() invoke a command by using shell, system() never return nil. Also, "" quotation must not appear twice in a command line. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
kosaki
committed
Feb 28, 2011
1 parent
2755f11
commit 4a57c5e
Showing
3 changed files
with
25 additions
and
5 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,15 @@ | ||
Mon Feb 28 22:48:56 2011 KOSAKI Motohiro <[email protected]> | ||
|
||
* win32/win32.c (rb_w32_spawn): use shell if a commandline contain | ||
double-quote character. | ||
* win32/win32.c (is_internal_cmd): similar, use shell if a commandline | ||
contain caret character. | ||
|
||
* test/ruby/test_system.rb (TestSystem#test_system_at): fix | ||
wrong test case. if system() invoke a command by using shell, | ||
system() never return nil. Also, "" quotation must not appear | ||
twice in a command line. | ||
|
||
Mon Feb 28 17:36:57 2011 Tanaka Akira <[email protected]> | ||
|
||
* ext/openssl/ossl_pkcs7.c: parenthesize macro arguments. | ||
|
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