summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-07-03* Changelog, lib/debug.rb: fix typo.matz
2003-07-03* lib/timeout.rb: add optional exception argument for compatibilityakr
2003-07-03lib/mkmf.rb (VPATH): use '&&' instead of 'and'.eban
2003-07-03* array.c (rb_values_at): extract common procedure frommatz
2003-07-03* lib/mkmf.rb (VPATH): convert from Windows form to Unix form oneban
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-28import 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::Hashwhy
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-18import from drb-2.0.4b3seki
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. Blockmatz
2003-06-16* lib/rexml/quickpath.rb: escape '[' to avoid warning.eban
2003-06-15REXML 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 >=3matz
2003-06-10The versions on the import were messed up; I imported an untranslatedser
2003-06-10Initial revisionser
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 frommatz
2003-06-02* array.c (push_values_at): Array#values_at should work withmatz
2003-06-01context.rb typo, thank rubikichi-sankeiju
2003-05-30* ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why
2003-05-30remove conflictnobu
2003-05-30* io.c (rb_f_syscall): type dispatch should be based onmatz
2003-05-30* eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a.nobu
2003-05-29backoutnobu
2003-05-29* eval.c (ev_const_defined, ev_const_get), variable.cnobu
2003-05-26* lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_blocknobu
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 aftermatz
2003-05-22* ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy
2003-05-22* ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy
2003-05-21* error.c (syserr_initialize): prohibit specifying errno formatz
2003-05-21* lib/optparse.rb: get rid of warnings.nobu
2003-05-18use warn() instead of $stderr.puts().tadf
2003-05-18use $deferr instead of $stderr.tadf