summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * math.c: refactoring: remove unnecessary variable d0 to unify codegogotanaka2015-03-052-43/+41
* * vm_eval.c (eval_string_with_cref): A binding should keepshugo2015-03-053-20/+39
* driver.rb: plain text tablenobu2015-03-051-12/+24
* driver.rb: suffixnobu2015-03-051-2/+7
* * test/ruby/test_refinement.rb: There is no need anymore to supressshugo2015-03-052-7/+5
* .travis.yml: no check for diagnostic reportsnobu2015-03-051-1/+0
* driver.rb: MarkDown tablenobu2015-03-051-5/+25
* * 2015-03-05svn2015-03-041-2/+2
* * random.c (random_raw_seed): Avoid calling fill_random_bytes()odaira2015-03-042-0/+8
* * test/ruby/test_math.rb (assert_float_and_int): Refactor test casesgogotanaka2015-03-042-46/+26
* symbol.c: make dsym_fstrs an identity hashnobu2015-03-042-1/+8
* rbinstall.rb: set umask 077nobu2015-03-041-1/+1
* envutil.rb: no need to sleepnobu2015-03-041-1/+0
* * enum.c: Fix typo in slice_after's exception message.hsbt2015-03-042-1/+6
* * doc/syntax/methods.rdoc: add some missing spaces andhsbt2015-03-042-6/+12
* envutil.rb: diagnostic_reports for SIGTRAPnobu2015-03-041-1/+1
* * tool/redmine-backporter.rb (backport_command_string): pick up onlyusa2015-03-032-4/+22
* mkmf/base.rb: clean up tmpdirnobu2015-03-031-1/+1
* rbinstall.rb: gems dir_modenobu2015-03-031-1/+3
* thread.c: volatile inside EXEC_TAGnobu2015-03-032-4/+15
* .travis.yml: no diagnostic reportsnobu2015-03-031-0/+1
* * 2015-03-04svn2015-03-031-2/+2
* * tool/redmine-backporter.rb: now can specify shorten form of commands.usa2015-03-032-24/+78
* * tool/redmine-backporter.rb (Readline.readline): drop untreated controlusa2015-03-032-2/+9
* * test/lib/envutil.rb (EnvUtil.invoke_ruby): need to rescue becauseusa2015-03-032-1/+6
* remove ruby_1_9_2 supportnaruse2015-03-031-7/+1
* add teenyupnaruse2015-03-031-11/+19
* test_rubyoptions.rb: use assert_in_out_errnobu2015-03-032-14/+3
* envutil.rb: improve by assert_pattern_listnobu2015-03-031-1/+3
* test_process.rb: use assert_in_out_errnobu2015-03-031-17/+3
* * tool/redmine-backporter.rb: use 'b' instead of 's' for showingusa2015-03-032-3/+8
* * tool/redmine-backporter.rb: show selected ticket number at prompt.usa2015-03-032-1/+5
* * test/ruby/test_math.rb: add tests for the above change.gogotanaka2015-03-032-0/+23
* * math.c (num2dbl_with_to_f): direct casting from Rational to double.gogotanaka2015-03-032-2/+18
* test_rubyoptions.rb: use assert_segvnobu2015-03-031-18/+6
* .travis.yml: CONFIG_FLAGnobu2015-03-031-3/+4
* .travis.yml: install missing librarynobu2015-03-031-2/+3
* .travis.yml: suppress travis specific failurenobu2015-03-031-0/+1
* * test/ruby/test_symbol.rb: avoid a false positive in AIXodaira2015-03-022-1/+5
* * 2015-03-03svn2015-03-021-2/+2
* * configure.in: set PRELOADENV in Solaris to avoid "wrong ELF class" error.ngoto2015-03-022-0/+11
* envutil.rb: fix typonobu2015-03-021-1/+1
* envutil.rb: fix const namenobu2015-03-021-1/+1
* test_process.rb: remove intermediate child processnobu2015-03-021-62/+12
* envutil.rb: timeout_error argument to invoke_rubynobu2015-03-021-10/+11
* envutil.rb: signal list to invoke_rubynobu2015-03-021-12/+24
* configure.in: _setjmp only if _longjmp is foundnobu2015-03-022-3/+7
* configure.in: remove extra unsignednobu2015-03-022-5/+16
* .travis.yml: do not ignore diffnobu2015-03-021-1/+1
* signal.c: nil for invalid signumnobu2015-03-023-0/+15