diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-04 09:53:41 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-04 09:53:41 +0000 |
commit | 26f9c5af50ebeec7d09114a1db02725da368d378 (patch) | |
tree | 2ef16301b51c3ac87dcf1ed4e2ce14cf50b218ba /ChangeLog | |
parent | 4f80c3fedf8c45e07b70d069b0f59b36b8278be5 (diff) | |
download | zsh-26f9c5af50ebeec7d09114a1db02725da368d378.tar.gz zsh-26f9c5af50ebeec7d09114a1db02725da368d378.tar.xz zsh-26f9c5af50ebeec7d09114a1db02725da368d378.zip |
make pty the controlling terminal of their commands (11144)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5532b0fb6..dae844431 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-05-04 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + * 11144: Src/Modules/zpty.c: make pty the controlling terminal of + their commands + * 11142: Src/lex.c: save and restore `len' in lexsave/restore * 11140: Completion/Builtins/_zstyle, Completion/Core/_main_complete, |