summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-04-23* gem_prelude.rb (Gem::QuickLoader.load_full_rubygems_library):nobu
2010-04-23Update to RDoc 2.5.6drbrain
2010-04-22 * lib/irb/ext/multi-irb.rb: fix multi-irb runningkeiju
2010-04-22Update to RubyGems 1.3.7.pre.1drbrain
2010-04-21Update to RDoc 2.5.5drbrain
2010-04-20* lib/cgi/{core, util}.rb (RFC822_DAYS, RFC822_MONTHS):xibbar
2010-04-19 * lib/fileutils.rb (FileUtils::cp_r): dup needed here; options areshyouhei
2010-04-19Import RDoc 2.5.4drbrain
2010-04-19* lib/timeout.rb (Timeout#timeout): propagate errors to thenobu
2010-04-18* lib/resolv.rb (Resolv::IPv4::Regex): make it only accept 0 to 255.akr
2010-04-17* lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.naruse
2010-04-17* lib/irb/ruby-lex.rb (identify_identifier): allow multibyte charactermame
2010-04-16* lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu
2010-04-16* lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): removemame
2010-04-15* lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling ofmame
2010-04-14* lib/rexml/source.rb: force_encoding("UTF-8") when the inputnaruse
2010-04-14* lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo
2010-04-13 * lib/irb/completion.rb (CompletionProc): fix [ruby-dev:40953]keiju
2010-04-12* lib/fileutils.rb (fu_each_src_dest): ensure src is accessible.nobu
2010-04-12* lib/fileutils.rb (fu_have_st_ino): check if required method isnobu
2010-04-11* lib/matrix.rb: New method Matrix.build [ruby-core:28272]marcandre
2010-04-11* lib/matrix.rb: Deprecate Vector#elements_to{i/f/r}marcandre
2010-04-11* lib/matrix.rb: Deprecate elements_to_{f/i/r}marcandre
2010-04-11* lib/matrix.rb: Handle coercion errors by raising TypeErrors [ruby-core:26736]marcandre
2010-04-11* lib/irb/ruby-lex.rb (RubyLex#getc): revert r10817, which causedmame
2010-04-11Update to RDoc 2.5.3drbrain
2010-04-11* ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove
2010-04-11* lib/rdoc/rdoc.rb (setup_output_dir): compare by Time#to_i.naruse
2010-04-10* lib/rdoc/rdoc.rb (setup_output_dir): fix typo.naruse
2010-04-10Fix :nodoc: definition. [ruby-dev:40949]naruse
2010-04-10* lib/uri/common.rb (decode_www_form_component): validate.naruse
2010-04-10* lib/rdoc/markup/preprocess.rb (RDoc::Markup::PreProcess#handle):naruse
2010-04-10* lib/rdoc: Import RDoc 2.5.2drbrain
2010-04-09* lib/irb/init.rb, lib/irb/lc/help-message,mame
2010-04-09 * lib/irb/completion.rb (CompletionProc): irb will be stuck withkeiju
2010-04-09* lib/uri/common.rb (decode_www_form): don't ignore leading '?'.naruse
2010-04-09Add description about de facto FTP URI spec.naruse
2010-04-08* lib/irb/completion.rb (CompletionProc): calling the method "methods"mame
2010-04-08* lib/yaml.rb: use Psych if only it is loaded already.nobu
2010-04-08* lib/yaml.rb (YAML::EngineManager#yamler): set the result afternobu
2010-04-07* lib/irb/cmd/help.rb (IRB::ExtendCommand::Help#execute): use RInobu
2010-04-07fix rdoc. see r27156kazu
2010-04-07* lib/rexml/quickpath.rb (REXML::QuickPath::predicate): fix regexp.naruse
2010-04-06* lib/rdoc/rdoc.rb (RDoc#{initialize,setup_output_dir}):nobu
2010-04-06Surpress warnings.naruse
2010-04-06Refix previous commit.naruse
2010-04-06Fix previous commit.naruse
2010-04-05Remove warning.naruse
2010-04-05* lib/rexml/text.rb (REXML::Text.check): comment outnaruse
2010-04-05* lib/rexml/parsers/baseparser.rb (LETTER, DIGIT):naruse