| Commit message (Expand) | Author | Age | Files | Lines |
* | Test constraints are automatically "and"ed together | dkf | 2007-04-20 | 1 | -2/+2 |
|
|
* | Whitespace policing, replacing commas in varargs with constant string catenat... | Kevin B Kenny | 2007-04-20 | 2 | -8/+4 |
|
|
* | Fixed a buglet in recognizing time zone SIERRA | Kevin B Kenny | 2007-04-20 | 1 | -7/+3 |
|
|
* | * tests/clock.test (clock-59.1): Added a regression test for | Kevin B Kenny | 2007-04-20 | 1 | -1/+39 |
|
|
* | * tests/clock.test (clock-40.1, clock-58.1): Corrected a | Kevin B Kenny | 2007-04-20 | 1 | -3/+3 |
|
|
* | * doc/clock.n: Corrected a silly error (transposed 'uppercase' | Kevin B Kenny | 2007-04-20 | 1 | -1/+76 |
|
|
* | * generic/tclCompCmds.c: added a cast to silence a compiler | Kevin B Kenny | 2007-04-15 | 1 | -1/+9 |
|
|
* | * tests/string.test: More [string reverse] tests. | dgp | 2007-03-30 | 1 | -1/+28 |
|
|
* | * generic/tclProc.c (Tcl_ApplyObjCmd): | Miguel Sofer | 2007-03-29 | 1 | -1/+19 |
|
|
* | 2007-03-20 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2007-03-20 | 1 | -0/+17 |
|
|
* | * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating | Kevin B Kenny | 2007-03-17 | 1 | -1/+21 |
|
|
* | * tests/parse.test: Add two backslash newline parse tests. | mdejong | 2007-03-15 | 1 | -1/+7 |
|
|
* | Added test for [Bug 1675044]. | dgp | 2007-03-13 | 1 | -1/+18 |
|
|
* | * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copy | dgp | 2007-03-12 | 1 | -1/+13 |
|
|
* | * generic/tclEvent.c (HandleBgErrors): Make efficient private copy | dgp | 2007-03-12 | 1 | -1/+18 |
|
|
* | * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient | dgp | 2007-03-12 | 1 | -1/+15 |
|
|
* | * generic/tclVar.c (TclArraySet): Make efficient private copy of | dgp | 2007-03-12 | 1 | -1/+13 |
|
|
* | Fix [Bug 1675116] | dkf | 2007-03-09 | 1 | -1/+5 |
|
|
* | Modified test initialisation to use the | Kevin B Kenny | 2007-03-09 | 1 | -2/+8 |
|
|
* | * library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance to | Kevin B Kenny | 2007-03-09 | 1 | -1/+211 |
|
|
* | * library/clock.tcl: Further tweaks to the Windows time zone table | Kevin B Kenny | 2007-03-08 | 1 | -49/+178 |
|
|
* | Add missing constraints | dgp | 2007-03-07 | 1 | -2/+2 |
|
|
* | New US DST rules on Windows; Olson's tzdata2007c | Kevin B Kenny | 2007-03-07 | 1 | -6/+6 |
|
|
* | * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missing | dgp | 2007-03-02 | 1 | -1/+4 |
|
|
* | Added a scheme to allow aux-data to be printed out for debugging. For this to... | dkf | 2007-03-02 | 1 | -1/+17 |
|
|
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing away | dgp | 2007-03-01 | 1 | -3/+6 |
|
|
* | Fix [Bug 1671138] | dkf | 2007-03-01 | 1 | -6/+13 |
|
|
* | Typo, more. | andreas_kupries | 2007-02-22 | 1 | -2/+2 |
|
|
* | Typo. | andreas_kupries | 2007-02-22 | 1 | -2/+2 |
|
|
* | * tests/pkg.test: Added tests for the case of an alpha package | andreas_kupries | 2007-02-22 | 1 | -1/+17 |
|
|
* | Bug #1479814. Handle extended paths on Windows NT and above. | patthoyts | 2007-02-20 | 1 | -1/+81 |
|
|
* | * generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace() | dgp | 2007-02-08 | 1 | -4/+15 |
|
|
* | * generic/tclNamesp.c: Corrected broken implementation of the | dgp | 2007-02-06 | 1 | -1/+6 |
|
|
* | * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versions | das | 2007-01-19 | 1 | -5/+8 |
|
|
* | Small fixes to quell tests that fail on some kinds of Win systems | dkf | 2007-01-18 | 2 | -84/+112 |
|
|
* | Detect [Bug 1638414] | dkf | 2007-01-18 | 1 | -23/+6 |
|
|
* | Fix [lindex] argument ordering. [bug 1631364] | dkf | 2007-01-09 | 1 | -50/+9 |
|
|
* | * generic/tclEncoding.c (EscapeFromUtfProc): | mdejong | 2006-12-27 | 1 | -1/+61 |
|
|
* | * tests/macOSXLoad.test (new file): add testing of .bundle loading and | das | 2006-12-17 | 3 | -6/+46 |
|
|
* | * tests/append.test: fix cleanup failure when all tests are skipped. | das | 2006-12-17 | 1 | -2/+2 |
|
|
* | * tests/chan.test (chan-16.9): cleanup chan event handler to avoid | das | 2006-12-17 | 1 | -1/+2 |
|
|
* | * tests/info.test: add !singleTestInterp constraint to tests that fail | das | 2006-12-17 | 1 | -16/+16 |
|
|
* | adjust tcltest.tcl line numbers in info-22.8 & info-23.6 that changed by last... | das | 2006-12-10 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Another step down the path of re-using | dgp | 2006-12-08 | 1 | -5/+5 |
|
|
* | * generic/tclMathOp.c: More revisions to make tests pass. | dgp | 2006-12-08 | 1 | -7/+7 |
|
|
* | More tests for bitops | dkf | 2006-12-08 | 1 | -37/+344 |
|
|
* | * tests/mathop.test: Commmitted several new tests from Peter Spjuth | dgp | 2006-12-07 | 1 | -4/+735 |
|
|
* | More #174 bits and pieces | dkf | 2006-12-07 | 1 | -2/+115 |
|
|
* | Fixed line endings broken by a previous checking that caused test failures on... | patthoyts | 2006-12-07 | 1 | -717/+717 |
|
|
* | * generic/tclCompCmds.c: Revised and consolidated into utility | dgp | 2006-12-06 | 1 | -3/+3 |
|
|