summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-23 04:46:24 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-08-08 06:11:00 +0000
commita2a0293d4f1f488e92b11db7b85f28f294384131 (patch)
tree7e52b217e91a2bd564cc34bd4d054669717d5c11 /ChangeLog
parent47300: Document the EC_NODUP, EC_DUP, EC_DUPTOK triplet. (diff)
downloadzsh-a2a0293d4f1f488e92b11db7b85f28f294384131.tar
zsh-a2a0293d4f1f488e92b11db7b85f28f294384131.tar.gz
zsh-a2a0293d4f1f488e92b11db7b85f28f294384131.tar.bz2
zsh-a2a0293d4f1f488e92b11db7b85f28f294384131.tar.lz
zsh-a2a0293d4f1f488e92b11db7b85f28f294384131.tar.xz
zsh-a2a0293d4f1f488e92b11db7b85f28f294384131.tar.zst
zsh-a2a0293d4f1f488e92b11db7b85f28f294384131.zip
47296 (+ unposted additional tests and comments): 'repeat' loops: Let the repeat count use $?.
It's an arithmetic expression.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9df308c54..54cc37f67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2020-08-08 Daniel Shahaf <d.s@daniel.shahaf.name>
+ * 47296 (+ unposted additional tests and comments): Src/loop.c,
+ Test/A05execution.ztst: 'repeat' loops: Let the repeat count
+ use $?.
+
* 47300: Src/parse.c, Src/zsh.h: Document the EC_NODUP, EC_DUP,
EC_DUPTOK triplet.