summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Bumped HEAD to version 8.4b2 so we can distinguish it fromdgp2002-07-1410-23/+30
| | | | the 8.4b1 release.
* file normalization on win 95/98vincentdarley2002-07-121-73/+39
|
* logdgp2002-07-111-0/+3
|
* * Corrected reaction to existing but false ::tcl_interactive.dgp2002-07-111-3/+2
|
* file normalization on win 95/98vincentdarley2002-07-113-225/+130
|
* * Overlooked CONST documentation update.dgp2002-07-112-2/+6
|
* 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 ↵Miguel Sofer2002-07-113-7/+14
| | | | flag.
* [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
| | | | | * Fixed bug uncovered in the conversion where a message was written to stdout instead of [outputChannel].
* 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
| | | | in the test suite.
* 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
| | | | | | the was a DNS outage while running the testsuite. Changed [info hostname] to 127.0.0.1 to bypass DNS, knowing that we operate on the local host.
* * doc/tcltest.n: Fixed incompatibility in [viewFile].dgp2002-07-084-7/+12
| | | | | * library/tcltest/tcltest.tcl: Corrected docs. Bumped to 2.2.1. * library/tcltest/pkgIndex.tcl: [Bug 578163]
* 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
| | | | | to those platforms where the testing shared libraries have been built. [Bug 578166].
* * added recent changesdgp2002-07-052-1/+15
|
* * generic/tclClock.c (FormatClock): Convert the format string tormax2002-07-053-4/+22
| | | | | | UTF8 before calling TclpStrftime, so that non-ASCII characters don't get mangled when the result string is being converted back. * tests/clock.test: Added a test for that.
* Made many tests work properly when the current directory is not writable.dkf2002-07-0515-222/+238
| | | | Added targets to unix/Makefile.in to facilitate testing of this situation.
* 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
| | | | | | * tests/winPipe.test: * tests/pid.test: Fixed SF Bug #575848. See below for a description the general problem.
* 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
| | | | | | | | | testsuite assumes [pwd] = [temporaryDirectory] and writable. * tests/iogt.test: Fixed bug #575860. * tests/io.test: Fixed bug #575862. * tests/exec.test: * tests/ioCmd.test: Fixed bug #575836.
* tests/pkg1 removaldgp2002-07-041-0/+7
|
* * tests/pkg1/direct1.tcl: removeddgp2002-07-044-227/+62
| | | | | | | | * tests/pkg1/pkgIndex.tcl: removed * tests/pkgMkIndex.test: Imported auxilliary files from tests/pkg1 into the test file pkgMkIndex.test itself. Formatting fixes. * unix/Makefile.in: removed tests/pkg/* from `make dist`
* * Fixed [Bug 575857] where this test filedgp2002-07-0418-376/+463
| | | | | | expected to be able to write to [file join [testsDirectory] pkg]. Part of the fix was to import several auxilliary files into the test file itself.
* * tests/main.test: Cheap fix for [Bugs 575851, 575858]. Avoiddgp2002-07-034-19/+44
| | | | | | | * tests/tcltest.test: non-writable . by [cd [temporaryDirectory]]. * library/auto.tcl: Fix [tcl_findLibrary] to be sure it sets $varName only if a successful library script is found. [Bug 577033]
* * generic/tclCompCmds.c (TclCompileCatchCmd): returnMiguel Sofer2002-07-032-7/+8
| | | | | TCL_OUT_LINE_COMPILE instead of TCL_ERROR: let the failure happen at runtime so that it can be caught [Bug 577015].
* 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
| | | | | * library/tcltest/tcltest.tcl: Added trace to be sure the stdio constraint is updated whenever the [interpreter] changes.
* Markup fixes, spellcheck.jenglish2002-07-022-28/+30
|
* * doc/tcltest.n: Reverted [makeFile] and [viewFile] todgp2002-07-027-1692/+1248
| | | | | | | | * library/tcltest/tcltest.tcl: their former behavior, and documented * tests/cmdAH.test: it. Corrected misspelling of hook * tests/event.test: procedure. Restored tests. * tests/http.test: * tests/io.test:
* * library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles]dgp2002-07-023-470/+262
| | | | | | | and [GetMatchingDirectories], removing special case processing. * doc/tcltest.n: More documentation updates. Reference sections are complete. Only examples need adding.
* 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
| | | | | | | * library/tcltest/tcltest.tcl: Change [configure -match] to stop treating an empty list as a list of the single pattern "*". Changed the default value to [list *] so default operation remains the same.
* (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
| | | | longer need to use the same compiler as that used for the library itself
* * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test.dgp2002-07-017-1242/+1776
| | | | | * library/tcltest/tcltest.tcl: restored writeability testing of -tmpdir, augmented by a special exception for the deafault value.
* Documented the *real* behaviour of [concat]dkf2002-07-012-7/+18
|