summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2014-10-06 20:45:04 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2014-10-06 20:45:04 +0800
commit598d300ffa0b9542a88feae900ccdd29e35374cf (patch)
treeee787368823e5727f5176ac52e83fc319d0a9e26 /ChangeLog
parent[BUILTIN] Do not allow break to break across function calls (diff)
downloaddash-598d300ffa0b9542a88feae900ccdd29e35374cf.tar.gz
dash-598d300ffa0b9542a88feae900ccdd29e35374cf.zip
[EVAL] Move common skipcount logic into skiploop
The functions evalloop and evalfor share the logic on checking
and updating skipcount.  This patch moves that into the helper
function skiploop.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b70fa88..1d88e13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
 	* Exit without arguments in a trap should use status outside traps.
 	* Do not allow break to break across function calls.
+	* Move common skipcount logic into skiploop.
 
 2014-10-03  Herbert Xu <herbert@gondor.apana.org.au>