aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-17 16:29:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-17 16:29:22 +0000
commit7785612a384d7582dedbf4419917c821ad30ed95 (patch)
treedebeb80080b8283a01ecc4213f3b9196161f9797 /ChangeLog
parent4d3c75e2b05cfd4af34c3415e4f72da049532da3 (diff)
downloadruby-7785612a384d7582dedbf4419917c821ad30ed95.tar.gz
* file.c (file_expand_path): drive letter is ascii only.
[ruby-dev:38612] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14b0601a93..a244e1c625 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 18 01:29:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * file.c (file_expand_path): drive letter is ascii only.
+ [ruby-dev:38612]
+
Thu Jun 18 01:09:27 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (ridir, RI_BASE_NAME): fixed for path expansion.