diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-18 21:07:13 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-18 21:07:13 +0000 |
commit | 34276148c4450faa77bb298cfbe005f7c263f802 (patch) | |
tree | 0eb6c327c7c6e98a36a62105929b63a37bd4f7ab /ChangeLog | |
parent | ebce1b4bd61c39030d93c01e7d080b8500be17ff (diff) |
* lib/cgi/util.rb: Improve documentation. Patch by Clinton Nixon.
[Ruby 1.9 - Bug #4733]
* lib/cgi/core.rb: ditto
* lib/cgi/cookie.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu May 19 06:06:07 2011 Eric Hodel <drbrain@segment7.net> + + * lib/cgi/util.rb: Improve documentation. Patch by Clinton Nixon. + [Ruby 1.9 - Bug #4733] + * lib/cgi/core.rb: ditto + * lib/cgi/cookie.rb: ditto + Thu May 19 06:02:21 2011 Eric Hodel <drbrain@segment7.net> * lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clinton |