about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-01-21 16:30:21 +0000
committerPeter Stephenson <pws@zsh.org>2016-01-21 16:30:21 +0000
commit1aec003155e8ccd8e0e3b9a6bd8c9fdb141d5c81 (patch)
treebe6e56b6ed2da83c5efdbf5df7165aca4bbc7be5 /ChangeLog
parent1c41f98aabc20fce8a1eb8fd7d1b6baabfa1dea5 (diff)
downloadzsh-1aec003155e8ccd8e0e3b9a6bd8c9fdb141d5c81.tar.gz
zsh-1aec003155e8ccd8e0e3b9a6bd8c9fdb141d5c81.tar.xz
zsh-1aec003155e8ccd8e0e3b9a6bd8c9fdb141d5c81.zip
37722: test builtin should return status 2 on syntax error
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc371399b..673fd9f26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
+2016-01-21  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 37722: Src/builtin.c, Test/C02cond.zts: test builtin should
+	return status 2 on syntax error.
+
 2016-01-20  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 37705: Src/lex.c, Test/D04parameter.ztst: don't turn - to
+	Dash after start of brace parameter.
+
 	* unspoted: Config/version.mk: incremented version to 5.2-dev-1
 	because of parsing change.