summaryrefslogtreecommitdiff
path: root/test/cgi/test_cgi_core.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-03-12fix env leaksnobu
2014-08-09* test/cgi/test_cgi_core.rb: removed obsoleted condition for Ruby 1.8.hsbt
2012-11-08* test/cgi/test_cgi_core.rb: Add test for CGI#header.xibbar
2012-11-04Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-10-04 * lib/cgi/html5.rb: Add html5 tag maker.xibbar
2012-07-25* lib/cgi/html.rb (element_init): suppress redefine warning.naruse
2012-07-04Wed Jul 4 08:45:41 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2009-12-23* test/cgi: check by Encoding.nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-01-22* lib/cgi/core.rb (CGI.parse): generate only key on params hashxibbar
2008-11-11* lib/rubygems/timer.rb: removed svn:executable.yugui
2008-10-06* lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix thexibbar
2008-09-28add a testxibbar
2008-09-24* test/cgi/test_cgi_multipart.rb : revert last change.xibbar
2008-09-24* lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar
2008-09-24* test/cgi/test_cgi_multipart.rb : test for miniunit.xibbar
2008-08-27* test/cgi/test_cgi_core.rb: add core test.naruse