aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * common.mk (rdoc): no force-update, and add RDOCFLAGS.nobu2010-04-033-2/+8
* * random.c (random_rand): raise ArgumentError on nil, as thenobu2010-04-033-3/+10
* Remove platform dependent test.naruse2010-04-021-2/+0
* * array.c (rb_ary_product): Make defensive copy in case of block...marcandre2010-04-021-1/+5
* * array.c (rb_ary_product): Test for reentrymarcandre2010-04-022-0/+20
* * array.c (rb_ary_product): Accept a block [ruby-core:29045]marcandre2010-04-023-9/+24
* * tool/file2lastrev.rb (VCS#relative_to): path and @srcdir may haveakr2010-04-022-1/+21
* property.nobu2010-04-020-0/+0
* * lib/benchmark.rb (Benchmark::Tms#add): fix NameError.kazu2010-04-023-1/+18
* * lib/rdoc/parser/ruby.rb (RDoc#make_message): no empty lines.nobu2010-04-023-3/+10
* * lib/rdoc/parser/ruby.rb (RDoc#error): get rid of magic number.nobu2010-04-021-1/+1
* * 2010-04-03svn2010-04-021-2/+2
* * lib/rdoc/class_module.rb (RDoc#merge): get rid of stack overflow.nobu2010-04-022-4/+7
* * lib/rdoc/parser/c.rb (RDoc#handle_method): see source files innobu2010-04-022-3/+7
* * lib/rdoc/rdoc.rb: reverted r27186 to add generators.nobu2010-04-022-4/+7
* * NEWS: added reverse_lookup option.nobu2010-04-022-0/+6
* * ChangeLog: typo.nobu2010-04-021-2/+2
* * test/rdoc/test_rdoc_ri_driver.rb (with_dummy_pager): don't grapnobu2010-04-022-4/+20
* * ChangeLog: fixed tab expand width.nobu2010-04-021-6/+6
* * lib/rdoc/rdoc.rb (RDoc::Generator): defer by autoload.nobu2010-04-023-9/+12
* * test/rdoc/test_rdoc_parser.rb (test_class_can_parse): parse rdocnobu2010-04-021-1/+1
* * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch bynobu2010-04-022-6/+5
* * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variablesnobu2010-04-022-1/+7
* * lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdocnobu2010-04-022-2/+5
* * lib/rdoc/parser/c.rb: fixed a small error in the documentation.nobu2010-04-022-2/+5
* * lib/rdoc/parser.rb (RDoc::Parser.binary?): blksize may be nilnobu2010-04-022-5/+9
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has beennobu2010-04-022-3/+5
* * lib/rdoc/ri/paths.rb: follows $ridir. reapplied r23554.nobu2010-04-022-2/+4
* * lib/rdoc/ri/paths.rb (RDoc::HOMEDIR): expand_path deals withnobu2010-04-022-5/+6
* * {lib,test}/rdoc: removed trailing spaces. reapplied r22784.nobu2010-04-0218-83/+83
* * bin/erb: removed trailing spaces.nobu2010-04-021-6/+6
* * lib/rdoc/parser.rb (binary?): regression.usa2010-04-022-1/+5
* * win32/win32.c (init_env): wrong calculation of the head of setenvusa2010-04-022-1/+7
* * process.c (ruby_setsid): split from proc_setsid.nobu2010-04-012-8/+18
* * process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.nobu2010-04-011-2/+2
* * process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.nobu2010-04-011-0/+4
* Add NEWS about hexadecimn floating point format.naruse2010-04-011-0/+9
* * ext/dl/cptr.c (rb_dlptr_inspect): fix format specifiers.nobu2010-04-012-1/+5
* * util.c (BSD__hdtoa): suppress a warning.nobu2010-04-011-1/+1
* * process.c (rb_f_exit_bang, rb_f_exit, rb_f_abort): fix rdoc.nobu2010-04-011-9/+12
* fix file path for building at other than src dir.naruse2010-04-011-2/+2
* * include/ruby/ruby.h (InitVM): calls per-VM initialization innobu2010-04-012-0/+7
* * lib/matrix.rb: Matrix.determinant: raise on rectangular matricesmarcandre2010-04-011-6/+6
* * lib/matrix.rb: New Complex instance methods:marcandre2010-04-012-0/+86
* * 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
* * 2010-04-02svn2010-04-011-2/+2
* Fix test for testing rake command.naruse2010-04-012-1/+4