diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-07-26 09:16:13 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-07-26 09:16:13 +0000 |
commit | f303f2ea63ce70f63355349bc0130ddb04a251f8 (patch) | |
tree | dca8a07660778e388919abad3ba54a6dffd4d3e1 /ChangeLog | |
parent | 04aaf1cd7f9fb791a3f305c2d8f6e7f995b1db6a (diff) | |
download | zsh-f303f2ea63ce70f63355349bc0130ddb04a251f8.tar.gz zsh-f303f2ea63ce70f63355349bc0130ddb04a251f8.tar.xz zsh-f303f2ea63ce70f63355349bc0130ddb04a251f8.zip |
Belatedly fold in 12162, to replace command subst with eval.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a5001962a..8e2683973 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,11 @@ Doc/Zsh/compsys.yo: Separate compinit security checks into their own callable function. + * 12162: Completion/Core/_expand, Completion/Core/_path_files, + Src/utils.c: Use `eval' instead of `$(print ...)' to suppress + some syntax error failures; this requires that zwarn() does not + trashzle() when the output is not going to the terminal. + 2000-07-26 Sven Wischnowsky <wischnow@zsh.org> * 12378: Completion/Base/_arguments: make `_arguments --' use |