diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-27 12:15:20 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-27 12:15:20 +0000 |
| commit | 8ff043d8cb0690dd8a151a29e94ff68612404a9e (patch) | |
| tree | ef69e0312847822726414e7ff72fcdd04ad53fb7 /ChangeLog | |
| parent | 956100bc2e49c53fea321d5b493827ec8f26cc97 (diff) | |
* process.c (rb_execarg_parent_start1): need to convert the encoding to
ospath's one.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,9 +1,15 @@ +Sun Dec 27 21:14:42 2015 NAKAMURA Usaku <usa@ruby-lang.org> + + * process.c (rb_execarg_parent_start1): need to convert the encoding to + ospath's one. + Sun Dec 27 20:54:22 2015 NAKAMURA Usaku <usa@ruby-lang.org> * process.c: use rb_w32_uchdir() instead of plain chdir() on Windows. reported by naruse via twitter. - * process.c (rb_execarg_addopt): need to convert to ospath. + * process.c (rb_execarg_addopt): need to convert the encoding to + ospath's one. Sun Dec 27 20:00:31 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org> |
