aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_rubyoptions.rb
Commit message (Expand)AuthorAgeFilesLines
* test_rubyoptions.rb: let all tests work with --jitk0kubun2018-04-281-4/+9
* test_bug_reporter.rb: make it work with --jitk0kubun2018-04-281-1/+1
* test_rubyoptions.rb: let test_verbose work w/ --jitk0kubun2018-04-281-1/+3
* file.c: chardev is loadablenobu2018-04-131-0/+5
* parse.y: `when` indentnobu2018-04-121-3/+3
* assert indents of `case` and `end`nobu2018-04-121-0/+1
* parse.y: mismatched indentations at middlenobu2018-03-191-0/+7
* parse.y: refine assign_in_cond warningnobu2018-03-011-1/+1
* test/ruby/test_rubyoptions.rb: fix typo and only expect +JIT for CRubyeregon2018-02-221-3/+3
* test_rubyoptions.rb: don't test --jit if not supportedk0kubun2018-02-221-7/+10
* version.c: show +JIT when --jit is passedk0kubun2018-02-221-1/+23
* compile.c: keep debug infonobu2018-02-161-0/+2
* test_rubyoptions.rb: show code in failure messagesnobu2018-02-161-3/+5
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-1/+1
* ruby.c: script __dir__ encodingnobu2017-12-161-2/+7
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-1/+1
* load.c: cwd encodingnobu2017-11-121-0/+12
* Test for r60396nobu2017-10-241-0/+15
* The encoding of __FILE__ and __dir__ should be sameusa2017-10-211-0/+16
* ruby.c: reject NUL in $0nobu2017-10-191-0/+7
* parse.y: token info with BOMnobu2017-10-111-0/+11
* ruby.c: paragraph mode by -00nobu2017-09-201-0/+2
* Remove needless splat arraykazu2017-09-151-1/+1
* test_rubyoptions.rb: keep paths if necessarynobu2017-09-131-5/+7
* ruby.c: ignore non-option in shebang linenobu2017-08-101-0/+2
* Use tr! instead of gsub!kazu2017-07-131-1/+1
* test_rubyoptions.rb: assert -00nobu2017-07-101-0/+2
* fix failure on r58981ko12017-06-011-1/+1
* test_rubyoptions.rb: ruby-runner sets $0 to install name nownobu2017-05-301-1/+2
* parse.y: chomp by -lnobu2017-01-191-1/+2
* error.c: movednobu2017-01-131-1/+1
* error.c: movednobu2017-01-131-0/+5
* Fix -e script encodingnobu2016-04-261-0/+28
* ruby.c: fix command line encoding on cygwinnobu2016-04-231-3/+10
* test_rubyoptions.rb: suppress warningnobu2016-04-111-1/+0
* parse.y: lambda indentation checknobu2016-03-221-0/+1
* test_rubyoptions.rb: other indentation checksnobu2016-03-221-30/+51
* test_rubyoptions.rb: VERSION_PATTERNnobu2016-03-151-6/+8
* * test/ruby/test_rubyoptions.rb (test_disable): add tests forheadius2016-03-141-0/+2
* * test/ruby/test_rubyoptions.rb: make version matching supportheadius2016-03-141-2/+11
* node.c: hidden options hashnobu2016-03-101-8/+7
* test_rubyoptions.rb: fix testnobu2016-03-071-2/+3
* * ruby.c (warn_cr_in_shebang): meaningless check on DOSISH platforms.usa2016-03-071-1/+1
* ruby.c: warn_cr_in_shebangnobu2016-03-041-1/+1
* test_rubyoptions.rb: encoding optionnobu2016-03-041-4/+3
* test/ruby: suppress parser warningsnobu2016-02-191-2/+2
* ruby.c: overriding warning optionsnobu2015-12-291-0/+1
* ruby.c: command line option over RUBYOPT envnobu2015-12-291-0/+4
* parse.y: lex_state trace by yydebugnobu2015-12-131-4/+4
* test_rubyoptions.rb: test --debugnobu2015-12-091-13/+20