summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-07-10 11:08:39 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-07-10 11:08:39 +0000
commit73be7ee553b1df74bfccb7742c79b620aec828ce (patch)
treee256c086d56b569273841eb3c93df2070958b1df /ChangeLog
parent27119: job output to stdout if non-interactive (diff)
downloadzsh-73be7ee553b1df74bfccb7742c79b620aec828ce.tar
zsh-73be7ee553b1df74bfccb7742c79b620aec828ce.tar.gz
zsh-73be7ee553b1df74bfccb7742c79b620aec828ce.tar.bz2
zsh-73be7ee553b1df74bfccb7742c79b620aec828ce.tar.lz
zsh-73be7ee553b1df74bfccb7742c79b620aec828ce.tar.xz
zsh-73be7ee553b1df74bfccb7742c79b620aec828ce.tar.zst
zsh-73be7ee553b1df74bfccb7742c79b620aec828ce.zip
27106: reset status on command that expands to empty
27122: add POSIX_JOBS option
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2965824e1..fea458cff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-07-10 Peter Stephenson <pws@csr.com>
+ * 27122: Doc/Zsh/options.yo, Src/jobs.c, Src/options.c, Src/zsh.h:
+ add POSIX_JOBS option to print only job text for bg and fg.
+
+ * 27106: Src/exec.c, Src/signals.c, Src/zsh.h,
+ Test/A01grammar.ztst: on a command line that had text that
+ expanded to nothing reset the status (unless it should come
+ from a command substitution).
+
* 27119: Src/jobs.c: correct 27112: output is to stdout, not
stderr, and there's no automated jobs notification if not
INTERACTIVE.
@@ -11937,5 +11945,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4732 $
+* $Revision: 1.4733 $
*****************************************************