summaryrefslogtreecommitdiff
path: root/lib/cgi.rb
AgeCommit message (Expand)Author
2008-06-07merge revision(s) 14153:shyouhei
2007-05-22* lib/cgi.rb (CGI#[]): get rid of exceptions being raised.shyouhei
2007-03-16* merge -c 12050shyouhei
2007-01-31* removed svn:keywords for compatibility.shugo
2006-12-03* lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo
2006-11-26backport CVE-2006-5467 fix.shyouhei
2006-08-22revert nkf -m0 patch for UTF-8matz
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-05-18* lib/cgi.rb (CGI::out): support utf-8. a patch from Fujiokamatz
2005-10-07* lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices maymatz
2005-09-17* lib/cgi.rb (CGI::Cookie): should handle multiple values for amatz
2005-02-08* lib/cgi.rb (CGI::Cookie): [ruby-talk:130040]matz
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* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-07-28* lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMSmatz
2004-07-14* gc.c, parse.y, lib/cgi.rb, lib/date.rb: last minute backports from HEAD.matz
2004-05-27* marshal.c (w_class): should not dump singleton class.matz
2004-05-07* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz
2004-04-18* dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu
2004-01-26* parse.y (block_append): update nd_end for "real" head node.matz
2003-12-22* lib/cgi.rb: reduce eval.nobu
2003-12-17* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-07Minor documentation fix.wew
2003-11-06* eval.c (rb_load): allow interrupt during loaded programmatz
2003-10-29* eval.c (proc_invoke): single array value to normal Proc#callmatz
2003-10-29* eval.c (Init_Proc): taint preallocated exception objectmatz
2003-10-29* parse.y (ret_args): node may be NULL. [ruby-talk:84530]matz
2003-10-24* hash.c (rb_hash_each): Hash#each should yield single value.matz
2003-10-16consistent parentheses in assignment RHS.matz
2003-10-15* lib/cgi.rb (CGI::Cookie): tiny typo fix.matz
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
2003-08-22* enum.c (inject_i): use rb_yield_values.matz
2003-08-19RD -> RDoc, with embellishments, by William Webber.gsinclair
2003-07-26* variable.c (rb_mod_const_missing): "const_missing" should notmatz
2003-07-24* eval.c (thgroup_add): no warning for terminated threads.matz
2003-06-02* array.c (push_values_at): Array#values_at should work withmatz
2003-04-23* lib/cgi.rb (CGI::QueryExtension::[]): always return Valuematz
2003-04-22* parse.y (arg_ambiguous): hopefully better message.matz
2003-03-29* instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr
2003-03-21* regex.c (re_compile_pattern): fix previous change.akr
2003-03-04* io.c (rb_io_popen): do not call rb_io_close() directly, callmatz
2003-01-20* regex.c (is_in_list): should work weill with UTF-8.matz
2002-12-27 * lib/cgi.rb (CGI#[]): improvement. thanks to Kazuhiro NISHIYAMAwakou
2002-12-26 * lib/net/telnet.rb: Telnet#print not add "\n".wakou
2002-12-24* lib/cgi.rb (Cookie::parse), lib/cgi-lib.rb (initialize): Do notknu
2002-08-25 * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.wakou
2002-08-12* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz