diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-09 18:31:24 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-09 18:31:24 +0000 |
commit | 7060b34457f579864bddbe1caa3e3cdfea6981e2 (patch) | |
tree | 928f53c3e47e536f49beb26ae15a36a41a872c0a /ChangeLog | |
parent | 4872ed50868379e769ce905a4af3ae7dfcef09d7 (diff) | |
download | zsh-7060b34457f579864bddbe1caa3e3cdfea6981e2.tar.gz zsh-7060b34457f579864bddbe1caa3e3cdfea6981e2.tar.xz zsh-7060b34457f579864bddbe1caa3e3cdfea6981e2.zip |
15334: use string "(eval)" as script name in debugging messages in eval's
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6f39ad2a3..446337b8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2001-07-09 Peter Stephenson <pws@csr.com> + * 15334: Src/builtin.c, Test/A01grammar.ztst, Test/A02alias.ztst, + Test/A04redirect.ztst, Test/C01arith.ztst, Test/D01prompt.ztst, + Test/D04parameter.ztst, Test/D06subscript.ztst, + Test/E01options.ztst, Test/E02xtrace.ztst, Test/V01zmodload.ztst: + Another companion piece to 15327 to use `(eval)' as the script + name in an eval. This neatens the test code considerably. + * unposted: Config/version.mk: 4.1.0-dev-1. * 15329: Test/A01grammar.ztst, Test/A02alias.ztst, |