| Commit message (Expand) | Author | Age | Files | Lines |
| * | merges r20154-20158, r20161 from trunk into ruby_1_9_1. | yugui | 2008-11-11 | 2 | -89/+89 |
| * | * lib/cgi/html.rb: allow symbolized key. | xibbar | 2008-10-24 | 1 | -2/+2 |
| * | * lib/cgi/core.rb (read_multipart): change field value as String | xibbar | 2008-10-24 | 1 | -1/+23 |
| * | * lib/cgi/core.rb (read_multipart): file's encoding is ascii-8bit | xibbar | 2008-10-20 | 1 | -6/+6 |
| * | * lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix the | xibbar | 2008-10-06 | 1 | -1/+1 |
| * | * lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBody | xibbar | 2008-10-02 | 1 | -131/+97 |
| * | * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}): | xibbar | 2008-09-28 | 1 | -8/+8 |
| * | * lib/cgi/html.rb (CGI::HtmlExtension::popup_menu): | xibbar | 2008-09-28 | 1 | -3/+3 |
| * | * lib/cgi/core.rb (CGI::parse): ignore illegal query params. | xibbar | 2008-09-28 | 1 | -1/+3 |
| * | * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) : | xibbar | 2008-09-24 | 1 | -12/+98 |
| * | Fix ruby -w warnings for mismatched indentation discovered by rdoc | drbrain | 2008-09-23 | 1 | -6/+6 |
| * | * lib/cgi/html.rb (checkbox_group,radio_group): bug fix | xibbar | 2008-09-17 | 1 | -6/+6 |
| * | * lib/cgi/core.rb: performance improvement. | xibbar | 2008-09-16 | 1 | -109/+112 |
| * | * lib/cgi/core.rb (CGI::parse): performance improvement | xibbar | 2008-09-14 | 1 | -8/+3 |
| * | properties. | nobu | 2008-09-10 | 1 | -1/+1 |
| * | * lib/cgi/cookie.rb (CGI::Cookie#to_s): performance improvement | xibbar | 2008-09-10 | 1 | -25/+6 |
| * | * lib/cgi*: split cgi.rb into four files. [ruby-dev:36041] | xibbar | 2008-09-09 | 4 | -0/+2068 |
| * | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 2 | -3/+3 |
| * | * lib/cgi/session.rb (CGI::Session::FileStore::restore): use | matz | 2007-11-15 | 1 | -4/+12 |
| * | * lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest to | akr | 2007-06-29 | 1 | -1/+1 |
| * | * lib/securerandom.rb: renamed from lib/secrand.rb. | akr | 2007-06-10 | 1 | -2/+2 |
| * | * lib/cgi/session.rb: use secrand for generating cookies. | akr | 2007-06-08 | 1 | -9/+15 |
| * | * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings. | nobu | 2006-07-30 | 2 | -23/+10 |
| * | * object.c (inspect_obj): unintended space removal. | matz | 2005-03-07 | 1 | -2/+2 |
| * | * lib/cgi/session.rb (CGI::Session#initialize): empty session id was | nobu | 2004-12-19 | 1 | -1/+2 |
| * | * lib/cgi/session.rb (CGI::Session#initialize): control adding | nobu | 2004-12-17 | 1 | -6/+5 |
| * | * lib/set.rb (Set#==): [ruby-dev:25206] | matz | 2004-12-15 | 2 | -17/+28 |
| * | * object.c (convert_type): [ruby-core:03845] | matz | 2004-11-29 | 1 | -2/+2 |
| * | * string.c (str_gsub): internal buffer should not be listed by | matz | 2004-11-19 | 2 | -4/+18 |
| * | * string.c (str_mod_check): frozen check should be separated. | matz | 2004-11-16 | 1 | -3/+7 |
| * | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -5/+1 |
| * | * array.c (rb_ary_delete): element comparison might change array | matz | 2004-09-17 | 1 | -0/+37 |
| * | * bignum.c (rb_big_and): protect parameters from GC. | matz | 2004-08-28 | 1 | -1/+3 |
| * | * lib/cgi/session.rb (CGI::Session::FileStore#initialize): do not | shugo | 2004-08-24 | 2 | -17/+7 |
| * | * lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaint | shugo | 2004-08-24 | 1 | -1/+1 |
| * | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz | 2004-07-23 | 2 | -1/+4 |
| * | * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_by | matz | 2004-07-14 | 1 | -2/+2 |
| * | * numeric.c (flo_eq): alway check if operands are NaN. | matz | 2004-05-20 | 1 | -25/+24 |
| * | Doug Kearns's doc. patch | dave | 2004-02-26 | 1 | -0/+1 |
| * | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-02 | 1 | -2/+2 |
| * | consistent parentheses in assignment RHS. | matz | 2003-10-16 | 1 | -2/+2 |
| * | Add documentation in RDoc format. | wew | 2003-08-29 | 1 | -1/+46 |
| * | Add documentation in RDoc format. | wew | 2003-08-29 | 1 | -4/+278 |
| * | * lib/tmpdir.rb (tmpdir): new method. remove TMPDIR. | eban | 2003-07-23 | 1 | -1/+1 |
| * | * lib/tmpdir.rb: new library to get temporary directory path, | matz | 2003-07-21 | 1 | -1/+2 |
| * | * lib/matrix.rb: remove elements conversion to_f, to_i, to_r. | matz | 2003-07-15 | 1 | -0/+78 |
| * | * lib/cgi/session.rb (CGI::Session::initialize): updated to | matz | 2003-05-02 | 1 | -3/+5 |
| * | Delete final.rb, which was obsoleted long ago. | knu | 2002-12-19 | 1 | -1/+0 |
| * | * array.c (sort_2): *a - *b may overflow. | matz | 2002-08-19 | 1 | -0/+3 |
| * | * lib/cgi/session.rb: support for multipart form. | wakou | 2002-04-10 | 1 | -0/+1 |