aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/matrix.rb(Vector#each2, Vector#collect2): add type check forkeiju2010-03-291-0/+2
* * lib/optparse.rb (Numeric): accept rationals.nobu2010-03-291-3/+10
* * lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu2010-03-291-1/+5
* * ext/psych/*: importing Psych to trunktenderlove2010-03-2824-0/+1877
* * lib/scanf.rb: fix max width modifier for %f.naruse2010-03-281-2/+3
* Imported minitest 1.6.0 r5717.ryan2010-03-283-67/+460
* * lib/scanf.rb: fix %[egEFG] isn't accept.naruse2010-03-281-3/+3
* * lib/yaml.rb: adding deprecation notices to YAML methodstenderlove2010-03-261-4/+28
* * lib/yaml/basenode.rb: deprecating YPath methodstenderlove2010-03-262-1/+9
* * lib/yaml/encoding.rb: YAML.encode, YAML.decode are deprecated.tenderlove2010-03-263-0/+6
* * lib/csv.rb: Incorporating the fixes from the recentjeg22010-03-231-85/+87
* * lib/date.rb (Date#>>): fixed. [ruby-core:28011]tadf2010-03-221-2/+5
* update doc.akr2010-03-221-0/+12
* * lib/uri/common.rb (URI.encode_www_form_component):naruse2010-03-211-26/+15
* * lib/resolv-replace.rb: specify super class for rdoc.akr2010-03-212-4/+4
* * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu2010-03-2020-28/+28
* * lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse2010-03-171-26/+68
* * ext/tmpdir: split from lib/tmpdir.rb.nobu2010-03-161-27/+5