aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorluislavena <luislavena@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-17 17:53:21 +0000
committerluislavena <luislavena@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-17 17:53:21 +0000
commit55915036a6d1edebe739737bb7d910a8851e21e5 (patch)
tree4fd4d7cc5767a9157a4af05ff5152cdf02c49b19 /ChangeLog
parent62f7e108e2e91bfb2c806f1badcdea59f7c8fbfe (diff)
downloadruby-55915036a6d1edebe739737bb7d910a8851e21e5.tar.gz
Swap logic around wildcard character detection
* win32/file.c (replace_to_long_name): correct logic around wildcard characters detection and ensure wide-chars are used as pattern. [ruby-core:49451] [Bug #7374] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37706 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 f1347d6a71..7c9308619f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Nov 18 02:50:12 2012 Luis Lavena <luislavena@gmail.com>
+
+ * win32/file.c (replace_to_long_name): correct logic around wildcard
+ characters detection and ensure wide-chars are used as pattern.
+ [ruby-core:49451] [Bug #7374]
+
Sun Nov 18 02:02:46 2012 Tadayoshi Funaba <tadf@dotrb.org>
* complex.c (read_comp): modified handling of polar form.