diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-10-15 05:17:07 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-10-15 05:17:07 +0000 |
| commit | 35a29390197750abf97ef16fa0740e377764daef (patch) | |
| tree | 034625bfcb3795105bec0e3c06fd86ae50ffcb83 /ChangeLog | |
| parent | 69692d48510d20eda32563914c9b00dff01a1f16 (diff) | |
vm_args.c: allow refinements in Symbol proc
* vm_args.c (refine_sym_proc_call): search and call method with
refinements.
* vm_args.c (vm_caller_setup_arg_block): enable refinements when
enabled in the caller. [Feature #9451]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sat Oct 15 14:17:05 2016 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * vm_args.c (refine_sym_proc_call): search and call method with + refinements. + + * vm_args.c (vm_caller_setup_arg_block): enable refinements when + enabled in the caller. [Feature #9451] + Sat Oct 15 00:54:01 2016 Nobuyoshi Nakada <nobu@ruby-lang.org> * process.c (proc_exec_cmd): use UTF-8 version aspawn. |
