diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-07-29 15:33:19 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-07-29 15:33:19 +0000 |
commit | b550cfe7e382c7704965a166af81933f1ac50d4b (patch) | |
tree | bac01be1259e203a76ada0c17b24854b407f5ef6 | |
parent | 640bbab78f56c2a51fb3ee1d0f83e3bf0418d8be (diff) | |
download | zsh-b550cfe7e382c7704965a166af81933f1ac50d4b.tar.gz zsh-b550cfe7e382c7704965a166af81933f1ac50d4b.tar.xz zsh-b550cfe7e382c7704965a166af81933f1ac50d4b.zip |
20221: $LINENO in trap '...' DEBUG was wrong.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 26fa66509..98508d1d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-07-29 Peter Stephenson <pws@csr.com> + * 20221: Src/exec.c, Src/signals.c, Test/A05execution.ztst: + $LINENO in trap '...' DEBUG was wrongly reported as the line + in the trap, not in the surrounding code. Probably broken + in all 4.x builds to date. + * 20219: Doc/Zsh/contrib.yo, Doc/Zsh/zle.yo, Functions/Zle/.distfiles, Functions/Zle/history-pattern-search, Src/Zle/zle_hist.c, Src/Zle/zle_params.c: make zle parameter |