summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-06driver.rb: load-rawdatanobu
2015-03-06driver.rb: rawdata formatnobu
2015-03-06vm_eval.c: next super class from the originalnobu
2015-03-05* lib/matrix.rb: Add Vector#round. Patch by Jordan Stephens.marcandre
2015-03-05* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_command_line_glob_with_...usa
2015-03-05* gc.c (obj_info): show node name too.ko1
2015-03-05add Changelogko1
2015-03-05* internal.h: remove struct method_table_wrapper.ko1
2015-03-05* dir.c (replace_real_basename): need to check the return value ofusa
2015-03-05* 2015-03-06svn
2015-03-05* dir.c (replace_real_basename): shouldn't create Ruby object beforeusa
2015-03-05fix a typo [ci skip]kazu
2015-03-05fix typos [ci skip]kazu
2015-03-05driver.rb: name widthnobu
2015-03-05* hash.c: [DOC] #delete method actually returns nil, if the keygogotanaka
2015-03-05driver.rb: fix indexnobu
2015-03-05remove GEM directories at exitnobu
2015-03-05* math.c: refactoring: remove unnecessary variable d0 to unify codegogotanaka
2015-03-05* vm_eval.c (eval_string_with_cref): A binding should keepshugo
2015-03-05driver.rb: plain text tablenobu
2015-03-05driver.rb: suffixnobu
2015-03-05* test/ruby/test_refinement.rb: There is no need anymore to supressshugo
2015-03-05.travis.yml: no check for diagnostic reportsnobu
2015-03-05driver.rb: MarkDown tablenobu
2015-03-04* 2015-03-05svn
2015-03-04* random.c (random_raw_seed): Avoid calling fill_random_bytes()odaira
2015-03-04* test/ruby/test_math.rb (assert_float_and_int): Refactor test casesgogotanaka
2015-03-04symbol.c: make dsym_fstrs an identity hashnobu
2015-03-04rbinstall.rb: set umask 077nobu
2015-03-04envutil.rb: no need to sleepnobu
2015-03-04* enum.c: Fix typo in slice_after's exception message.hsbt
2015-03-04* doc/syntax/methods.rdoc: add some missing spaces andhsbt
2015-03-04envutil.rb: diagnostic_reports for SIGTRAPnobu
2015-03-03* tool/redmine-backporter.rb (backport_command_string): pick up onlyusa
2015-03-03mkmf/base.rb: clean up tmpdirnobu
2015-03-03rbinstall.rb: gems dir_modenobu
2015-03-03thread.c: volatile inside EXEC_TAGnobu
2015-03-03.travis.yml: no diagnostic reportsnobu
2015-03-03* 2015-03-04svn
2015-03-03* tool/redmine-backporter.rb: now can specify shorten form of commands.usa
2015-03-03* tool/redmine-backporter.rb (Readline.readline): drop untreated controlusa
2015-03-03* test/lib/envutil.rb (EnvUtil.invoke_ruby): need to rescue becauseusa
2015-03-03remove ruby_1_9_2 supportnaruse
2015-03-03add teenyupnaruse
2015-03-03test_rubyoptions.rb: use assert_in_out_errnobu
2015-03-03envutil.rb: improve by assert_pattern_listnobu
2015-03-03test_process.rb: use assert_in_out_errnobu
2015-03-03* tool/redmine-backporter.rb: use 'b' instead of 's' for showingusa
2015-03-03* tool/redmine-backporter.rb: show selected ticket number at prompt.usa
2015-03-03* test/ruby/test_math.rb: add tests for the above change.gogotanaka