diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-09 16:05:13 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-09 16:05:13 +0000 |
| commit | 003ec8c7e8814221b366e95dc4ea24fa4cf1e99c (patch) | |
| tree | 2c21af1f7bef690ea3ef00a2011f0eb74334d12b /ChangeLog | |
| parent | 15304,15305,15308 (diff) | |
| download | zsh-003ec8c7e8814221b366e95dc4ea24fa4cf1e99c.tar zsh-003ec8c7e8814221b366e95dc4ea24fa4cf1e99c.tar.gz zsh-003ec8c7e8814221b366e95dc4ea24fa4cf1e99c.tar.bz2 zsh-003ec8c7e8814221b366e95dc4ea24fa4cf1e99c.tar.lz zsh-003ec8c7e8814221b366e95dc4ea24fa4cf1e99c.tar.xz zsh-003ec8c7e8814221b366e95dc4ea24fa4cf1e99c.tar.zst zsh-003ec8c7e8814221b366e95dc4ea24fa4cf1e99c.zip | |
15327: always use local LINENOs in parse_string().
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2001-07-09 Peter Stephenson <pws@csr.com> + + * 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 + do this sometimes in order for existing $LINENO to show through. + This seems to cause more problems than it solves. + 2001-07-07 Bart Schaefer <schaefer@zsh.org> * 15308: Src/builtin.c: Fix infinite loop on `r OLD=NEW' when OLD |
