From 9d47e8398d299e53ffe4e7ddf3731d2fedae9948 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Tue, 13 May 2014 08:16:50 -0700 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 58e1ffa2d..a50a756c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2014-05-13 Barton E. Schaefer + + * 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 * Eric Cook: 32602: Doc/Zsh/grammar.yo: status of try + always -- cgit 1.4.1