diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-09 16:41:19 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-09 16:41:19 +0000 |
| commit | cef000cc628ab20603dbfb5eff4d76bbad15e3be (patch) | |
| tree | 40a97a12baa2f96cedbc78125a9e7f465f26b0c0 /ChangeLog | |
| parent | Fix function stack unwinding on autoload failures. (diff) | |
| download | zsh-cef000cc628ab20603dbfb5eff4d76bbad15e3be.tar zsh-cef000cc628ab20603dbfb5eff4d76bbad15e3be.tar.gz zsh-cef000cc628ab20603dbfb5eff4d76bbad15e3be.tar.bz2 zsh-cef000cc628ab20603dbfb5eff4d76bbad15e3be.tar.lz zsh-cef000cc628ab20603dbfb5eff4d76bbad15e3be.tar.xz zsh-cef000cc628ab20603dbfb5eff4d76bbad15e3be.tar.zst zsh-cef000cc628ab20603dbfb5eff4d76bbad15e3be.zip | |
15329: test script changes to go with 15327 LINENO change
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2001-07-09 Peter Stephenson <pws@csr.com> + * 15329: Test/A01grammar.ztst, Test/A02alias.ztst, + Test/A04redirect.ztst, Test/A05execution.ztst, Test/C01arith.ztst, + Test/D04parameter.ztst, Test/D06subscript.ztst, + Test/E01options.ztst, Test/E02xtrace.ztst, Test/V01zmodload.ztst: + changes in test scripts required by 15327; mostly benign but + the behaviour of LINENO in trap '...' DEBUG is probably wrong. + * 15327: Src/builtin.c, Src/exec.c, Src/glob.c, Src/parse.c, Src/Modules/parameter.c, Src/Modules/zpty.c, Src/Modules/zutil.c: Always use local LINENOs in parse_string(). Currently we only |
