Age | Commit message (Expand) | Author |
2003-07-03 | * Changelog, lib/debug.rb: fix typo. | matz |
2003-07-03 | * lib/timeout.rb: add optional exception argument for compatibility | akr |
2003-07-03 | lib/mkmf.rb (VPATH): use '&&' instead of 'and'. | eban |
2003-07-03 | * array.c (rb_values_at): extract common procedure from | matz |
2003-07-03 | * lib/mkmf.rb (VPATH): convert from Windows form to Unix form on | eban |
2003-07-02 | * lib/net/smtp.rb: synchronize document with source code. | aamine |
2003-07-02 | * lib/net/smtp.rb: unify SMTP and SMTPCommand. | aamine |
2003-07-02 | * lib/net/http.rb: set old class aliases for backward compatibility. [ruby-ta... | aamine |
2003-07-01 | * lib/net/pop.rb (Net::POP3#start): typofix. | eban |
2003-06-28 | import drb-2.0.4 (use LocalJumpeError#reason) | seki |
2003-06-25 | * variable.c (autoload_delete): should delete Qundef from iv_tbl. | matz |
2003-06-24 | * lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hash | why |
2003-06-24 | * lib/net/http.rb (HTTPHeader#proxy_basic_auth): missing `@'. | aamine |
2003-06-19 | * lib/csv.rb: Import csv module. | nahi |
2003-06-18 | import from drb-2.0.4b3 | seki |
2003-06-18 | * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented. | why |
2003-06-17 | * ext/syck/gram.c: added grammar for certain empty sequence entries. | why |
2003-06-16 | * eval.c (proc_alloc): re-unification of Block and Proc. Block | matz |
2003-06-16 | * lib/rexml/quickpath.rb: escape '[' to avoid warning. | eban |
2003-06-15 | REXML hadn't been tested with Ruby 1.8.0, which was really, really, | ser |
2003-06-13 | * lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber. | shugo |
2003-06-10 | * ext/syck/token.c: preserve newlines prepended to a block. | why |
2003-06-10 | * lib/rexml/cdata.rb,lib/rexml/quickpath.rb,lib/rexml/parsers/baseparser.rb: | eban |
2003-06-10 | * lib/irb/ruby-lex.rb: typo. | matz |
2003-06-10 | * lib/irb/slex.rb: small cleanups. (ruby-bugs-ja PR#492) | matz |
2003-06-10 | * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3 | matz |
2003-06-10 | The versions on the import were messed up; I imported an untranslated | ser |
2003-06-10 | Initial revision | ser |
2003-06-06 | * lib/net/http.rb: define Net::HTTPResponse#to_ary for backward compatibility... | aamine |
2003-06-05 | * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC. | why |
2003-06-03 | * eval.c (rb_call_super): inheritance line adjustment moved from | matz |
2003-06-02 | * array.c (push_values_at): Array#values_at should work with | matz |
2003-06-01 | context.rb typo, thank rubikichi-san | keiju |
2003-05-30 | * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong. | why |
2003-05-30 | remove conflict | nobu |
2003-05-30 | * io.c (rb_f_syscall): type dispatch should be based on | matz |
2003-05-30 | * eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a. | nobu |
2003-05-29 | backout | nobu |
2003-05-29 | * eval.c (ev_const_defined, ev_const_get), variable.c | nobu |
2003-05-26 | * lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_block | nobu |
2003-05-26 | * lib/optparse.rb (OptionParser::Switch::parse, | nobu |
2003-05-24 | * lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by... | aamine |
2003-05-22 | * lib/token.c: single- and double-quoted root-level fix. | why |
2003-05-22 | * object.c (rb_obj_clone): defer copying freezing state after | matz |
2003-05-22 | * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError on | why |
2003-05-22 | * ext/syck/rubyext.c (syck_parser_load): root-level false was returning | why |
2003-05-21 | * error.c (syserr_initialize): prohibit specifying errno for | matz |
2003-05-21 | * lib/optparse.rb: get rid of warnings. | nobu |
2003-05-18 | use warn() instead of $stderr.puts(). | tadf |
2003-05-18 | use $deferr instead of $stderr. | tadf |