summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2003-05-16* lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466)nobu
2003-05-15* lib/open-uri.rb (OpenURI::Redirect#initialize): call super toakr
2003-05-14* ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy
2003-05-14* regex.c (re_match_exec): \Z changed to be consistent with new $matz
2003-05-14* lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope...aamine
2003-05-14* lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)aamine
2003-05-13* lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy
2003-05-13* lib/yaml/rubytypes.rb: object and struct loadingwhy
2003-05-11* ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why
2003-05-11* lib/pp.rb: refine to_s test.akr
2003-05-10* lib/pp.rb (PP::ObjectMixin#pretty_print): refine to_s handling.akr
2003-05-10* ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy
2003-05-10lib/yaml/ypath.rb: escape '['.eban