summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyoptions.rb
AgeCommit message (Expand)Author
2018-02-22test/ruby/test_rubyoptions.rb: fix typo and only expect +JIT for CRubyeregon
2018-02-22test_rubyoptions.rb: don't test --jit if not supportedk0kubun
2018-02-22version.c: show +JIT when --jit is passedk0kubun
2018-02-16compile.c: keep debug infonobu
2018-02-16test_rubyoptions.rb: show code in failure messagesnobu
2018-02-04mjit.c: merge MJIT infrastructurek0kubun
2017-12-16ruby.c: script __dir__ encodingnobu
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-11-12load.c: cwd encodingnobu
2017-10-24Test for r60396nobu
2017-10-21The encoding of __FILE__ and __dir__ should be sameusa
2017-10-19ruby.c: reject NUL in $0nobu
2017-10-11parse.y: token info with BOMnobu
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