aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove2010-04-0317-2175/+25
* * lib/rdoc/rdoc.rb (RDoc#{setup,update}_output_dir): store mtimesnobu2010-04-031-8/+23
* * common.mk (rdoc): no force-update, and add RDOCFLAGS.nobu2010-04-031-1/+1
* * lib/benchmark.rb (Benchmark::Tms#add): fix NameError.kazu2010-04-021-1/+1
* * lib/rdoc/parser/ruby.rb (RDoc#make_message): no empty lines.nobu2010-04-022-3/+3
* * lib/rdoc/parser/ruby.rb (RDoc#error): get rid of magic number.nobu2010-04-021-1/+1
* * lib/rdoc/class_module.rb (RDoc#merge): get rid of stack overflow.nobu2010-04-021-3/+4
* * lib/rdoc/parser/c.rb (RDoc#handle_method): see source files innobu2010-04-021-3/+2
* * lib/rdoc/rdoc.rb: reverted r27186 to add generators.nobu2010-04-021-4/+3
* * lib/rdoc/rdoc.rb (RDoc::Generator): defer by autoload.nobu2010-04-022-9/+5
* * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch bynobu2010-04-021-5/+1
* * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variablesnobu2010-04-021-1/+1
* * lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdocnobu2010-04-021-1/+1
* * lib/rdoc/parser/c.rb: fixed a small error in the documentation.nobu2010-04-021-1/+1
* * lib/rdoc/parser.rb (RDoc::Parser.binary?): blksize may be nilnobu2010-04-021-5/+2
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has beennobu2010-04-021-2/+1