diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-27 06:47:00 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-27 06:47:00 +0000 |
commit | 832c74f428db6c5bd6e575e1f6ea7fe0891c84d2 (patch) | |
tree | c3f2ae41becea90fd84e395fe5e0e7ff38581ed9 /ChangeLog | |
parent | 859337b17b5e1f9ee9ebeb0ac9e3ed7d73691ca2 (diff) |
ruby.c: frozen-string-literal option
* ruby.c (process_options): add an option to enable/disable
frozen-string-literal. [Feature #8976]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -Sun Sep 27 15:43:59 2015 Nobuyoshi Nakada <[email protected]> +Sun Sep 27 15:46:58 2015 Nobuyoshi Nakada <[email protected]> + + * ruby.c (process_options): add an option to enable/disable + frozen-string-literal. [Feature #8976] * compile.c (iseq_compile_each): override compile option by option given by pragma. |