summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* import from drb-2.0.4b3seki2003-06-1810-0/+1343
* * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why2003-06-183-6/+13
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-171-10/+2
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-166-22/+22
* * lib/rexml/quickpath.rb: escape '[' to avoid warning.eban2003-06-161-1/+1
* REXML hadn't been tested with Ruby 1.8.0, which was really, really,ser2003-06-155-26/+28
* * lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber.shugo2003-06-131-1/+8
* * ext/syck/token.c: preserve newlines prepended to a block.why2003-06-104-110/+15
* * lib/rexml/cdata.rb,lib/rexml/quickpath.rb,lib/rexml/parsers/baseparser.rb:eban2003-06-103-4/+4
* * lib/irb/ruby-lex.rb: typo.matz2003-06-101-1/+1
* * lib/irb/slex.rb: small cleanups. (ruby-bugs-ja PR#492)matz2003-06-102-10/+11
* * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz2003-06-103-10/+14
* The versions on the import were messed up; I imported an untranslatedser2003-06-101-3/+3
* Initial revisionser2003-06-1053-0/+6674
* * lib/net/http.rb: define Net::HTTPResponse#to_ary for backward compatibility...aamine2003-06-062-7/+17
* * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why2003-06-051-0/+8
* * eval.c (rb_call_super): inheritance line adjustment moved frommatz2003-06-033-3/+11
* * array.c (push_values_at): Array#values_at should work withmatz2003-06-026-25/+31
* context.rb typo, thank rubikichi-sankeiju2003-06-011-1/+1
* * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why2003-05-301-2/+2
* remove conflictnobu2003-05-301-12/+0
* * io.c (rb_f_syscall): type dispatch should be based onmatz2003-05-302-8/+20
* * eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a.nobu2003-05-301-16/+21
* backoutnobu2003-05-291-5/+5
* * eval.c (ev_const_defined, ev_const_get), variable.cnobu2003-05-291-9/+15
* * lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_blocknobu2003-05-263-5/+5
* * lib/optparse.rb (OptionParser::Switch::parse,nobu2003-05-261-3/+3
* * lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by...aamine2003-05-241-10/+40
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-222-7/+45
* * object.c (rb_obj_clone): defer copying freezing state aftermatz2003-05-223-4/+4
* * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy2003-05-221-1/+2
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-221-1/+7
* * error.c (syserr_initialize): prohibit specifying errno formatz2003-05-211-1/+1
* * lib/optparse.rb: get rid of warnings.nobu2003-05-215-14/+30
* use warn() instead of $stderr.puts().tadf2003-05-181-6/+6
* use $deferr instead of $stderr.tadf2003-05-181-2/+2
* * lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466)nobu2003-05-161-1/+1
* * lib/open-uri.rb (OpenURI::Redirect#initialize): call super toakr2003-05-151-0/+11
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-143-7/+1
* * regex.c (re_match_exec): \Z changed to be consistent with new $matz2003-05-141-1/+1
* * lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope...aamine2003-05-141-1/+1
* * lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)aamine2003-05-141-10/+0
* * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy2003-05-132-11/+19
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-132-17/+12
* * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why2003-05-111-11/+11
* * lib/pp.rb: refine to_s test.akr2003-05-112-11/+16
* * lib/pp.rb (PP::ObjectMixin#pretty_print): refine to_s handling.akr2003-05-101-5/+24
* * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy2003-05-102-29/+87
* lib/yaml/ypath.rb: escape '['.eban2003-05-101-1/+1
* * net/imap.rb: use DataFormatError in u16tou8/u8tou16.shugo2003-05-101-9/+9