diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-11-04 13:56:50 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-11-04 13:56:50 +0000 |
commit | 14f39707cb87a356cfb6c6022e00904092167b98 (patch) | |
tree | 0636a9f2c69390918d0651124c16c6554ea1ed7b /ChangeLog | |
parent | a46aee118818cdcb474d3f07adb43774512479df (diff) | |
download | zsh-14f39707cb87a356cfb6c6022e00904092167b98.tar.gz zsh-14f39707cb87a356cfb6c6022e00904092167b98.tar.xz zsh-14f39707cb87a356cfb6c6022e00904092167b98.zip |
17859: Philippe Troin: better handling of process groups interactively.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5eaca9b3f..a65376061 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-11-04 Peter Stephenson <pws@csr.com> + + * 17859: Philippe Troin <phil@fifi.org>: Src/init.c: Better + handling of becoming process group leader in an interactive + process. We could end up with two shells reading from the + terminal at once. + 2002-10-31 Wayne Davison <wayned@users.sourceforge.net> * 17881: Src/builtin.c, Src/params.c: made the elapsed time in the |