Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for regexp issues raised in [Bug 578363]. | dkf | 2002-07-29 | 1 | -3/+9 |
| | | | | | Lots of thanks to pvgoran@users.sf.net for tracking them down! Also made the RE files touched meet the Tcl Engineering Guidelines a bit better (they've a long way to go, but this is a start...) | ||||
* | Fix for [Bug 582522] - aliases now fire execution traces on the target | Miguel Sofer | 2002-07-29 | 3 | -12/+39 |
| | | | | command. Optimisation of alias invocation. | ||||
* | * generic/tclExecute.c: | Miguel Sofer | 2002-07-26 | 1 | -1/+23 |
| | | | | | * tests/expr-old.test: fix for erroneous error messages in [expr], [Bug 587140] reported by Martin Lemburg. | ||||
* | * tests/unixInit.test: relaxed unixInit-3.1 to accept iso8859-15 | dgp | 2002-07-24 | 1 | -3/+5 |
| | | | | as a valid C encoding. [Bug 575336] | ||||
* | Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000] | dkf | 2002-07-22 | 1 | -1/+29 |
| | | | | Also produce better error messages when this happens. | ||||
* | Added tests for the [time] command. | dkf | 2002-07-19 | 1 | -2/+28 |
| | |||||
* | Renamed 'notLinux' constraint to 'nonLinuxOnly' for clarity. [Bug#583427] | dkf | 2002-07-19 | 1 | -3/+3 |
| | |||||
* | pcOnly constraints added | vincentdarley | 2002-07-18 | 2 | -8/+8 |
| | |||||
* | winFile.test cleanup | vincentdarley | 2002-07-18 | 1 | -4/+4 |
| | |||||
* | winFCmd.test cleanup | vincentdarley | 2002-07-18 | 1 | -18/+18 |
| | |||||
* | winFCmd.test cleanup | vincentdarley | 2002-07-18 | 1 | -7/+7 |
| | |||||
* | fix to knownBug test | vincentdarley | 2002-07-18 | 1 | -1/+1 |
| | |||||
* | * generic/tclBasic.c (CallCommandTraces): delete traces now receive | Miguel Sofer | 2002-07-18 | 1 | -6/+6 |
| | | | | the FQ old name of the command. [Bug 582532] (Don Porter) | ||||
* | add test constraints | vincentdarley | 2002-07-18 | 1 | -3/+3 |
| | |||||
* | * generic/tclVar.c: refactorisation to reuse already looked-up Var | Miguel Sofer | 2002-07-15 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | pointers; definition of three new Tcl_Obj types to cache variable name parsing and lookup for later reuse; modification of internal functions to profit from the caching. * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclNamesp.c: adding CONST qualifiers to variable names passed to Tcl_FindNamespaceVar and to variable resolvers; adding CONST qualifier to the 'msg' argument to TclLookupVar. Needed to avoid code duplication in the new tclVar.c code. * tests/set-old.test: * tests/var.test: slight modification of error messages due to the modifications in the tclVar.c code. | ||||
* | * Improved constraints to protect /tmp. [Bug 581403] | dgp | 2002-07-15 | 1 | -5/+7 |
| | |||||
* | tests, docs | vincentdarley | 2002-07-15 | 1 | -13/+13 |
| | |||||
* | [file attributes -permissions] is Unix-only; [catch] it for portability | dkf | 2002-07-11 | 1 | -4/+4 |
| | |||||
* | * Greatly reduced the number of [exec]s, using slave interps instead. | dgp | 2002-07-10 | 1 | -75/+124 |
| | | | | | * Fixed bug uncovered in the conversion where a message was written to stdout instead of [outputChannel]. | ||||
* | typo fixes | dgp | 2002-07-10 | 1 | -3/+3 |
| | |||||
* | Removed [exec] of Unix utilities with equivs in standard Tcl [Bug 579268] | dkf | 2002-07-10 | 3 | -99/+86 |
| | |||||
* | * Cleaned up, constrained, and reduced the amount of [exec] usage | dgp | 2002-07-10 | 15 | -446/+422 |
| | | | | in the test suite. | ||||
* | Removed exec of unix utilities from cmdAH.test [Bug 579211] | dkf | 2002-07-10 | 1 | -9/+11 |
| | |||||
* | Fix for bug 579284; registered math funcs can now correctly return wide-ints. | dkf | 2002-07-10 | 1 | -26/+34 |
| | |||||
* | * tests/socket.test: Fixed bug #578164. The original reason for | andreas_kupries | 2002-07-08 | 1 | -3/+3 |
| | | | | | | 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. | ||||
* | add file link constraint | vincentdarley | 2002-07-08 | 3 | -13/+31 |
| | |||||
* | * tests/pkgMkIndex.test: Constrained tests of [load] package indexing | dgp | 2002-07-06 | 1 | -1/+5 |
| | | | | | to those platforms where the testing shared libraries have been built. [Bug 578166]. | ||||
* | * generic/tclClock.c (FormatClock): Convert the format string to | rmax | 2002-07-05 | 1 | -1/+9 |
| | | | | | | 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. | dkf | 2002-07-05 | 13 | -220/+181 |
| | | | | Added targets to unix/Makefile.in to facilitate testing of this situation. | ||||
* | More fixing of writable-current-dir assumption. [Bug 575824] | dkf | 2002-07-04 | 2 | -133/+146 |
| | |||||
* | Fix to latest patch. | andreas_kupries | 2002-07-04 | 1 | -2/+3 |
| | |||||
* | * tests/socket.test: | andreas_kupries | 2002-07-04 | 3 | -100/+109 |
| | | | | | | * tests/winPipe.test: * tests/pid.test: Fixed SF Bug #575848. See below for a description the general problem. | ||||
* | fixed [Bug 575817] | Miguel Sofer | 2002-07-04 | 1 | -15/+20 |
| | |||||
* | * All the bugs below are instances of the same problem: The | andreas_kupries | 2002-07-04 | 4 | -1111/+1148 |
| | | | | | | | | | 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/direct1.tcl: removed | dgp | 2002-07-04 | 3 | -223/+61 |
| | | | | | | | | * 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 file | dgp | 2002-07-04 | 17 | -376/+442 |
| | | | | | | 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]. Avoid | dgp | 2002-07-03 | 2 | -17/+30 |
| | | | | | | | * 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] | ||||
* | * doc/tcltest.n: Reverted [makeFile] and [viewFile] to | dgp | 2002-07-02 | 4 | -1680/+1221 |
| | | | | | | | | * 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: | ||||
* | clearer error msgs for file link | vincentdarley | 2002-07-02 | 1 | -3/+3 |
| | |||||
* | * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test. | dgp | 2002-07-01 | 4 | -1230/+1758 |
| | | | | | * library/tcltest/tcltest.tcl: restored writeability testing of -tmpdir, augmented by a special exception for the deafault value. | ||||
* | * Updated the instructions on running and adding to the test suite. | dgp | 2002-07-01 | 6 | -163/+126 |
| | | | | | Also updated several tests, mostly to correctly create and destroy any temporary files in the [temporaryDirectory] of tcltest. | ||||
* | * Updated auto_mkIndex tests to use | dgp | 2002-07-01 | 5 | -126/+139 |
| | | | | | [makeFile] and [removeFile] so tests are done in [temporaryDirecotry] where write access is guaranteed. | ||||
* | alternative fix. | dgp | 2002-07-01 | 1 | -4/+20 |
| | |||||
* | * Fixed [makeFile] and [viewFile] to accurately reflect a file's | dgp | 2002-07-01 | 5 | -45/+32 |
| | | | | | | contents. Updated tests that depended on buggy behavior. Also added warning messages to "-debug 1" operations to debug test calls to (make|remove)(File|Directory). | ||||
* | unix root volume fix | vincentdarley | 2002-06-27 | 1 | -1/+9 |
| | |||||
* | empty path name error msgs | vincentdarley | 2002-06-26 | 1 | -1/+133 |
| | |||||
* | * unix/tclUnixTime.c: Make [clock format] respect locale settings. | rmax | 2002-06-26 | 1 | -1/+3 |
| | | | | * tests/clock.test: Bug #565880. ***POTENTIAL INCOMPATIBILITY*** | ||||
* | * Corrected suppression of -verbose skip and start by [test -output]. | dgp | 2002-06-26 | 1 | -14/+34 |
| | | | | | Also corrected test suite errors exposed by corrected code. [Bug 564656] | ||||
* | typo fixes | dgp | 2002-06-26 | 1 | -4/+4 |
| | |||||
* | * Implementation of TIP 101. Adds and exports a [configure] command | dgp | 2002-06-25 | 2 | -29/+30 |
| | | | | from tcltest. |