From 6f572fd59164479c03856e52b140b2ec1894463f Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Oct 2015 04:16:21 +0000 Subject: dir.c: glob brace expansion [Fix GH-1061] * dir.c (ruby_brace_expand): glob brace expansion edge case fix. When there are closing braces '}' before a open brace '{' it must be ignored and considered as literal. [ruby-core:71138] [Bug #11609] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 065c5ed3f3..b6f093c239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Oct 22 13:16:19 2015 Guilherme Reis Campos + + * dir.c (ruby_brace_expand): glob brace expansion edge case fix. + When there are closing braces '}' before a open brace '{' it + must be ignored and considered as literal. + [ruby-core:71138] [Bug #11609] + Thu Oct 22 13:13:49 2015 Nobuyoshi Nakada * io.c (argf_next_argv): check ARGV element type, and try -- cgit v1.2.3