Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added basic test suite for zlib | dkf | 2008-12-11 | 1 | -0/+104 |
| | |||||
* | Fallback to European time zone DST rules, when the timezone is | nijtmans | 2008-12-11 | 1 | -1/+23 |
| | | | | between 0 and -12 [Bug 2207436]. | ||||
* | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | ferrieux | 2008-12-10 | 2 | -4/+11 |
| | |||||
* | Implement TIP#341. | dkf | 2008-12-10 | 1 | -13/+19 |
| | |||||
* | Set the file channel to binary for size comparison on windows | patthoyts | 2008-12-09 | 1 | -3/+4 |
| | |||||
* | Fix [Bug 2371623] with a constraint. | dkf | 2008-12-01 | 1 | -3/+4 |
| | |||||
* | * library/clock.tcl (format, ParseClockScanFormat): Added a | Kevin B Kenny | 2008-11-30 | 1 | -1/+14 |
| | | | | | | | [string map] to get rid of namespace delimiters before caching a scan or format procedure [Bug 2362156]. * tests/clock.test (clock-64.[12]): Added test cases for the bug that was tickled by a namespace delimiter inside a format string. | ||||
* | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -3/+50 |
| | |||||
* | Moved a number of tests to the newer style. | patthoyts | 2008-11-29 | 1 | -102/+122 |
| | |||||
* | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded ↵ | ferrieux | 2008-11-27 | 1 | -2/+2 |
| | | | | literals. | ||||
* | Fix [Bug 2251175]: missing backslash generic/tclCompCmds.c substitution on ↵ | ferrieux | 2008-11-17 | 2 | -2/+15 |
| | | | | expanded literals. | ||||
* | Check for uncompiled-for-continue [Bug 2186888] fixed earlier. | ferrieux | 2008-11-17 | 1 | -1/+14 |
| | |||||
* | Use HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT during tests. Writing to | patthoyts | 2008-11-12 | 1 | -238/+238 |
| | | | | | HKCR requires administrative access on many systems but HKLM is always available to the current user | ||||
* | Version bump of TclOO | dkf | 2008-11-01 | 1 | -2/+2 |
| | |||||
* | Fix [Bug 2200824] and make class constructor error handling much more robust. | dkf | 2008-10-31 | 1 | -1/+50 |
| | |||||
* | only create test.dat file on windows, it is never used on unix and creation | das | 2008-10-23 | 1 | -9/+13 |
| | | | | may fail due to insufficient permissions | ||||
* | Fix test flaws exposed by -singleproc 1 -debug 1 | dgp | 2008-10-14 | 4 | -10/+11 |
| | |||||
* | Make safe-7.2 more robust to different environments | dgp | 2008-10-14 | 1 | -2/+2 |
| | |||||
* | oops | dgp | 2008-10-14 | 1 | -2/+2 |
| | |||||
* | add missing constraints | dgp | 2008-10-14 | 3 | -6/+8 |
| | |||||
* | Fix [Bug 2155658] | dkf | 2008-10-10 | 1 | -1/+23 |
| | |||||
* | * generic/tclBasic (TclInfoCoroutineCmd): | Miguel Sofer | 2008-10-08 | 1 | -1/+11 |
| | | | | | | * tests/unsupported.test: arrange for [info coroutine] to return {} when a coroutine is running but the resume command has been deleted [Bug 2153080] | ||||
* | * generic/tclBasic.c: Move [tailcall], [coroutine] and | Miguel Sofer | 2008-10-07 | 2 | -91/+47 |
| | | | | | | * generic/tclCmdIL.c: [yield] out of ::tcl::unsupported * tests/info.test: and into global scope: TIPs #327 * tests/unsupported.test: and #328 | ||||
* | Fixed up some erroneous tests that are failing on Vista/Server2008 systems | patthoyts | 2008-10-06 | 1 | -6/+12 |
| | |||||
* | TIP #331 IMPLEMENTATION | Kevin B Kenny | 2008-10-05 | 1 | -11/+73 |
| | | | | | | | * generic/tclListObj.c (TclLsetFlat): * tests/lset.test: Modified the [lset] command so that it allows for an index of 'end+1', which has the effect of appending an element to the list. | ||||
* | * libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case where | Kevin B Kenny | 2008-10-05 | 1 | -1/+22 |
| | | | | | | | * tests/expr.test (expr-47.13): a number's square root is between n<<DIGIT_BIT and n<<DIGIT_BIT+1. [Bug 2143288] Thanks to Malcolm Boffey (malcolm.boffey@virgin.net) for the patch. | ||||
* | * tests/stack.test: | Miguel Sofer | 2008-10-03 | 1 | -46/+6 |
| | | | | | * unix/tclUnixTest.c: removed test command teststacklimit and the corresponding constraint: it is not needed with NRE | ||||
* | Implemented TIP#195 - tcl::prefix command. [Patch 1040206] | dkf | 2008-10-03 | 1 | -1/+201 |
| | |||||
* | * tests/info.test (info-23.3): See [SF Bug 2017632]. Updated | andreas_kupries | 2008-10-02 | 1 | -3/+3 |
| | | | | | output of the test to handle the NRE-enabled eval and the proper propagation of location information through it. | ||||
* | * tests/info.test (info-22.8): Fixed [SF Bug 2129828]. Made | andreas_kupries | 2008-10-02 | 1 | -2/+2 |
| | | | | | pattern for file containing tcltest less specific to accept both .tcl and .tm variants of the file during matching. | ||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-29 | 1 | -6/+6 |
| | | | | | | * doc/glob.n: Revise [glob] to accept zero patterns. * generic/tclFileName.c: * tests fileName.test: | ||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-29 | 1 | -3/+9 |
| | | | | | | * doc/linsert.n: Revise [linsert] to accept zero elements. * generic/tclCmdIL.c: * tests/linsert.test: | ||||
* | TIP #326 IMPLEMENTATION | dkf | 2008-09-29 | 1 | -3/+21 |
| | |||||
* | TIP #313 IMPLEMENTATION | dkf | 2008-09-29 | 1 | -4/+48 |
| | |||||
* | Implement TIP 318. | dkf | 2008-09-29 | 1 | -1/+10 |
| | |||||
* | Implement TIP 314. [Patch 1901783] | dkf | 2008-09-28 | 1 | -4/+219 |
| | |||||
* | Added test for [Bug 2130726]. | dkf | 2008-09-28 | 1 | -1/+4 |
| | |||||
* | * generic/tclBasic.c: Fix the numLevels computations on | Miguel Sofer | 2008-09-28 | 1 | -1/+87 |
| | | | | | * generic/tclInt.h: coroutine yield/resume * tests/unsupported.test: | ||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 1 | -9/+13 |
| | | | | | | * doc/lrepeat.n: Revise [lrepeat] to accept both zero * generic/tclCmdIL.c: repetitions and zero elements to be repeated. * tests/lrepeat.test: | ||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 1 | -1/+11 |
| | | | | | | * doc/object.n: Revise standard oo method [my variable] to * generic/tclOOBasic.c: accept zero variable names. * tests/oo.test: | ||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 1 | -5/+5 |
| | | | | | | * doc/tm.n: Revise [tcl::tm::path add] and * library/tm.tcl: [tcl::tm::path remove] to accept zero paths. * tests/tm.test: | ||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 1 | -1/+14 |
| | | | | | | * doc/namespace.n: Revise [namespace upvar] to accept zero * generic/tclNamesp.c: variable names. * tests/upvar.test: | ||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 1 | -7/+7 |
| | | | | | | * doc/lassign.n: Revise [lassign] to accept zero variable names. * generic/tclCmdIL.c: * tests/cmdIL.test: | ||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-25 | 1 | -7/+7 |
| | | | | | | | | * doc/global.n: Revise [global] to accept zero variable names. * doc/variable.n: Revise [variable] likewise. * generic/tclVar.c: * tests/proc-old.test: * tests/var.test: | ||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-25 | 2 | -5/+11 |
| | | | | | | | | | * doc/global.n: Revise [global] to accept zero variable names. * generic/tclVar.c: * tests/proc-old.test: * tests/var.test: * doc/global.n: Correct false claim about [info locals]. | ||||
* | * tests/platform.test: Update tests to expect revised results | dgp | 2008-09-25 | 2 | -3/+3 |
| | | | | * tests/safe.test: corresponding to the TIP 315 change. | ||||
* | Fix [Bug 2120903] | dkf | 2008-09-25 | 1 | -12/+25 |
| | |||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-24 | 2 | -8/+12 |
| | | | | | | | | * doc/file.n: Revise [file delete] and [file mkdir] to * generic/tclCmdAH.c: accept zero "pathname" arguments (the * generic/tclFCmd.c: no-op case). * tests/cmdAH.test: * tests/fCmd.test: | ||||
* | Implementation of TIP #320.#320.#320. | dkf | 2008-09-23 | 1 | -3/+190 |
| | |||||
* | Use the powers of tcltest2 for good! Also add basic testing of disassmbler | dkf | 2008-09-10 | 6 | -1440/+1394 |
| | | | | (though not of its output format). |