summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-24 12:55:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-24 12:55:20 +0000
commitb9b8f1ded2dbbfeba07347e53cdcd5f097de6ce6 (patch)
tree961efebbe554ed440afb64ae1a708d8059e091f4 /ChangeLog
parent8b764b1daf3cc3938cc55347a39da34714894bdf (diff)
ChangeLog: fix ref of r48972. [Bug #10015]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4540eec368..cb362840c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Wed Dec 24 20:38:16 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* dir.c (glob_make_pattern): restrict searching case-insensitive
name from the filesystem to only last part, for the performance.
- [ruby-core:63591] [ruby-core:63591]
+ [ruby-core:63591] [Bug #10015]
Wed Dec 24 18:21:27 2014 Koichi Sasada <ko1@atdot.net>