summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
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