summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ckalloc() et al take 'unsigned int' sizes, so print them with '%ud' not '%d'dkf2002-07-112-8/+14
* tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED f...Miguel Sofer2002-07-113-7/+14
* [file attributes -permissions] is Unix-only; [catch] it for portabilitydkf2002-07-112-4/+9
* * Greatly reduced the number of [exec]s, using slave interps instead.dgp2002-07-103-77/+131
* typo fixesdgp2002-07-101-3/+3
* Removed [exec] of Unix utilities with equivs in standard Tcl [Bug 579268]dkf2002-07-104-99/+93
* * Cleaned up, constrained, and reduced the amount of [exec] usagedgp2002-07-1016-446/+440
* Removed exec of unix utilities from cmdAH.test [Bug 579211]dkf2002-07-102-9/+13
* Fix for bug 579284; registered math funcs can now correctly return wide-ints.dkf2002-07-103-62/+80
* * tests/socket.test: Fixed bug #578164. The original reason forandreas_kupries2002-07-082-3/+10
* * doc/tcltest.n: Fixed incompatibility in [viewFile].dgp2002-07-084-7/+12
* no zero refcount in Tcl_FSvincentdarley2002-07-083-14/+33
* fs cleanupvincentdarley2002-07-084-17/+29
* fs cleanupvincentdarley2002-07-087-70/+66
* add file link constraintvincentdarley2002-07-084-13/+38
* * tests/pkgMkIndex.test: Constrained tests of [load] package indexingdgp2002-07-062-2/+11
* * added recent changesdgp2002-07-052-1/+15
* * generic/tclClock.c (FormatClock): Convert the format string tormax2002-07-053-4/+22
* Made many tests work properly when the current directory is not writable.dkf2002-07-0515-222/+238
* minor doc fixcore_8_4_b1hobbs2002-07-052-7/+7
* updated for 8.4b1 releasehobbs2002-07-052-13/+13
* More fixing of writable-current-dir assumption. [Bug 575824]dkf2002-07-043-133/+152
* Fix to latest patch.andreas_kupries2002-07-041-2/+3
* * tests/socket.test:andreas_kupries2002-07-044-100/+114
* fixed [Bug 575817]Miguel Sofer2002-07-042-15/+24
* * All the bugs below are instances of the same problem: Theandreas_kupries2002-07-045-1125/+1174
* tests/pkg1 removaldgp2002-07-041-0/+7
* * tests/pkg1/direct1.tcl: removeddgp2002-07-044-227/+62
* * Fixed [Bug 575857] where this test filedgp2002-07-0418-376/+463
* * tests/main.test: Cheap fix for [Bugs 575851, 575858]. Avoiddgp2002-07-034-19/+44
* * generic/tclCompCmds.c (TclCompileCatchCmd): returnMiguel Sofer2002-07-032-7/+8
* just a few more corrections...dgp2002-07-031-7/+6
* incorrect section name reference.dgp2002-07-031-2/+2
* * doc/tcltest.n: more refinements of the documentation.dgp2002-07-033-210/+249
* Markup fixes, spellcheck.jenglish2002-07-022-28/+30
* * doc/tcltest.n: Reverted [makeFile] and [viewFile] todgp2002-07-027-1692/+1248
* * library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles]dgp2002-07-023-470/+262
* clearer error msgs for file linkvincentdarley2002-07-023-5/+11
* * doc/tcltest.n: more work in progress updating tcltest docs.dgp2002-07-013-158/+178
* (doc/*.[3n]) -- spell-check, fix typos (Updates from Larry Virden)jenglish2002-07-011-0/+38
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-0138-115/+113
* Fix for Tcl bug #541181; programs that link against libtcl.so on Solaris nodkf2002-07-013-24/+36
* * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test.dgp2002-07-017-1242/+1776
* Documented the *real* behaviour of [concat]dkf2002-07-012-7/+18
* * work in progress updating tcltest documentation.dgp2002-07-012-86/+75
* * Updated the instructions on running and adding to the test suite.dgp2002-07-017-163/+133
* * Stopped checking for writeability of -tmpdir value because nodgp2002-07-012-4/+14
* * Updated auto_mkIndex tests to usedgp2002-07-016-126/+147
* alternative fix.dgp2002-07-011-4/+20
* * Fixed [makeFile] and [viewFile] to accurately reflect a file'sdgp2002-07-017-71/+88