diff options
author | hobbs <hobbs> | 2001-04-04 19:11:16 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-04-04 19:11:16 (GMT) |
commit | 8c319f69584261fce6e52e52b63efb91642a940f (patch) | |
tree | ed00b9c8eec807e0b5fabde9d9e72337c9586e10 /ChangeLog | |
parent | 1bc23f4977493306750102c044b833c0b2b73244 (diff) | |
download | tcl-8c319f69584261fce6e52e52b63efb91642a940f.zip tcl-8c319f69584261fce6e52e52b63efb91642a940f.tar.gz tcl-8c319f69584261fce6e52e52b63efb91642a940f.tar.bz2 |
* unix/configure:
* unix/tcl.m4: extended test of termios vs. termio vs. sgtty to
better detect result on Linux and when certain configure
redirections are being used. (max) [Patch #402923; Bug #227412,
#219194]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2001-04-04 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/configure: + * unix/tcl.m4: extended test of termios vs. termio vs. sgtty to + better detect result on Linux and when certain configure + redirections are being used. (max) [Patch #402923; Bug #227412, + #219194] + 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclTest.c: |