aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cgi.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-291-1/+1
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-3/+6
* * lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMSmatz2004-07-281-28/+7
* * lib/pstore.rb (transaction): allow overriding dump and load.matz2004-05-271-7/+2
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-4/+4
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* lib/cgi.rb: commit miss.eban2004-02-131-2/+0
* * re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).matz2004-02-131-0/+1
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-191-6/+8
* * file.c (test_wr, test_ww): New functions implementing newmatz2004-01-121-1/+1
* * lib/cgi.rb: reduce eval.nobu2003-12-221-68/+42
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-171-4/+8
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-1/+1
* Minor documentation fix.wew2003-11-071-2/+2
* * eval.c (rb_load): allow interrupt during loaded programmatz2003-11-061-6/+10
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-291-4/+2
* * eval.c (Init_Proc): taint preallocated exception objectmatz2003-10-291-1/+1
* * parse.y (ret_args): node may be NULL. [ruby-talk:84530]matz2003-10-291-1/+1
* * hash.c (rb_hash_each): Hash#each should yield single value.matz2003-10-241-1/+1
* consistent parentheses in assignment RHS.matz2003-10-161-2/+2