diff options
author | nijtmans <nijtmans> | 2009-11-19 21:17:36 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-11-19 21:17:36 (GMT) |
commit | 1aaac758c94c12834f8bf77eadc30e212bc186f4 (patch) | |
tree | 17c64145a2321c7f3db5dff18b0042d1a861aa75 /ChangeLog | |
parent | 9d243a7d2ffa0988a6dc1316cecf69e776b75bae (diff) | |
download | tcl-1aaac758c94c12834f8bf77eadc30e212bc186f4.zip tcl-1aaac758c94c12834f8bf77eadc30e212bc186f4.tar.gz tcl-1aaac758c94c12834f8bf77eadc30e212bc186f4.tar.bz2 |
Test-case for fixed [Bug 2849797]
Fix safe-10.1 and safe-10.4 test cases,
making the wrong assumption that Tcltest
should be a static package.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2009-11-19 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclTest.c Remove extraneus prototypes, follow-up + * generic/tclTestObj.c to [Bug 2883850] + * tests/chanio.test Test-case for fixed [Bug 2849797] + * tests/safe.test Fix safe-10.1 and safe-10.4 test cases, + making the wrong assumption that Tcltest + is a static package. + 2009-11-19 Don Porter <dgp@users.sourceforge.net> * unix/tclAppInit.c: Repair broken build of the tcltest executable. @@ -27,10 +36,11 @@ * win/Makefile.in * win/tcl.m4 * win/configure (regenerated) + * win/tclAppInit.c * win/tclWinDde.c Always compile with Stubs. * win/tclWinReg.c * win/tclWinTest.c - + 2009-11-18 Jan Nijtmans <nijtmans@users.sf.net> * doc/CrtChannel.3 Fix [Bug 2849797]: channel name inconsistencies |