aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-12 00:24:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-12 00:24:36 +0000
commitecb9bd79b54da3192d38d6d283e9196bc548f1ef (patch)
tree45d47251740795c6803db4894f01f6798059b614 /ChangeLog
parent5fbfee98feedcfd5ccdd3a179818df1757e0d0a2 (diff)
downloadruby-ecb9bd79b54da3192d38d6d283e9196bc548f1ef.tar.gz
file.c: normalize cwd
* file.c (append_fspath): normalize directory name to be appended on OS X. [ruby-core:75957] [Ruby trunk Bug#12483] https://github.com/rails/rails/issues/25303#issuecomment-224834804 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47ef672fd3..ceaa9f31ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Jun 12 09:24:34 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * file.c (append_fspath): normalize directory name to be appended
+ on OS X. [ruby-core:75957] [Ruby trunk Bug#12483]
+ https://github.com/rails/rails/issues/25303#issuecomment-224834804
+
Sat Jun 11 23:07:32 2016 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/forwardable.rb (_delegator_method): get rid of a warning which