diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-05-08 09:51:34 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-05-08 09:51:34 +0000 |
commit | f0355ae7078c8539aaec5991411802c6fd055533 (patch) | |
tree | 20100680dbad4c3ccf9247106f4614134ea0a595 /ChangeLog | |
parent | 65bbd0884c3ec76ca9bb1dfa54184957ac2dff79 (diff) | |
download | ruby-f0355ae7078c8539aaec5991411802c6fd055533.tar.gz |
file.c: home dir fall back
* file.c (rb_home_dir_of): return the default home path if the
user name is the current user name, on platforms where struct
pwd is not supported. a temporary measure against
[Bug #12226].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sun May 8 18:51:33 2016 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * file.c (rb_home_dir_of): return the default home path if the + user name is the current user name, on platforms where struct + pwd is not supported. a temporary measure against + [Bug #12226]. + Sun May 8 08:51:38 2016 NARUSE, Yui <naruse@ruby-lang.org> * configure.in: add -Wsuggest-attribute=format and suppress warnings. |