summaryrefslogtreecommitdiff
path: root/lib/cgi.rb
AgeCommit message (Expand)Author
2011-05-16 * lib/cgi.rb: Add toplevel documentation to class CGIdrbrain
2010-01-28* lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194]mame
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-09-09* lib/cgi*: split cgi.rb into four files. [ruby-dev:36041]xibbar
2008-09-08* lib/cgi.rb : obsolete regex "n" option. [ruby-dev:36130]xibbar
2008-08-29* lib/cgi.rb (CGI#initialize): remove unused constants. a patchmatz
2008-08-27revert removed comment.naruse
2008-08-27* lib/cgi.rb (CGI::Cookie): remove delagate.naruse
2008-08-26* lib/cgi.rb (nOE_element_def): fix error when cascade methods whichnaruse
2008-08-24* lib/cgi.rb (CGI::unescapeHTML): consider ISO-8859-1.naruse
2008-08-23* lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping.naruse
2008-08-23* lib/cgi.rb (CGI#out): remove auto encoding conversion and setnaruse
2008-08-22 * lib/cgi.rb: use bytesize instead of size/length.usa
2008-06-30* lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks insidenobu
2008-03-14* lib/cgi.rb (CGI::Cookie::initialize): performance patch frommatz
2008-02-17* lib/cgi.rb (CGI::escapeHTML): use gsub with Hash. [ruby-dev:33828]kazu
2008-02-04* lib/cgi.rb (CGI::QueryExtension::[]): no more transitionmatz
2007-12-24* lib/cgi.rb (CGI::escape): m17nized.akr
2007-12-14* lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz
2007-12-09* lib/cgi.rb (read_multipart): exclude blanks from header values.nobu
2007-05-23* lib/cgi.rb (CGI#[]): get rid of exceptions being raised.matz
2007-03-12* lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu
2007-02-10* lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu
2007-02-08* lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singlematz
2007-02-03* lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debugknu
2007-01-23* lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz
2006-12-28* lib/cgi.rb (CGI::Cookie::initialize): use Array() again.matz
2006-12-21* lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or maymatz
2006-12-17* lib/cgi.rb (CGI::Cookie::initialize): Array(string) no longermatz
2006-12-03* lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo
2006-09-27* lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s bymatz
2006-09-23* lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI contentmatz
2006-09-04* lib/cgi.rb (CGI::out): specify -x option for nkf.matz
2006-08-17* lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. amatz
2006-07-26* lib/cgi.rb (CGI::QueryExtension::read_multipart): checkmatz
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-10-21* bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz
2005-09-17* lib/mathn.rb (Rational::inspect): should preserve originalmatz
2005-09-16* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2004-11-01* eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz
2004-10-29* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-07-28* lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMSmatz
2004-05-27* lib/pstore.rb (transaction): allow overriding dump and load.matz
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-02-13lib/cgi.rb: commit miss.eban