diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2007-12-09 23:53:33 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2007-12-09 23:53:33 +0000 |
commit | a124da3a4a4bf6e91a567033e1e03241d9d0faa9 (patch) | |
tree | f23fefa2ace89ded670c1ead15cc6195dac3cf71 /ChangeLog | |
parent | 6e58a1df8faab311a0479ef630b891ef50fd3f14 (diff) | |
download | zsh-a124da3a4a4bf6e91a567033e1e03241d9d0faa9.tar.gz zsh-a124da3a4a4bf6e91a567033e1e03241d9d0faa9.tar.xz zsh-a124da3a4a4bf6e91a567033e1e03241d9d0faa9.zip |
24150: Exit status of null command should be exit status of last cmdsubst.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 5086ca82b..09d34fa6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ +2007-12-09 Barton E. Schaefer <schaefer@zsh.org> + + * 24150 plus unposted: Src/exec.c, Test/D08cmdsubst.ztst: + Retain exit status of last non-assignment command substitution + across variable assignment processing so that, in the event of + no command word to execute, the exit status of the statement is + that of the last command substitution (per POSIX). + 2007-12-09 Peter Stephenson <p.w.stephenson@ntlworld.com> - * 24197, Src/utils.c, Src/Modules/datetime.c: interface to + * 24197: Src/utils.c, Src/Modules/datetime.c: interface to ztrftime() for insufficient memory was broken. 2007-12-08 Clint Adams <clint@zsh.org> |