aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * gem_prelude.rb (Gem::QuickLoader.load_full_rubygems_library):nobu2010-04-231-1/+1
* Update to RDoc 2.5.6drbrain2010-04-239-9/+16
* * lib/irb/ext/multi-irb.rb: fix multi-irb runningkeiju2010-04-221-6/+8
* Update to RubyGems 1.3.7.pre.1drbrain2010-04-2239-190/+416
* Update to RDoc 2.5.5drbrain2010-04-214-8/+21
* * lib/cgi/{core, util}.rb (RFC822_DAYS, RFC822_MONTHS):xibbar2010-04-202-6/+6
* * lib/fileutils.rb (FileUtils::cp_r): dup needed here; options areshyouhei2010-04-191-0/+2
* Import RDoc 2.5.4drbrain2010-04-198-51/+83
* * lib/timeout.rb (Timeout#timeout): propagate errors to thenobu2010-04-191-2/+7
* * lib/resolv.rb (Resolv::IPv4::Regex): make it only accept 0 to 255.akr2010-04-181-1/+5
* * lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.naruse2010-04-171-2/+2
* * lib/irb/ruby-lex.rb (identify_identifier): allow multibyte charactermame2010-04-171-2/+2
* * lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu2010-04-161-5/+17
* * lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): removemame2010-04-161-20/+4
* * lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling ofmame2010-04-152-2/+10
* * lib/rexml/source.rb: force_encoding("UTF-8") when the inputnaruse2010-04-141-14/+25
* * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo2010-04-141-1/+1
* * lib/irb/completion.rb (CompletionProc): fix [ruby-dev:40953]keiju2010-04-131-3/+3
* * lib/fileutils.rb (fu_each_src_dest): ensure src is accessible.nobu2010-04-121-17/+3
* * lib/fileutils.rb (fu_have_st_ino): check if required method isnobu2010-04-121-1/+1
* * lib/matrix.rb: New method Matrix.build [ruby-core:28272]marcandre2010-04-111-1/+47
* * lib/matrix.rb: Deprecate Vector#elements_to{i/f/r}marcandre2010-04-111-3/+6
* * lib/matrix.rb: Deprecate elements_to_{f/i/r}marcandre2010-04-111-3/+6
* * lib/matrix.rb: Handle coercion errors by raising TypeErrors [ruby-core:26736]marcandre2010-04-111-27/+31
* * lib/irb/ruby-lex.rb (RubyLex#getc): revert r10817, which causedmame2010-04-111-1/+0
* Update to RDoc 2.5.3drbrain2010-04-112-30/+39
* * ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove2010-04-112-0/+154
* * lib/rdoc/rdoc.rb (setup_output_dir): compare by Time#to_i.naruse2010-04-111-1/+1
* * lib/rdoc/rdoc.rb (setup_output_dir): fix typo.naruse2010-04-101-1/+1
* Fix :nodoc: definition. [ruby-dev:40949]naruse2010-04-101-4/+2
* * lib/uri/common.rb (decode_www_form_component): validate.naruse2010-04-101-11/+7
* * lib/rdoc/markup/preprocess.rb (RDoc::Markup::PreProcess#handle):naruse2010-04-101-1/+1
* * lib/rdoc: Import RDoc 2.5.2drbrain2010-04-1017-139/+194
* * lib/irb/init.rb, lib/irb/lc/help-message,mame2010-04-093-0/+16
* * lib/irb/completion.rb (CompletionProc): irb will be stuck withkeiju2010-04-091-3/+6
* * lib/uri/common.rb (decode_www_form): don't ignore leading '?'.naruse2010-04-091-3/+6
* Add description about de facto FTP URI spec.naruse2010-04-091-0/+5
* * lib/irb/completion.rb (CompletionProc): calling the method "methods"mame2010-04-081-4/+1
* * lib/yaml.rb: use Psych if only it is loaded already.nobu2010-04-081-1/+3
* * lib/yaml.rb (YAML::EngineManager#yamler): set the result afternobu2010-04-081-1/+2
* * lib/irb/cmd/help.rb (IRB::ExtendCommand::Help#execute): use RInobu2010-04-071-1/+4
* fix rdoc. see r27156kazu2010-04-071-0/+1
* * lib/rexml/quickpath.rb (REXML::QuickPath::predicate): fix regexp.naruse2010-04-071-1/+4
* * lib/rdoc/rdoc.rb (RDoc#{initialize,setup_output_dir}):nobu2010-04-061-3/+3
* Surpress warnings.naruse2010-04-063-2/+4
* Refix previous commit.naruse2010-04-061-1/+0
* Fix previous commit.naruse2010-04-062-2/+3
* Remove warning.naruse2010-04-051-1/+1
* * lib/rexml/text.rb (REXML::Text.check): comment outnaruse2010-04-051-4/+5
* * lib/rexml/parsers/baseparser.rb (LETTER, DIGIT):naruse2010-04-054-15/+7