diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-11-06 06:24:27 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-11-06 06:24:27 +0000 |
commit | 49fc6b036cbc1f42966ddcd246de61712962b576 (patch) | |
tree | 1c5145a13ce14a3d4dd5a7bbbc107eecb201e81c /ChangeLog | |
parent | dbc0aebcd44a028ed5c5c392fa2b354a1b562955 (diff) | |
download | zsh-49fc6b036cbc1f42966ddcd246de61712962b576.tar.gz zsh-49fc6b036cbc1f42966ddcd246de61712962b576.tar.xz zsh-49fc6b036cbc1f42966ddcd246de61712962b576.zip |
Make zpty more like eval.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6d8482b3c..bc2a167e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2000-11-05 Bart Schaefer <schaefer@zsh.org> + * unposted: Src/Modules/zpty.c: Cloned shell is non-interactive + for purposes of calling zexit(), so it doesn't print job status, + save history, etc. + + * 13123: Doc/Zsh/mod_zpty.yo, Src/utils.c, Src/Modules/zpty.c: + Change `zpty' to act as a combination of `clone' and `eval', to + remove the limitation that only external commands can be run on + the pty. Also fix typos in utils.c. + * 13120: Doc/Zsh/mod_zpty.yo, Functions/Misc/nslookup, Src/utils.c, Src/Modules/zpty.c: Merge Sven's uncommitted patch from 13061 with 13116. WARNING: This reverses the meaning of |