| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reported from @clayton-shopify.
|
|
|
|
|
|
The following codes used to be SyntaxError:
(1)
a = <<-EOD;
hello
EOD
(2)
<<-EOD.bla begin
k
EOD
end
|
|
The function was renamed to `mrb_float_read(const char*, char**)`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As reported by https://hackerone.com/jpenalbae
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is closed.
|
|
allow parenthesised statement as a method argument.
reported [Feature:12686] in bugs.ruby-lang.org fixed in CRuby 2.4.
|
|
fix syntax errors with chained assignment with op assign.
reported [Bug:12669] in bugs.ruby-lang.org fixed in CRuby 2.4.
|
|
simplify tOP_ASGN rules by command_rhs and arg_rhs rules with
%prec.
|
|
reported in [Bug:12402] in bugs.ruby-lang.org fixed in CRuby 2.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
su ported ->
supported
^
|
|
|
|
|