summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* * library/tcltest/tcltest.tcl: Added reporting duringdgp2003-03-262-11/+15
* Fixed a bug where [package require dde] or [package require registry] Kevin B Kenny2003-03-232-2/+2
* * library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 fordgp2003-03-033-5/+5
* * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matchingdgp2003-02-251-2/+2
* * library/package.tcl (tclPkgUnknown): Minor performance tweaksdgp2003-02-211-13/+48
* * generic/tclEncoding.c (LoadTableEncoding):hobbs2003-02-215-1/+38
* update in commentdgp2003-02-171-2/+2
* code cleanup of eval and string comp usehobbs2003-02-081-7/+7
* * library/tcltest/tcltest.tcl: Filename arguments to [outputChannel]dgp2003-02-062-19/+93
* typo corrections in comments.dgp2003-01-271-5/+7
* * library/init.tcl: code cleanup to reduce use ofhobbs2002-11-232-41/+23
* * library/word.tcl: Changed $tcl_platform to $::tcl_platform toandreas_kupries2002-11-011-2/+2
* * library/dde/pkgIndex.tcl:andreas_kupries2002-10-282-2/+2
* * library/auto.tcl: Converted the Mac-specific [package unknown]dgp2002-10-284-55/+119
* * library/auto.tcl (tcl_findLibrary):das2002-10-222-2/+22
* * library/reg/pkgIndex.tcl:hobbs2002-10-181-4/+4
* [info exist]->[info exists]. [Bug 602566]dkf2002-10-032-6/+6
* * library/encoding/koi8-u.enc: removed extraneous spaces thathobbs2002-09-261-4/+4
* * library/tcltest/tcltest.tcl: Corrected [puts -nonewline] withindgp2002-09-221-3/+3
* * library/tcltest/tcltest.tcl: Corrected [puts -nonewline] withindgp2002-09-222-5/+7
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-1/+9
* * README: Bumped version number to 8.4b3 to distinguishdgp2002-08-204-4/+12
* * library/tcltest/tcltest.tcl: The setup and cleanup scripts are nowdgp2002-08-052-272/+211
* Fix a comment that was causing problems for programs (like "mktclapp") thatdrh2002-07-171-3/+3
* * library/tcltest/tcltest.tcl: Corrected errors in handling ofdgp2002-07-141-4/+6
* * Corrected reaction to existing but false ::tcl_interactive.dgp2002-07-111-3/+2
* * Greatly reduced the number of [exec]s, using slave interps instead.dgp2002-07-101-2/+2
* * doc/tcltest.n: Fixed incompatibility in [viewFile].dgp2002-07-082-4/+3
* * tests/main.test: Cheap fix for [Bugs 575851, 575858]. Avoiddgp2002-07-031-2/+6
* * doc/tcltest.n: more refinements of the documentation.dgp2002-07-031-1/+3
* * doc/tcltest.n: Reverted [makeFile] and [viewFile] todgp2002-07-021-5/+9
* * library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles]dgp2002-07-021-62/+64
* * doc/tcltest.n: more work in progress updating tcltest docs.dgp2002-07-011-19/+15
* * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test.dgp2002-07-011-10/+9
* * Stopped checking for writeability of -tmpdir value because nodgp2002-07-011-4/+10
* * Fixed [makeFile] and [viewFile] to accurately reflect a file'sdgp2002-07-011-26/+45
* * docs/tcltest.n: Doc revisions in progress.dgp2002-06-281-4/+12
* * Made sure that the TCLTEST_OPTIONSdgp2002-06-271-39/+47
* * Corrected suppression of -verbose skip and start by [test -output].dgp2002-06-261-5/+16
* Excised a tiny amount of the most pointless voodoo. Leftdgp2002-06-261-4/+4
* * Implementation of TIP 101. Adds and exports a [configure] commanddgp2002-06-251-819/+713
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-1/+4
* * Corrected comments and namespace styledgp2002-06-211-48/+47
* * More Windows Registry locale codes from Bruno Haible.dgp2002-06-171-15/+127
* * Revised locale initialization to interpretdgp2002-06-172-81/+112
* * 4) deprecated [threadReap] and [mainThread] [Bug 534903]dgp2002-06-061-4/+5
* * tests/io.test: Fixed up namespace variable resolution issuesdgp2002-06-061-161/+195
* * Added more TIP 85 tests from Arjen Markus.dgp2002-06-051-11/+29
* * Implementation of TIP 85. Allows tcltestdgp2002-06-032-31/+89
* * Fixed leak of slave interp in [pkg_mkIndex].dgp2002-05-311-2/+2