diff options
| author | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-24 14:27:53 +0000 |
|---|---|---|
| committer | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-24 14:27:53 +0000 |
| commit | 84e19ead4b8bbf8c77a1f78a63a42547334201a9 (patch) | |
| tree | fa0766740eb668f1f6fb9d26136b5736afd587f4 /ChangeLog | |
| parent | a351839e8fed92a303f1d5a35c6bfbb62b52ceb4 (diff) | |
| download | ruby-84e19ead4b8bbf8c77a1f78a63a42547334201a9.tar.gz ruby-84e19ead4b8bbf8c77a1f78a63a42547334201a9.tar.xz ruby-84e19ead4b8bbf8c77a1f78a63a42547334201a9.zip | |
* lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :
accept parameters either in a hash,
string as a block. add the encoding validation process.
* test/cgi/test_cgi_core.rb : test for query encoding check.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19530 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 @@ +Wed Sep 24 23:12:49 2008 Takeyuki Fujioka <xibbar@ruby-lang.org> + + * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) : + accept parameters either in a hash, + string as a block. add the encoding validation process. + * test/cgi/test_cgi_core.rb : test for query encoding check. + Wed Sep 24 22:58:18 2008 NAKAMURA Usaku <usa@ruby-lang.org> * string.c (rb_str_rstrip_bang): raise exception when the encoding of |
