diff options
author | dgp <dgp@users.sourceforge.net> | 2002-05-31 23:16:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-05-31 23:16:17 (GMT) |
commit | bb2b38d502250c7eb2f75ce2bb44f73728647921 (patch) | |
tree | 451215e8e923bf9c8618102292ebff13e9b3f74c /ChangeLog | |
parent | e9decfcf415943937b04c64435f13b80941a78fb (diff) | |
download | tcl-bb2b38d502250c7eb2f75ce2bb44f73728647921.zip tcl-bb2b38d502250c7eb2f75ce2bb44f73728647921.tar.gz tcl-bb2b38d502250c7eb2f75ce2bb44f73728647921.tar.bz2 |
* Use the "stdio" constraint to control whether
an [open "|[interpreter]"] is attempted.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-05-31 Don Porter <dgp@users.sourceforge.net> + * tests/io.test: + * tests/main.test: Use the "stdio" constraint to control whether + an [open "|[interpreter]"] is attempted. + * generic/tclExecute.c (TclMathInProgress,TclExecuteByteCode ExprCallMathFunc): * generic/tclInt.h (TclMathInProgress): |