aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cgi.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/cgi.rb: fix a typo in documentation.hsbt2015-12-141-1/+1
* * lib/cgi.rb: remove needless condition for old ruby version.hsbt2014-08-071-2/+0
* * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak2013-07-181-1/+1
* * lib/cgi.rb: Add a document.xibbar2013-05-301-0/+19
* * lib/cgi.rb: CGI example for HTML generationzzak2012-11-301-14/+18
* Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-041-1/+2
* * lib/cgi.rb: Add toplevel documentation to class CGIdrbrain2011-05-161-20/+18
* * lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194]mame2010-01-281-0/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-41/+41
* * lib/cgi*: split cgi.rb into four files. [ruby-dev:36041]xibbar2008-09-091-2060/+4
* * lib/cgi.rb : obsolete regex "n" option. [ruby-dev:36130]xibbar2008-09-081-31/+31
* * lib/cgi.rb (CGI#initialize): remove unused constants. a patchmatz2008-08-291-5/+0
* revert removed comment.naruse2008-08-271-0/+1
* * lib/cgi.rb (CGI::Cookie): remove delagate.naruse2008-08-271-4/+1
* * lib/cgi.rb (nOE_element_def): fix error when cascade methods whichnaruse2008-08-261-4/+5
* * lib/cgi.rb (CGI::unescapeHTML): consider ISO-8859-1.naruse2008-08-241-8/+10
* * lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping.naruse2008-08-231-13/+30
* * lib/cgi.rb (CGI#out): remove auto encoding conversion and setnaruse2008-08-231-16/+0
* * lib/cgi.rb: use bytesize instead of size/length.usa2008-08-221-17/+17
* * lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks insidenobu2008-06-301-1/+1
* * lib/cgi.rb (CGI::Cookie::initialize): performance patch frommatz2008-03-141-6/+11
* * lib/cgi.rb (CGI::escapeHTML): use gsub with Hash. [ruby-dev:33828]kazu2008-02-171-1/+7
* * lib/cgi.rb (CGI::QueryExtension::[]): no more transitionmatz2008-02-041-25/+0
* * lib/cgi.rb (CGI::escape): m17nized.akr2007-12-241-10/+12
* * lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz2007-12-141-10/+2
* * lib/cgi.rb (read_multipart): exclude blanks from header values.nobu2007-12-091-5/+5
* * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.matz2007-05-231-0/+1
* * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu2007-03-121-1/+2
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu2007-02-101-2/+2
* * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singlematz2007-02-081-5/+5
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debugknu2007-02-031-1/+0
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz2007-01-231-1/+1
* * lib/cgi.rb (CGI::Cookie::initialize): use Array() again.matz2006-12-281-1/+1
* * lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or maymatz2006-12-211-1/+1
* * lib/cgi.rb (CGI::Cookie::initialize): Array(string) no longermatz2006-12-171-1/+1
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo2006-12-031-2/+3
* * lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s bymatz2006-09-271-5/+5
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI contentmatz2006-09-231-1/+1
* * lib/cgi.rb (CGI::out): specify -x option for nkf.matz2006-09-041-5/+3
* * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. amatz2006-08-171-4/+4
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): checkmatz2006-07-261-0/+3
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-2/+2
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-0/+2
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-15/+56
* * bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz2005-10-211-1/+1
* * lib/mathn.rb (Rational::inspect): should preserve originalmatz2005-09-171-1/+0
* * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz2005-09-161-3/+5
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-2/+12
* * eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz2004-11-011-1/+1