diff options
author | shirosaki <shirosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-04-05 15:30:52 +0000 |
---|---|---|
committer | shirosaki <shirosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-04-05 15:30:52 +0000 |
commit | 07636ed42ebc9b690846813b492d75bcf32bb62c (patch) | |
tree | 941f1b3341ff8fb5ff227f7d5fd1309b4986688b /ChangeLog | |
parent | 21d47b7381ae6da9e6ffe1aa288b295af8e3b3d1 (diff) |
* load.c (features_index_add): use rb_str_subseq() to specify C string
position properly to fix require non ascii path.
[ruby-core:53733] [Bug #8165]
* test/ruby/test_require.rb (TestRequire#test_require_nonascii_path):
a test for the above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Apr 6 00:19:30 2013 Hiroshi Shirosaki <[email protected]> + + * load.c (features_index_add): use rb_str_subseq() to specify C string + position properly to fix require non ascii path. + [ruby-core:53733] [Bug #8165] + + * test/ruby/test_require.rb (TestRequire#test_require_nonascii_path): + a test for the above. + Fri Apr 5 20:41:49 2013 Tanaka Akira <[email protected]> * include/ruby/defines.h (HAVE_TRUE_LONG_LONG): Defined to distinguish |