| Commit message (Expand) | Author | Age | Files | Lines |
* | import drb-2.0.4 (use LocalJumpeError#reason) | seki | 2003-06-28 | 2 | -56/+3 |
* | * variable.c (autoload_delete): should delete Qundef from iv_tbl. | matz | 2003-06-25 | 1 | -0/+2 |
* | * lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hash | why | 2003-06-24 | 1 | -1/+1 |
* | * lib/net/http.rb (HTTPHeader#proxy_basic_auth): missing `@'. | aamine | 2003-06-24 | 1 | -1/+1 |
* | * lib/csv.rb: Import csv module. | nahi | 2003-06-19 | 1 | -0/+1322 |
* | import from drb-2.0.4b3 | seki | 2003-06-18 | 10 | -0/+1343 |
* | * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented. | why | 2003-06-18 | 3 | -6/+13 |
* | * ext/syck/gram.c: added grammar for certain empty sequence entries. | why | 2003-06-17 | 1 | -10/+2 |
* | * eval.c (proc_alloc): re-unification of Block and Proc. Block | matz | 2003-06-16 | 6 | -22/+22 |
* | * lib/rexml/quickpath.rb: escape '[' to avoid warning. | eban | 2003-06-16 | 1 | -1/+1 |
* | REXML hadn't been tested with Ruby 1.8.0, which was really, really, | ser | 2003-06-15 | 5 | -26/+28 |
* | * lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber. | shugo | 2003-06-13 | 1 | -1/+8 |
* | * ext/syck/token.c: preserve newlines prepended to a block. | why | 2003-06-10 | 4 | -110/+15 |
* | * lib/rexml/cdata.rb,lib/rexml/quickpath.rb,lib/rexml/parsers/baseparser.rb: | eban | 2003-06-10 | 3 | -4/+4 |
* | * lib/irb/ruby-lex.rb: typo. | matz | 2003-06-10 | 1 | -1/+1 |
* | * lib/irb/slex.rb: small cleanups. (ruby-bugs-ja PR#492) | matz | 2003-06-10 | 2 | -10/+11 |
* | * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3 | matz | 2003-06-10 | 3 | -10/+14 |
* | The versions on the import were messed up; I imported an untranslated | ser | 2003-06-10 | 1 | -3/+3 |
* | Initial revision | ser | 2003-06-10 | 53 | -0/+6674 |
* | * lib/net/http.rb: define Net::HTTPResponse#to_ary for backward compatibility... | aamine | 2003-06-06 | 2 | -7/+17 |
* | * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC. | why | 2003-06-05 | 1 | -0/+8 |
* | * eval.c (rb_call_super): inheritance line adjustment moved from | matz | 2003-06-03 | 3 | -3/+11 |
* | * array.c (push_values_at): Array#values_at should work with | matz | 2003-06-02 | 6 | -25/+31 |
* | context.rb typo, thank rubikichi-san | keiju | 2003-06-01 | 1 | -1/+1 |
* | * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong. | why | 2003-05-30 | 1 | -2/+2 |
* | remove conflict | nobu | 2003-05-30 | 1 | -12/+0 |
* | * io.c (rb_f_syscall): type dispatch should be based on | matz | 2003-05-30 | 2 | -8/+20 |
* | * eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a. | nobu | 2003-05-30 | 1 | -16/+21 |
* | backout | nobu | 2003-05-29 | 1 | -5/+5 |
* | * eval.c (ev_const_defined, ev_const_get), variable.c | nobu | 2003-05-29 | 1 | -9/+15 |
* | * lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_block | nobu | 2003-05-26 | 3 | -5/+5 |
* | * lib/optparse.rb (OptionParser::Switch::parse, | nobu | 2003-05-26 | 1 | -3/+3 |
* | * lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by... | aamine | 2003-05-24 | 1 | -10/+40 |
* | * lib/token.c: single- and double-quoted root-level fix. | why | 2003-05-22 | 2 | -7/+45 |
* | * object.c (rb_obj_clone): defer copying freezing state after | matz | 2003-05-22 | 3 | -4/+4 |
* | * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError on | why | 2003-05-22 | 1 | -1/+2 |
* | * ext/syck/rubyext.c (syck_parser_load): root-level false was returning | why | 2003-05-22 | 1 | -1/+7 |
* | * error.c (syserr_initialize): prohibit specifying errno for | matz | 2003-05-21 | 1 | -1/+1 |
* | * lib/optparse.rb: get rid of warnings. | nobu | 2003-05-21 | 5 | -14/+30 |
* | use warn() instead of $stderr.puts(). | tadf | 2003-05-18 | 1 | -6/+6 |
* | use $deferr instead of $stderr. | tadf | 2003-05-18 | 1 | -2/+2 |
* | * lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466) | nobu | 2003-05-16 | 1 | -1/+1 |
* | * lib/open-uri.rb (OpenURI::Redirect#initialize): call super to | akr | 2003-05-15 | 1 | -0/+11 |
* | * ext/syck/gram.c: sequence-in-map shortcut, transfer methods on | why | 2003-05-14 | 3 | -7/+1 |
* | * regex.c (re_match_exec): \Z changed to be consistent with new $ | matz | 2003-05-14 | 1 | -1/+1 |
* | * lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope... | aamine | 2003-05-14 | 1 | -1/+1 |
* | * lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462) | aamine | 2003-05-14 | 1 | -10/+0 |
* | * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id | why | 2003-05-13 | 2 | -11/+19 |
* | * lib/yaml/rubytypes.rb: object and struct loading | why | 2003-05-13 | 2 | -17/+12 |
* | * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native... | why | 2003-05-11 | 1 | -11/+11 |