| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMS | matz | 2004-07-28 | 1 | -26/+5 |
* | * gc.c, parse.y, lib/cgi.rb, lib/date.rb: last minute backports from HEAD. | matz | 2004-07-14 | 1 | -7/+8 |
* | * marshal.c (w_class): should not dump singleton class. | matz | 2004-05-27 | 1 | -7/+2 |
* | * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320) | matz | 2004-05-07 | 1 | -1/+1 |
* | * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb, | nobu | 2004-04-18 | 1 | -4/+4 |
* | * parse.y (block_append): update nd_end for "real" head node. | matz | 2004-01-26 | 1 | -1/+1 |
* | * lib/cgi.rb: reduce eval. | nobu | 2003-12-22 | 1 | -68/+42 |
* | * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like | matz | 2003-12-17 | 1 | -4/+8 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -1/+1 |
* | Minor documentation fix. | wew | 2003-11-07 | 1 | -2/+2 |
* | * eval.c (rb_load): allow interrupt during loaded program | matz | 2003-11-06 | 1 | -6/+10 |
* | * eval.c (proc_invoke): single array value to normal Proc#call | matz | 2003-10-29 | 1 | -4/+2 |
* | * eval.c (Init_Proc): taint preallocated exception object | matz | 2003-10-29 | 1 | -1/+1 |
* | * parse.y (ret_args): node may be NULL. [ruby-talk:84530] | matz | 2003-10-29 | 1 | -1/+1 |
* | * hash.c (rb_hash_each): Hash#each should yield single value. | matz | 2003-10-24 | 1 | -1/+1 |
* | consistent parentheses in assignment RHS. | matz | 2003-10-16 | 1 | -2/+2 |
* | * lib/cgi.rb (CGI::Cookie): tiny typo fix. | matz | 2003-10-15 | 1 | -1/+1 |
* | * marshal.c (w_object): dump extended modules as well. | matz | 2003-10-15 | 1 | -0/+1 |
* | * enum.c (inject_i): use rb_yield_values. | matz | 2003-08-22 | 1 | -3/+3 |
* | RD -> RDoc, with embellishments, by William Webber. | gsinclair | 2003-08-19 | 1 | -724/+1055 |
* | * variable.c (rb_mod_const_missing): "const_missing" should not | matz | 2003-07-26 | 1 | -0/+3 |
* | * eval.c (thgroup_add): no warning for terminated threads. | matz | 2003-07-24 | 1 | -4/+14 |
* | * array.c (push_values_at): Array#values_at should work with | matz | 2003-06-02 | 1 | -12/+18 |
* | * lib/cgi.rb (CGI::QueryExtension::[]): always return Value | matz | 2003-04-23 | 1 | -1/+3 |
* | * parse.y (arg_ambiguous): hopefully better message. | matz | 2003-04-22 | 1 | -12/+8 |
* | * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb, | akr | 2003-03-29 | 1 | -1/+1 |
* | * regex.c (re_compile_pattern): fix previous change. | akr | 2003-03-21 | 1 | -1/+1 |
* | * io.c (rb_io_popen): do not call rb_io_close() directly, call | matz | 2003-03-04 | 1 | -1/+1 |
* | * regex.c (is_in_list): should work weill with UTF-8. | matz | 2003-01-20 | 1 | -11/+14 |
* | * lib/cgi.rb (CGI#[]): improvement. thanks to Kazuhiro NISHIYAMA | wakou | 2002-12-27 | 1 | -0/+3 |
* | * lib/net/telnet.rb: Telnet#print not add "\n". | wakou | 2002-12-26 | 1 | -10/+25 |
* | * lib/cgi.rb (Cookie::parse), lib/cgi-lib.rb (initialize): Do not | knu | 2002-12-24 | 1 | -1/+1 |
* | * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action. | wakou | 2002-08-25 | 1 | -3/+7 |
* | * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead of | matz | 2002-08-12 | 1 | -1/+1 |
* | * lib/cgi.rb (CGI#initialize): improvement for mod_ruby. | wakou | 2002-07-05 | 1 | -1/+4 |
* | * lib/cgi.rb (CGI#initialize): improvement for mod_ruby. | wakou | 2002-07-03 | 1 | -0/+1 |
* | * lib/cgi.rb (CGI#header): accept any type as value. | wakou | 2002-07-02 | 1 | -1/+1 |
* | * lib/cgi.rb: if StringIO is usable then use it. | wakou | 2002-05-30 | 1 | -5/+13 |
* | fix for POST method. | wakou | 2002-05-29 | 1 | -2/+2 |
* | * lib/cgi.rb: not use const if GET, HEAD. check multipart form head. | wakou | 2002-05-29 | 1 | -22/+25 |
* | * eval.c (assign): ruby_verbose should be surrounded by RTEST(). | matz | 2002-04-11 | 1 | -13/+13 |
* | * lib/cgi.rb: CGI#header: do not set Apache.request.status for | shugo | 2001-11-21 | 1 | -1/+3 |
* | * lib/cgi.rb (header): support for Apache. thanks to | wakou | 2001-11-18 | 1 | -0/+4 |
* | * lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused by | wakou | 2001-10-30 | 1 | -3/+1 |
* | * lib/cgi.rb: CGI#doctype(): bug fix (html4Fr). | wakou | 2001-09-06 | 1 | -61/+51 |
* | Wed Apr 18 04:37:51 2001 Wakou Aoyama <wakou@fsinet.or.jp> | wakou | 2001-04-17 | 1 | -9/+5 |
* | very sorry check miss. | wakou | 2001-03-18 | 1 | -1/+1 |
* | sorry erase miss. | wakou | 2001-03-18 | 1 | -1/+1 |
* | Sun Mar 18 08:58:18 2001 Wakou Aoyama <wakou@fsinet.or.jp> | wakou | 2001-03-18 | 1 | -20/+20 |
* | Mon Feb 26 04:55:50 2001 Wakou Aoyama <wakou@fsinet.or.jp> | wakou | 2001-02-25 | 1 | -174/+33 |