summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-07-18 21:15:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-07-18 21:15:11 (GMT)
commit781eb759e73d151b78669389ed29fa20b45bf6ed (patch)
treeb6e41a22ff132b06d653367f344ce3a57d8b562e /ChangeLog
parent9dc1deb815dd43734b59bbc5d4dbb7c28e13faf5 (diff)
downloadtcl-781eb759e73d151b78669389ed29fa20b45bf6ed.zip
tcl-781eb759e73d151b78669389ed29fa20b45bf6ed.tar.gz
tcl-781eb759e73d151b78669389ed29fa20b45bf6ed.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--ChangeLog33
1 files changed, 21 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 128d128..c9aeb74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,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"
@@ -232,13 +241,13 @@
2003-06-23 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclFCmd.c: fix to bad error message when trying to
- do 'file copy foo ""'. [Bug 756951]
- * tests/fCmd.test: added two new tests for the bug.
+ do 'file copy foo ""'. [Bug 756951]
+ * tests/fCmd.test: added two new tests for the bug.
* win/tclWinFile.c:
* win/tclWin32Dll.c: recommitted some filesystem globbing
- speed-ups, but disabled some on the older Win 95/98/ME where
- they don't seem to work.
+ speed-ups, but disabled some on the older Win 95/98/ME where
+ they don't seem to work.
* doc/FileSystem.3: documentation fix [Bug 720634]
@@ -250,12 +259,12 @@
2003-06-17 Vince Darley <vincentdarley@users.sourceforge.net>
* win/makefile.vc: fixes to check-in below so compilation now
- works again on Windows.
+ works again on Windows.
* generic/tclCmdMZ.c:
* tests/regexp.test: fixing of bugs related to regexp and regsub
- matching of empty strings. Addition of a number of new tests.
- [Bug 755335]
+ matching of empty strings. Addition of a number of new tests.
+ [Bug 755335]
2003-06-16 Andreas Kupries <andreask@activestate.com>
@@ -314,11 +323,11 @@
2003-06-02 Vince Darley <vincentdarley@users.sourceforge.net>
* win/tclWinFCmd.c:
- * tests/fCmd.test: fix to [Bug #747575] in which a bad error
- message is given when trying to rename a busy directory to
- one with the same prefix, but not the same name. Added three
- new tests.
-
+ * tests/fCmd.test: fix to [Bug #747575] in which a bad error
+ message is given when trying to rename a busy directory to
+ one with the same prefix, but not the same name. Added three
+ new tests.
+
2003-05-23 D. Richard Hipp <drh@hwaci.com>
* win/tclWinTime.c: Add tests to detect and avoid a division by zero