| Commit message (Expand) | Author | Age | Files | Lines |
* | * library/package.tcl: Corrected [pkg_mkIndex] bug reported on | dgp | 2003-07-11 | 1 | -3/+7 |
|
|
* | * library/encoding/gb2312-raw.enc (new): This is the original | hobbs | 2003-05-15 | 1 | -0/+1380 |
|
|
* | * library/encoding/gb2312.enc: copy euc-cn.enc over original | hobbs | 2003-05-14 | 1 | -92/+109 |
|
|
* | * library/tcltest/tcltest.tcl: The -returnCodes option to [test] | dgp | 2003-05-05 | 1 | -2/+2 |
|
|
* | * library/tcltest/tcltest.tcl: When the return code of a test does | dgp | 2003-04-21 | 1 | -10/+10 |
|
|
* | * library/tcltest/tcltest.tcl: Added reporting during | dgp | 2003-03-26 | 2 | -11/+15 |
|
|
* | Fixed a bug where [package require dde] or [package require registry]
| Kevin B Kenny | 2003-03-23 | 2 | -2/+2 |
|
|
* | * library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 for | dgp | 2003-03-03 | 3 | -5/+5 |
|
|
* | * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matching | dgp | 2003-02-25 | 1 | -2/+2 |
|
|
* | * library/package.tcl (tclPkgUnknown): Minor performance tweaks | dgp | 2003-02-21 | 1 | -13/+48 |
|
|
* | * generic/tclEncoding.c (LoadTableEncoding): | hobbs | 2003-02-21 | 5 | -1/+38 |
|
|
* | update in comment | dgp | 2003-02-17 | 1 | -2/+2 |
|
|
* | code cleanup of eval and string comp use | hobbs | 2003-02-08 | 1 | -7/+7 |
|
|
* | * library/tcltest/tcltest.tcl: Filename arguments to [outputChannel] | dgp | 2003-02-06 | 2 | -19/+93 |
|
|
* | typo corrections in comments. | dgp | 2003-01-27 | 1 | -5/+7 |
|
|
* | * library/init.tcl: code cleanup to reduce use of | hobbs | 2002-11-23 | 2 | -41/+23 |
|
|
* | * library/word.tcl: Changed $tcl_platform to $::tcl_platform to | andreas_kupries | 2002-11-01 | 1 | -2/+2 |
|
|
* | * library/dde/pkgIndex.tcl: | andreas_kupries | 2002-10-28 | 2 | -2/+2 |
|
|
* | * library/auto.tcl: Converted the Mac-specific [package unknown] | dgp | 2002-10-28 | 4 | -55/+119 |
|
|
* | * library/auto.tcl (tcl_findLibrary): | das | 2002-10-22 | 2 | -2/+22 |
|
|
* | * library/reg/pkgIndex.tcl: | hobbs | 2002-10-18 | 1 | -4/+4 |
|
|
* | [info exist]->[info exists]. [Bug 602566] | dkf | 2002-10-03 | 2 | -6/+6 |
|
|
* | * library/encoding/koi8-u.enc: removed extraneous spaces that | hobbs | 2002-09-26 | 1 | -4/+4 |
|
|
* | * library/tcltest/tcltest.tcl: Corrected [puts -nonewline] within | dgp | 2002-09-22 | 1 | -3/+3 |
|
|
* | * library/tcltest/tcltest.tcl: Corrected [puts -nonewline] within | dgp | 2002-09-22 | 2 | -5/+7 |
|
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -1/+9 |
|
|
* | * README: Bumped version number to 8.4b3 to distinguish | dgp | 2002-08-20 | 4 | -4/+12 |
|
|
* | * library/tcltest/tcltest.tcl: The setup and cleanup scripts are now | dgp | 2002-08-05 | 2 | -272/+211 |
|
|
* | Fix a comment that was causing problems for programs (like "mktclapp") that | drh | 2002-07-17 | 1 | -3/+3 |
|
|
* | * library/tcltest/tcltest.tcl: Corrected errors in handling of | dgp | 2002-07-14 | 1 | -4/+6 |
|
|
* | * Corrected reaction to existing but false ::tcl_interactive. | dgp | 2002-07-11 | 1 | -3/+2 |
|
|
* | * Greatly reduced the number of [exec]s, using slave interps instead. | dgp | 2002-07-10 | 1 | -2/+2 |
|
|
* | * doc/tcltest.n: Fixed incompatibility in [viewFile]. | dgp | 2002-07-08 | 2 | -4/+3 |
|
|
* | * tests/main.test: Cheap fix for [Bugs 575851, 575858]. Avoid | dgp | 2002-07-03 | 1 | -2/+6 |
|
|
* | * doc/tcltest.n: more refinements of the documentation. | dgp | 2002-07-03 | 1 | -1/+3 |
|
|
* | * doc/tcltest.n: Reverted [makeFile] and [viewFile] to | dgp | 2002-07-02 | 1 | -5/+9 |
|
|
* | * library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles] | dgp | 2002-07-02 | 1 | -62/+64 |
|
|
* | * doc/tcltest.n: more work in progress updating tcltest docs. | dgp | 2002-07-01 | 1 | -19/+15 |
|
|
* | * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test. | dgp | 2002-07-01 | 1 | -10/+9 |
|
|
* | * Stopped checking for writeability of -tmpdir value because no | dgp | 2002-07-01 | 1 | -4/+10 |
|
|
* | * Fixed [makeFile] and [viewFile] to accurately reflect a file's | dgp | 2002-07-01 | 1 | -26/+45 |
|
|
* | * docs/tcltest.n: Doc revisions in progress. | dgp | 2002-06-28 | 1 | -4/+12 |
|
|
* | * Made sure that the TCLTEST_OPTIONS | dgp | 2002-06-27 | 1 | -39/+47 |
|
|
* | * Corrected suppression of -verbose skip and start by [test -output]. | dgp | 2002-06-26 | 1 | -5/+16 |
|
|
* | Excised a tiny amount of the most pointless voodoo. Left | dgp | 2002-06-26 | 1 | -4/+4 |
|
|
* | * Implementation of TIP 101. Adds and exports a [configure] command | dgp | 2002-06-25 | 1 | -819/+713 |
|
|
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -1/+4 |
|
|
* | * Corrected comments and namespace style | dgp | 2002-06-21 | 1 | -48/+47 |
|
|
* | * More Windows Registry locale codes from Bruno Haible. | dgp | 2002-06-17 | 1 | -15/+127 |
|
|
* | * Revised locale initialization to interpret | dgp | 2002-06-17 | 2 | -81/+112 |
|
|