diff options
| author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-06-13 21:39:44 +0100 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-06-13 21:39:44 +0100 |
| commit | b5198b10a1d1b6a15c583eecf12fda0c08b19ad6 (patch) | |
| tree | 9f4c71809d8480bfb3e771fdfdd70439c29df50e /ChangeLog | |
| parent | 32666: shell emulation doc addition (diff) | |
| download | zsh-b5198b10a1d1b6a15c583eecf12fda0c08b19ad6.tar zsh-b5198b10a1d1b6a15c583eecf12fda0c08b19ad6.tar.gz zsh-b5198b10a1d1b6a15c583eecf12fda0c08b19ad6.tar.bz2 zsh-b5198b10a1d1b6a15c583eecf12fda0c08b19ad6.tar.lz zsh-b5198b10a1d1b6a15c583eecf12fda0c08b19ad6.tar.xz zsh-b5198b10a1d1b6a15c583eecf12fda0c08b19ad6.tar.zst zsh-b5198b10a1d1b6a15c583eecf12fda0c08b19ad6.zip | |
32768 with further modifications: LOCAL_LOOPS option.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2014-06-13 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 32768, with further modifications: Doc/Zsh/options.yo, + Src/exec.c, Src/options.c, Src/zsh.h, Test/E01options.ztst, + Test/ztst.zsh: LOCAL_LOOPS option to restrict effect of + continue and break in function scope. + * 32666: Doc/Zsh/compat.yo: shell emulation based on executable name incompletely documented. @@ -18,6 +23,7 @@ * Jun T: 32755: Doc/Zsh/grammar.yo: move line that was in the wrong place. + 2014-06-07 Barton E. Schaefer <schaefer@zsh.org> * Nikolas Garofil: 32737: Src/utils.c: properly ifdef declarations |
