summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-07-18 21:01:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-07-18 21:01:32 (GMT)
commitb25c5f06f00da440388032287bc5c7149f8f7f81 (patch)
treecc557671019e89fedd2d6c3cd71ed72587fd3a22 /ChangeLog
parent347b02938c7c7c395f06b1d0772ca323c80cd12d (diff)
downloadtcl-b25c5f06f00da440388032287bc5c7149f8f7f81.zip
tcl-b25c5f06f00da440388032287bc5c7149f8f7f81.tar.gz
tcl-b25c5f06f00da440388032287bc5c7149f8f7f81.tar.bz2
* doc/tcltest.n: Restored the [Eval] proc to replace
* library/tcltest/tcltest.tcl: the [::puts] command when either the -output or -error option for [test] is in use, in order to capture data written to the output or error channels for comparison against what is expected. This is easier to document and agrees better with most user expectations than the previous attempt to replace [puts] only in the caller's namespace. Documentation made more precise on the subject. [Bug 706359]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fecf5d..9376de0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,15 @@
2003-07-18 Don Porter <dgp@users.sourceforge.net>
+ * doc/tcltest.n: Restored the [Eval] proc to replace
+ * library/tcltest/tcltest.tcl: the [::puts] command when either the
+ -output or -error option for [test] is in use, in order to capture
+ data written to the output or error channels for comparison against
+ what is expected. This is easier to document and agrees better with
+ most user expectations than the previous attempt to replace [puts]
+ only in the caller's namespace. Documentation made more precise on
+ the subject. [Bug 706359]
+
* doc/AddErrInfo.3: Improved consistency of documentation
* doc/CrtTrace.3: by using "null" everywhere to refer to
* doc/Encoding.3: the character '\0', and using "NULL"