summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyoptions.rb
AgeCommit message (Expand)Author
2017-09-20ruby.c: paragraph mode by -00nobu
2017-09-15Remove needless splat arraykazu
2017-09-13test_rubyoptions.rb: keep paths if necessarynobu
2017-08-10ruby.c: ignore non-option in shebang linenobu
2017-07-13Use tr! instead of gsub!kazu
2017-07-10test_rubyoptions.rb: assert -00nobu
2017-06-01fix failure on r58981ko1
2017-05-30test_rubyoptions.rb: ruby-runner sets $0 to install name nownobu
2017-01-19parse.y: chomp by -lnobu
2017-01-13error.c: movednobu
2017-01-13error.c: movednobu
2016-04-26Fix -e script encodingnobu
2016-04-23ruby.c: fix command line encoding on cygwinnobu
2016-04-11test_rubyoptions.rb: suppress warningnobu
2016-03-22parse.y: lambda indentation checknobu
2016-03-22test_rubyoptions.rb: other indentation checksnobu
2016-03-15test_rubyoptions.rb: VERSION_PATTERNnobu
2016-03-14* test/ruby/test_rubyoptions.rb (test_disable): add tests forheadius
2016-03-14* test/ruby/test_rubyoptions.rb: make version matching supportheadius
2016-03-10node.c: hidden options hashnobu
2016-03-07test_rubyoptions.rb: fix testnobu
2016-03-07* ruby.c (warn_cr_in_shebang): meaningless check on DOSISH platforms.usa
2016-03-04ruby.c: warn_cr_in_shebangnobu
2016-03-04test_rubyoptions.rb: encoding optionnobu
2016-02-19test/ruby: suppress parser warningsnobu
2015-12-29ruby.c: overriding warning optionsnobu
2015-12-29ruby.c: command line option over RUBYOPT envnobu
2015-12-13parse.y: lex_state trace by yydebugnobu
2015-12-09test_rubyoptions.rb: test --debugnobu
2015-12-09* compile.c (iseq_compile_each): do not add debug informationko1
2015-11-21ruby.c: --debug=frozen-string-literal optionnobu
2015-11-20* compile.c (iseq_compile_each): add debug information to NODE_STRko1
2015-10-23* ruby.c: introduce --enable-frozen-string-literal-debug option.ko1
2015-09-27test_rubyoptions.rb: test combinationsnobu
2015-09-27ruby.c: frozen-string-literal optionnobu
2015-08-28test: File.symlink needs administrator privilegenobu
2015-03-05* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_command_line_glob_with_...usa
2015-03-03test_rubyoptions.rb: use assert_in_out_errnobu
2015-03-03test_rubyoptions.rb: use assert_segvnobu
2015-02-19test_rubyoptions.rb: fix for r46355 and r49638nobu
2015-01-01test_rubyoptions.rb: locale namenobu
2014-12-19* test/ruby/test_rubyoptions.rb: (TestRubyOptions#test_verbose): support RC.usa
2014-12-19* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_version): should supportusa
2014-12-16test_rubyoptions.rb: clean crash lognobu
2014-12-05test_rubyoptions.rb: non-codepage names globnobu
2014-12-05test_rubyoptions.rb: non-codepage names globnobu
2014-11-29ruby.c: transcode program namesnobu
2014-11-29test_rubyoptions.rb: workaroundnobu
2014-11-29win32.c: use UTF-8 for argvnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr