diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-31 16:01:10 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-31 16:01:10 +0000 |
commit | b41c26d78ab813debcba35478f0a97468233570c (patch) | |
tree | 97ec4b21c791df058dd7639902602a81d88a0c0f /ChangeLog | |
parent | d19602a65a0fa7c42aacbbedbd0d9e44d52055ba (diff) | |
download | zsh-b41c26d78ab813debcba35478f0a97468233570c.tar.gz zsh-b41c26d78ab813debcba35478f0a97468233570c.tar.xz zsh-b41c26d78ab813debcba35478f0a97468233570c.zip |
25570: line numbers of complex sublists were wrong, plus test
make lineno zlong in another place
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 782fe3474..85fd92618 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-31 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 25570: Src/exec.c, Src/zsh.h, Test/C03traps.ztst: line numbers + of complex sublists were wrong, plus test; another place to make + lineno more consistent. + 2008-08-31 Andrey Borzenkov <bor@zsh.org> * users/13169: Src/exec.c: really restore emulation mode when |