about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-05-13 08:16:50 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-05-13 08:16:50 -0700
commit9d47e8398d299e53ffe4e7ddf3731d2fedae9948 (patch)
treee8aac53f99702a84e9a8ba27046d9a59ce619e5d /ChangeLog
parente1ff0a8babc1ba6e22aa4c79987e0ca455de901c (diff)
downloadzsh-9d47e8398d299e53ffe4e7ddf3731d2fedae9948.tar.gz
zsh-9d47e8398d299e53ffe4e7ddf3731d2fedae9948.tar.xz
zsh-9d47e8398d299e53ffe4e7ddf3731d2fedae9948.zip
32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibility
Also restore ksh [ -t ] compatibility when POSIX_BUILTINS is not set, and
allow operators defined by modules to be called with no arguments, although
this affects only runtime interpretation, not parsing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58e1ffa2d..a50a756c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-05-13  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 32609: Src/parse.c, Test/CO2cond.ztst: [[ $var ]] behaves as
+	[[ -n $var ]] for bash/ksh compatibility; restore ksh [ -t ]
+	compatibility when POSIX_BUILTINS is not set; allow operators
+	defined by modules to be called with no arguments, although
+	this affects only runtime interpretation, not parsing.
+
 2014-05-09  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* Eric Cook: 32602: Doc/Zsh/grammar.yo: status of try + always