-
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.
* lib/cgi/core.rb: check if Tempfile is defined before use it.
* lib/cgi/core.rb: remove tempfiles only if tempfiles exist git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
3 changed files
with
42 additions
and
3 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,9 +1,19 @@ | ||
Mon Nov 5 10:57:59 2012 NARUSE, Yui <[email protected]> | ||
|
||
* lib/cgi/core.rb: check if Tempfile is defined before use it. | ||
|
||
* lib/cgi/core.rb: remove tempfiles only if tempfiles exist | ||
|
||
Mon Nov 5 12:17:00 2012 Zachary Scott <[email protected]> | ||
|
||
* lib/uri/http.rb (URI::HTTP.build): Fix example | ||
Patch by Carina C. Zona | ||
[Fixes #209 Github] | ||
|
||
Mon Nov 5 09:55:05 2012 Takeyuki FUJIOKA <[email protected]> | ||
|
||
* lib/cgi/core.rb: remove tempfile more early. | ||
|
||
Sun Nov 4 20:29:46 2012 Takeyuki FUJIOKA <[email protected]> | ||
|
||
* lib/cgi.rb, lib/cgi/*/rb: rename CGI#header to CGI#http_header, | ||
|
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