aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* import erb-2.0.4b1seki2003-07-231-131/+169
* * lib/mkmf.rb (log_src, checking_for, create_header):nobu2003-07-231-6/+6
* * variable.c (rb_mod_const_missing): new method. [ruby-core:00441]matz2003-07-222-7/+11
* * lib/tmpdir.rb: remove charcters after "\000" and regularize path.usa2003-07-221-2/+2
* * lib/tmpdir.rb: new library to get temporary directory path,matz2003-07-214-8/+35
* * string.c (rb_str_match2): add warning to "~string".matz2003-07-191-1/+13
* Initial commit of scanf.rb.dblack2003-07-191-0/+697
* * lib/xmlrpc: import.matz2003-07-1911-0/+3352
* * lib/mkmf.rb (init_mkmf): clear $INSTALLFILES. [ruby-dev:20727]nobu2003-07-181-3/+2
* * lib/mkmf.rb (rm_f): use FileUtils.nobu2003-07-181-19/+16
* removed garbagenobu2003-07-181-1/+1
* * eval.c (rb_f_missing): VCALL is called only for LOCAL_ID. nomatz2003-07-181-1/+1
* * eval.c (rb_clear_cache_by_class): check both klass and origin.matz2003-07-172-15/+10
* * eval.c (ruby_init): set ruby_running to true aftermatz2003-07-172-3/+19
* * lib/ftools.rb (File::makedirs): do not handle "//" as a directory.eban2003-07-171-1/+1
* * lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz2003-07-152-52/+79
* BaseEmitter left out as well.why2003-07-111-0/+241
* * 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