Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eliminate test name duplication | dgp | 2005-12-02 | 3 | -12/+12 |
| | |||||
* | Fix [Bug 1366683] | dkf | 2005-11-29 | 1 | -1/+5 |
| | |||||
* | Corrected bug in DST transition times for locales that specify transition in ↵ | Kevin B Kenny | 2005-11-28 | 1 | -1/+14 |
| | | | | local Standard Time | ||||
* | * tests/trace.test (trace-34.5): [Bug 1047286], added a second | Miguel Sofer | 2005-11-18 | 1 | -1/+14 |
| | | | | | test illustrating the role of "ns in callStack" in the ns's visibility during deletion traces. | ||||
* | more tests | dgp | 2005-11-18 | 1 | -1/+17 |
| | |||||
* | Fix silly errors in REs, in variables, and in tests that were working with | dkf | 2005-11-18 | 1 | -11/+11 |
| | | | | invalid URLs. | ||||
* | Improved URL validation that better describes why validation failed. [Bug ↵ | dkf | 2005-11-18 | 1 | -62/+45 |
| | | | | 1358369] | ||||
* | * tests/namespace.test: fix comment | Miguel Sofer | 2005-11-17 | 1 | -2/+2 |
| | |||||
* | added comments to tests/namespace.test | Miguel Sofer | 2005-11-14 | 1 | -1/+5 |
| | |||||
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-14 | 2 | -6/+60 |
| | | | | | | | | | * generic/tclNamesp.c: * tests/namespace.test: fix for bugs #1354540 and #1355942. The new tests 7.3-6 and the modified 51.13 fail due to the unrelated [Bug 1355342] * tests/trace.test: added tests 20.13-16 for [Bug 1355342] | ||||
* | bugs 1350291 and 1350293 | Kevin B Kenny | 2005-11-09 | 1 | -3/+31 |
| | |||||
* | * tests/compile.test: Updated tests with changed behavior | dgp | 2005-11-09 | 7 | -247/+256 |
| | | | | | | | | | * tests/execute.test: due to addition of bignums. * tests/expr-old.test: * tests/expr.test: * tests/parseExpr.test: * tests/platform.test: * tests/string.test: | ||||
* | * tests/compExpr-old.test: Updated tests with changed behavior | dgp | 2005-11-08 | 1 | -5/+5 |
| | | | | due to addition of bignums. | ||||
* | * tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368] | dgp | 2005-11-08 | 1 | -2/+26 |
| | |||||
* | * generic/tclPkg.c: Corrected inconsistencies in the value returned | dgp | 2005-11-08 | 1 | -17/+183 |
| | | | | | | | * tests/pkg.test: by Tcl_PkgRequire(Ex) so that the returned values will always agree with what is stored in the package database. This way repeated calls to Tcl_PkgRequire(Ex) have the same results. Thanks to Hemang Lavana. [Bug 1162286]. | ||||
* | * tests/trace.test (trace-13.2-4): added tests to detect leak, see [Bug | Miguel Sofer | 2005-11-07 | 1 | -18/+49 |
| | | | | 1348775]. The recently added trace-8.9 test is now 13.4. | ||||
* | Squelch the false [Bug 1342858] by removing traces cleanly. The trace leaking | dkf | 2005-11-07 | 1 | -1/+11 |
| | | | | is being pursued elsewhere. | ||||
* | * tests/trace.test (trace-8.9): added test to detect leak, see | Miguel Sofer | 2005-11-05 | 1 | -1/+25 |
| | | | | [Bug 1348775]. | ||||
* | * win/tclWinPort.h: Applied patch #1267871 by Matt Newman for | patthoyts | 2005-11-04 | 1 | -1/+46 |
| | | | | | | * win/tclWinPipe.c: extended error code support on Windows. * tests/exec.test: Tests for extended error codes. * generic/tclPipe.c: Permit long codes (platform macros permitting). | ||||
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-04 | 1 | -2/+2 |
| | | | | | | | | * generic/tclNamesp.c: * generic/tclVar.c: * tests/trace.test: fix for [Bugs 1338280/1337229]; changed to use the same approach as the 8.4 patch in the ticket (i.e., removed the patch committed on 2005-31-10). | ||||
* | Applied patch #1096916 to support building with MSVC 8. | patthoyts | 2005-11-03 | 1 | -4/+13 |
| | | | | | | | | | | | | | * generic/regerror.c: Avoid use of reserved word. * generic/tcl.h: Select the right Tcl_Stat structure * generic/tclDate.c: Casts to handle 64 bit time_t case. * tests/env.test: Include essential envvar on Win32 * win/nmakehlp.c: Handle new return codes. * win/makefile.vc: Use the selected options. * win/rules.vc: Check options are applicable * win/tclWinPort.h: Disable deprecated function warnings * win/tclWinSock.c: Provide default value to avoid warning. * win/tclWinTime.c: Add casts to handle 64bit time_t type. | ||||
* | * tests/unixNotfy.test (1.1,2): Update error message whitespace to | dgp | 2005-11-01 | 2 | -5/+5 |
| | | | | | | | match changes in code. * tests/expr-old.test (expr-32.52): Use int(.) to restrict result of left shift to the C long range. | ||||
* | Fix test that checked for non-standard case of error message (which | dkf | 2005-11-01 | 1 | -23/+23 |
| | | | | was fixed by earlier check-in) | ||||
* | * expr.test (expr-46.13): Added test that illustrates | dgp | 2005-11-01 | 1 | -1/+4 |
| | | | | shortcoming of Patch 1340260. | ||||
* | * generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don. | Miguel Sofer | 2005-10-31 | 1 | -4/+4 |
| | | | | * tests/trace.test: fix duplicate test numbers | ||||
* | Cleanup and ANSIfy | dkf | 2005-10-31 | 1 | -956/+461 |
| | |||||
* | * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partial | Miguel Sofer | 2005-10-29 | 1 | -1/+21 |
| | | | | | | | | | fix. Insure that a second call with TCL_TRACE_DESTROYED does not lead to a second call to Tcl_EventuallyFree(). It is still true that that second call should not happen, so the bug is not completely fixed. * tests/trace.test (test-18.3-4): added tests for bugs #1337229 and 1338280. | ||||
* | fix to glob memory leak and file stat ino/nlink on windows | vincentdarley | 2005-10-23 | 1 | -1/+11 |
| | |||||
* | * tests/foreach.test (foreach-8.1): added test for [Bug 1189274] | Miguel Sofer | 2005-10-22 | 1 | -1/+14 |
| | |||||
* | Marked some failing tests as knownBug until they can be updated. | dgp | 2005-10-21 | 2 | -14/+14 |
| | |||||
* | Marked several failing tests as "knownBug" until they can be updated. | dgp | 2005-10-21 | 7 | -43/+43 |
| | |||||
* | Remove extra spaces so it's easier to see the tests as groups | dkf | 2005-10-20 | 1 | -62/+0 |
| | |||||
* | * generic/tclListObj.c (TclLsetFlat): | Miguel Sofer | 2005-10-20 | 1 | -0/+6 |
| | | | | | * tests/lset.test (lset-10.3): fixed handling of unshared lists with shared sublists, [Bug 1333036] reported by neuronstorm. | ||||
* | Test updates from [Bug 1284178] | dkf | 2005-10-13 | 1 | -5/+9 |
| | |||||
* | Fix for [Bug 1325099] | dkf | 2005-10-12 | 1 | -1/+6 |
| | |||||
* | TIP#237 introduced a new function, entier, so add it to the list of functions. | dkf | 2005-10-10 | 1 | -5/+4 |
| | |||||
* | Fix two bugs in limits, one a crash and the other a failed flag reset. | dkf | 2005-10-10 | 1 | -4/+60 |
| | |||||
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 8 | -24/+511 |
| | | | | | | [kennykb-numerics-branch] Resynchronized with the HEAD; at this checkpoint [-rkennykb-numerics-branch-20051008], the HEAD and kennykb-numerics-branch contain identical code. | ||||
* | * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tomsofer_wcodes_branch_20051007kennykb_numerics_branch_20051008 | hobbs | 2005-10-07 | 1 | -2/+2 |
| | | | | | * tests/fCmd.test (fCmd-20.2): account for NFS special files with a readdir rewind threshold. [Bug 1034337] | ||||
* | * tests/env.test (env-6.1): | hobbs | 2005-10-05 | 1 | -1/+8 |
| | | | | | | | | | | | * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 * generic/tclEnv.c (TclSetEnv, TclUnsetEnv): add USE_PUTENV_FOR_UNSET to existing USE_PUTENV define to account for various systems that have putenv(), but can't unset env vars with it. Note difference between Windows and Linux for actually unsetting the env var (use of '='). Correct the resizing of the environ array. We assume that we are in full ownership, but that's not correct.[Bug 979640] | ||||
* | * tests/http.test: do not URI encode -._~ according | hobbs | 2005-10-05 | 1 | -3/+3 |
| | | | | * library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho) | ||||
* | * tests/winFile.test (getuser): allow valid Windows usernames. | hobbs | 2005-10-05 | 1 | -2/+2 |
| | | | | [Bug 1311285] | ||||
* | fixed test cases for new US DST rules. | Kevin B Kenny | 2005-10-03 | 1 | -1120/+1122 |
| | |||||
* | implementation for TIP #255, expr min/max | hobbs | 2005-09-29 | 2 | -4/+46 |
| | |||||
* | Test for [Bug 1116542] | dkf | 2005-09-27 | 1 | -1/+5 |
| | |||||
* | D'oh, missed a spot | dkf | 2005-09-08 | 1 | -2/+2 |
| | |||||
* | Final fixes | dkf | 2005-09-08 | 1 | -3/+3 |
| | |||||
* | Test suite about fixed up for TIP#254 | dkf | 2005-09-08 | 1 | -4/+4 |
| | |||||
* | Closer to being right... | dkf | 2005-09-08 | 1 | -11/+29 |
| | |||||
* | More fixing | dkf | 2005-09-08 | 1 | -17/+17 |
| |