summaryrefslogtreecommitdiff
path: root/lib/cgi.rb
AgeCommit message (Expand)Author
2010-05-02* lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY is defined.nobu
2010-05-01* lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value insteadnobu
2010-04-16* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2010-03-20* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu
2009-11-16Rolled out last changeryan
2009-11-16Minor cleanup to improve hash useryan
2009-11-12* lib/cgi.rb: fix command-line option ofxibbar
2009-10-04* lib/cgi.rb (CGI.unescapeHTML): fix for hex values 80-FF,xibbar
2009-09-13* lib/cgi/cookie.rb (value=): Keep CGI::Cookie#value in sync with themarcandre
2009-05-24* lib/cgi.rb (HTTP_STATUS): typo fixed. [ruby-dev:38538]matz
2009-03-24* lib/cgi.rb: $KCODE always holds its value in upper case.knu
2008-06-30* lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks insidenobu
2008-03-14* lib/cgi.rb (CGI::Cookie::initialize): performance patch frommatz
2007-12-09* lib/cgi.rb (read_multipart): exclude blanks from header values.nobu
2007-05-22* lib/cgi.rb (CGI#[]): get rid of exceptions being raised.shyouhei
2007-03-12* lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu
2007-02-15* lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singleknu
2007-02-10* lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu
2007-02-09Back out the previous commit which was unintended.knu
2007-02-09* ext/bigdecimal: Synchronize with trunk. Better functionknu
2007-01-23* lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz
2006-12-03* lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo
2006-09-23* lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI contentmatz
2006-09-04* lib/cgi.rb (CGI::out): specify -m0 -x option for nkf.matz
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