Age | Commit 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 instead | nobu |
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-16 | Rolled out last change | ryan |
2009-11-16 | Minor cleanup to improve hash use | ryan |
2009-11-12 | * lib/cgi.rb: fix command-line option of | xibbar |
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 the | marcandre |
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 inside | nobu |
2008-03-14 | * lib/cgi.rb (CGI::Cookie::initialize): performance patch from | matz |
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 nph | knu |
2007-02-15 | * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for single | knu |
2007-02-10 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parse | knu |
2007-02-09 | Back out the previous commit which was unintended. | knu |
2007-02-09 | * ext/bigdecimal: Synchronize with trunk. Better function | knu |
2007-01-23 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == instead | matz |
2006-12-03 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quote | shugo |
2006-09-23 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI content | matz |
2006-09-04 | * lib/cgi.rb (CGI::out): specify -m0 -x option for nkf. | matz |
2006-08-22 | revert nkf -m0 patch for UTF-8 | matz |
2006-08-17 | * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. a | matz |
2006-07-26 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): check | matz |
2006-05-18 | * lib/cgi.rb (CGI::out): support utf-8. a patch from Fujioka | matz |
2005-10-07 | * lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices may | matz |
2005-09-17 | * lib/cgi.rb (CGI::Cookie): should handle multiple values for a | matz |
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 object | matz |
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 modifying | matz |
2004-07-28 | * lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMS | matz |
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 like | matz |
2003-11-22 | * gc.c (Init_stack): stack region is far smaller than usual if | matz |
2003-11-07 | Minor documentation fix. | wew |
2003-11-06 | * eval.c (rb_load): allow interrupt during loaded program | matz |
2003-10-29 | * eval.c (proc_invoke): single array value to normal Proc#call | matz |
2003-10-29 | * eval.c (Init_Proc): taint preallocated exception object | matz |
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-16 | consistent parentheses in assignment RHS. | matz |