summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-04-03* lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove
2010-04-03* lib/rdoc/rdoc.rb (RDoc#{setup,update}_output_dir): store mtimesnobu
2010-04-03* common.mk (rdoc): no force-update, and add RDOCFLAGS.nobu
2010-04-02* lib/benchmark.rb (Benchmark::Tms#add): fix NameError.kazu
2010-04-02* lib/rdoc/parser/ruby.rb (RDoc#make_message): no empty lines.nobu
2010-04-02* lib/rdoc/parser/ruby.rb (RDoc#error): get rid of magic number.nobu
2010-04-02* lib/rdoc/class_module.rb (RDoc#merge): get rid of stack overflow.nobu
2010-04-02* lib/rdoc/parser/c.rb (RDoc#handle_method): see source files innobu
2010-04-02* lib/rdoc/rdoc.rb: reverted r27186 to add generators.nobu
2010-04-02* lib/rdoc/rdoc.rb (RDoc::Generator): defer by autoload.nobu
2010-04-02* lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch bynobu
2010-04-02* lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variablesnobu
2010-04-02* lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdocnobu
2010-04-02* lib/rdoc/parser/c.rb: fixed a small error in the documentation.nobu
2010-04-02* lib/rdoc/parser.rb (RDoc::Parser.binary?): blksize may be nilnobu
2010-04-02* lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has beennobu
2010-04-02* lib/rdoc/ri/paths.rb: follows $ridir. reapplied r23554.nobu
2010-04-02* lib/rdoc/ri/paths.rb (RDoc::HOMEDIR): expand_path deals withnobu
2010-04-02* {lib,test}/rdoc: removed trailing spaces. reapplied r22784.nobu
2010-04-02* lib/rdoc/parser.rb (binary?): regression.usa
2010-04-01* lib/matrix.rb: Matrix.determinant: raise on rectangular matricesmarcandre
2010-04-01* lib/matrix.rb: New Complex instance methods:marcandre
2010-04-01* lib/matrix.rb: New methods Matrix#each, #each_with_index, andmarcandre
2010-04-01* lib/matrix.rb (empty): Reject negative sizesmarcandre
2010-04-01* lib/matrix.rb: New method #empty? [ruby-core:26284]marcandre
2010-04-01* lib/matrix.rb: removed compare_by*, inspect_org, cf [ruby-core:26268]marcandre
2010-04-01Import RDoc 2.5drbrain
2010-04-01* lib/scanf.rb: support %a format. [ruby-dev:40650]naruse
2010-03-30 * lib/irb.rb: suppoort [Feature#988], [ruby-core:21177].keiju
2010-03-30* ext/psych/lib: moved external library dependent files from lib.nobu
2010-03-29* lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove
2010-03-29* lib/psych.rb: documentation updates. Thanks Peter McLain!tenderlove
2010-03-29 * lib/matrix.rb(Vector#each2, Vector#collect2): add type check forkeiju
2010-03-29* lib/optparse.rb (Numeric): accept rationals.nobu
2010-03-29* lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu
2010-03-28* ext/psych/*: importing Psych to trunktenderlove
2010-03-28* lib/scanf.rb: fix max width modifier for %f.naruse
2010-03-28Imported minitest 1.6.0 r5717.ryan
2010-03-28* lib/scanf.rb: fix %[egEFG] isn't accept.naruse
2010-03-26* lib/yaml.rb: adding deprecation notices to YAML methodstenderlove
2010-03-26* lib/yaml/basenode.rb: deprecating YPath methodstenderlove
2010-03-26* lib/yaml/encoding.rb: YAML.encode, YAML.decode are deprecated.tenderlove
2010-03-23* lib/csv.rb: Incorporating the fixes from the recentjeg2
2010-03-22 * lib/date.rb (Date#>>): fixed. [ruby-core:28011]tadf
2010-03-22update doc.akr
2010-03-21* lib/uri/common.rb (URI.encode_www_form_component):naruse
2010-03-21* lib/resolv-replace.rb: specify super class for rdoc.akr
2010-03-20* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu
2010-03-17* lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse
2010-03-16* ext/tmpdir: split from lib/tmpdir.rb.nobu