summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-03* common.mk (rdoc): no force-update, and add RDOCFLAGS.nobu
2010-04-03* random.c (random_rand): raise ArgumentError on nil, as thenobu
2010-04-02Remove platform dependent test.naruse
2010-04-02* array.c (rb_ary_product): Make defensive copy in case of block...marcandre
2010-04-02* array.c (rb_ary_product): Test for reentrymarcandre
2010-04-02* array.c (rb_ary_product): Accept a block [ruby-core:29045]marcandre
2010-04-02* tool/file2lastrev.rb (VCS#relative_to): path and @srcdir may haveakr
2010-04-02property.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* 2010-04-03svn
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* NEWS: added reverse_lookup option.nobu
2010-04-02* ChangeLog: typo.nobu
2010-04-02* test/rdoc/test_rdoc_ri_driver.rb (with_dummy_pager): don't grapnobu
2010-04-02* ChangeLog: fixed tab expand width.nobu
2010-04-02* lib/rdoc/rdoc.rb (RDoc::Generator): defer by autoload.nobu
2010-04-02* test/rdoc/test_rdoc_parser.rb (test_class_can_parse): parse rdocnobu
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* bin/erb: removed trailing spaces.nobu
2010-04-02* lib/rdoc/parser.rb (binary?): regression.usa
2010-04-02* win32/win32.c (init_env): wrong calculation of the head of setenvusa
2010-04-01* process.c (ruby_setsid): split from proc_setsid.nobu
2010-04-01* process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.nobu
2010-04-01* process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.nobu
2010-04-01Add NEWS about hexadecimn floating point format.naruse
2010-04-01* ext/dl/cptr.c (rb_dlptr_inspect): fix format specifiers.nobu
2010-04-01* util.c (BSD__hdtoa): suppress a warning.nobu
2010-04-01* process.c (rb_f_exit_bang, rb_f_exit, rb_f_abort): fix rdoc.nobu
2010-04-01fix file path for building at other than src dir.naruse
2010-04-01* include/ruby/ruby.h (InitVM): calls per-VM initialization innobu
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-01* 2010-04-02svn
2010-04-01Fix test for testing rake command.naruse