Age | Commit message (Expand) | Author |
2007-12-24 | * lib/cgi.rb (CGI::escape): m17nized. | akr |
2007-12-14 | * lib/rdoc/options.rb (Options::parse): do not access $KCODE any | matz |
2007-12-09 | * lib/cgi.rb (read_multipart): exclude blanks from header values. | nobu |
2007-05-23 | * lib/cgi.rb (CGI#[]): get rid of exceptions being raised. | matz |
2007-03-12 | * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nph | knu |
2007-02-10 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parse | knu |
2007-02-08 | * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for single | matz |
2007-02-03 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debug | knu |
2007-01-23 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == instead | matz |
2006-12-28 | * lib/cgi.rb (CGI::Cookie::initialize): use Array() again. | matz |
2006-12-21 | * lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or may | matz |
2006-12-17 | * lib/cgi.rb (CGI::Cookie::initialize): Array(string) no longer | matz |
2006-12-03 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quote | shugo |
2006-09-27 | * lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s by | matz |
2006-09-23 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI content | matz |
2006-09-04 | * lib/cgi.rb (CGI::out): specify -x option for nkf. | 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-07-20 | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2005-12-29 | * eval.c (rb_mod_define_method): should save safe_level in the | matz |
2005-10-21 | * bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337] | matz |
2005-09-17 | * lib/mathn.rb (Rational::inspect): should preserve original | matz |
2005-09-16 | * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style | matz |
2005-06-12 | * signal.c (sigexit): call rb_thread_signal_exit() instead of | 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 | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz |
2004-07-28 | * lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMS | matz |
2004-05-27 | * lib/pstore.rb (transaction): allow overriding dump and load. | matz |
2004-04-18 | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu |
2004-03-29 | * exception message clean-up by Ian Macdonald <[email protected]>. | matz |
2004-02-13 | lib/cgi.rb: commit miss. | eban |
2004-02-13 | * re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int). | matz |
2004-01-19 | * variable.c (rb_set_class_path): do not set path if | matz |
2004-01-12 | * file.c (test_wr, test_ww): New functions implementing new | 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 |
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-19 | RD -> RDoc, with embellishments, by William Webber. | gsinclair |