summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 351dedede..18ea94f53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@
Src/zsh.h, Test/D02glob.ztst: also ! and ^ need to be tokenised
in character set.
+2016-01-18 Barton E. Schaefer <schaefer@zsh.org>
+
+ * 37682: Src/lex.c: when SH_GLOB is set (e.g. in "sh" emulation)
+ do not parse bare parentheses in arguments as a pattern grouping.
+
2016-01-18 Daniel Shahaf <d.s@daniel.shahaf.name>
* 37678: Src/glob.c, Src/lex.c, Src/pattern.c, Src/utils.c,