aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/rdoc/ri/paths.rb: follows $ridir. reapplied r23554.nobu2010-04-021-1/+1
* * lib/rdoc/ri/paths.rb (RDoc::HOMEDIR): expand_path deals withnobu2010-04-021-5/+1
* * {lib,test}/rdoc: removed trailing spaces. reapplied r22784.nobu2010-04-0213-70/+70
* * lib/rdoc/parser.rb (binary?): regression.usa2010-04-021-1/+1
* * lib/matrix.rb: Matrix.determinant: raise on rectangular matricesmarcandre2010-04-011-6/+6
* * lib/matrix.rb: New Complex instance methods:marcandre2010-04-011-0/+73
* * lib/matrix.rb: New methods Matrix#each, #each_with_index, andmarcandre2010-04-011-0/+39
* * lib/matrix.rb (empty): Reject negative sizesmarcandre2010-04-011-1/+2
* * lib/matrix.rb: New method #empty? [ruby-core:26284]marcandre2010-04-011-2/+10
* * lib/matrix.rb: removed compare_by*, inspect_org, cf [ruby-core:26268]marcandre2010-04-011-16/+1
* Import RDoc 2.5drbrain2010-04-01126-14177/+11280
* * lib/scanf.rb: support %a format. [ruby-dev:40650]naruse2010-04-011-7/+22
* * lib/irb.rb: suppoort [Feature#988], [ruby-core:21177].keiju2010-03-302-0/+4
* * ext/psych/lib: moved external library dependent files from lib.nobu2010-03-3024-1879/+0
* * lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove2010-03-291-2/+4
* * lib/psych.rb: documentation updates. Thanks Peter McLain!tenderlove2010-03-293-4/+4