aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck/emitter.c: new emitter code.why2003-07-115-242/+58
* * rename 'Shift-JIS' to 'SHIFT-JIS'matz2003-07-114-33/+18
* * lib/rexml/encodings/EUC-JP.rb (Encoding): use join.matz2003-07-102-4/+4
* * lib/rexml/encoding.rb (encoding=): oops, shouldn't havematz2003-07-091-3/+1
* * eval.c (rb_load): put rb_load_file() in a thread criticalmatz2003-07-094-25/+41
* * Changelog, lib/debug.rb: fix typo.matz2003-07-031-1/+0
* * lib/timeout.rb: add optional exception argument for compatibilityakr2003-07-031-2/+5
* lib/mkmf.rb (VPATH): use '&&' instead of 'and'.eban2003-07-031-1/+1
* * array.c (rb_values_at): extract common procedure frommatz2003-07-034-14/+31
* * lib/mkmf.rb (VPATH): convert from Windows form to Unix form oneban2003-07-031-1/+1
* * lib/net/smtp.rb: synchronize document with source code.aamine2003-07-022-171/+319
* * lib/net/smtp.rb: unify SMTP and SMTPCommand.aamine2003-07-023-327/+358
* * lib/net/http.rb: set old class aliases for backward compatibility. [ruby-ta...aamine2003-07-022-1/+13
* * lib/net/pop.rb (Net::POP3#start): typofix.eban2003-07-011-1/+1
* import drb-2.0.4 (use LocalJumpeError#reason)seki2003-06-282-56/+3
* * variable.c (autoload_delete): should delete Qundef from iv_tbl.matz2003-06-251-0/+2
* * lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hashwhy2003-06-241-1/+1
* * lib/net/http.rb (HTTPHeader#proxy_basic_auth): missing `@'.aamine2003-06-241-1/+1
* * lib/csv.rb: Import csv module.nahi2003-06-191-0/+1322
* 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