| Commit message (Expand) | Author | Age | Files | Lines |
* | * doc/dde.n: Committed TIP #135 which changes the | patthoyts | 2003-06-23 | 1 | -11/+23 |
|
|
* | * doc/dde.n: Committed TIP #120 which provides the | patthoyts | 2003-06-23 | 1 | -10/+254 |
|
|
* | filesystem fixes -- see ChangeLog | vincentdarley | 2003-06-23 | 1 | -1/+11 |
|
|
* | regsub empty string fixes, and windows build | vincentdarley | 2003-06-17 | 1 | -1/+41 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2003-06-10 | 1 | -1/+11 |
|
|
* | * generic/tcl.decls: Ported the changes from the | andreas_kupries | 2003-06-09 | 1 | -0/+81 |
|
|
* | * string.test (string-4.15): Added test for [string first] bug | dgp | 2003-06-09 | 1 | -1/+8 |
|
|
* | fix to WinTcl file rename error message | vincentdarley | 2003-06-02 | 1 | -1/+26 |
|
|
* | * doc/dde.n: Updated documentation re TIP #130. | patthoyts | 2003-05-16 | 1 | -70/+120 |
|
|
* | * library/dde/pkgIndex.tcl: Applied TIP #130 which provides | patthoyts | 2003-05-16 | 1 | -19/+140 |
|
|
* | Omitted constraint required for LP64 platforms. | dkf | 2003-05-14 | 1 | -2/+2 |
|
|
* | Stopped [format] from demoting wides to ints too easily. [Bug 699060] | dkf | 2003-05-14 | 1 | -1/+24 |
|
|
* | Implementation of TIP 118: | das | 2003-05-14 | 3 | -2/+184 |
|
|
* | Cleaned up cmdAH.test to use test constraints properly. | dkf | 2003-05-12 | 1 | -240/+240 |
|
|
* | * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the words | dgp | 2003-05-12 | 1 | -1/+10 |
|
|
* | * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no | dgp | 2003-05-12 | 1 | -1/+2 |
|
|
* | * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, | Miguel Sofer | 2003-05-12 | 1 | -1/+16 |
|
|
* | fix for [Bug 735055] | Miguel Sofer | 2003-05-09 | 1 | -2/+2 |
|
|
* | Made error message for [trace info] more consistent with documentation. | dkf | 2003-05-07 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 4 | -19/+137 |
|
|
* | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 2 | -6/+6 |
|
|
* | Made [incr] able to accept and work with wide increments [Bug 728838] | dkf | 2003-04-28 | 1 | -13/+11 |
|
|
* | Default mode of operation of [switch] is exact matching. [Bug 727563] | dkf | 2003-04-28 | 1 | -2/+21 |
|
|
* | fix to glob and filenames with square brackets | vincentdarley | 2003-04-25 | 1 | -1/+8 |
|
|
* | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt
| Kevin B Kenny | 2003-04-12 | 2 | -52/+83 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 1 | -1/+17 |
|
|
* | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 7 | -25/+125 |
|
|
* | Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints | dkf | 2003-04-07 | 1 | -1/+9 |
|
|
* | The bulk of the TIP#111 implementation. Still need to finish plumbing this | dkf | 2003-04-05 | 1 | -0/+706 |
|
|
* | * tests/README: Direct [source] of *.test files is no longer | dgp | 2003-04-01 | 1 | -21/+40 |
|
|
* | Added further coverage tests. | dgp | 2003-04-01 | 1 | -1/+41 |
|
|
* | * generic/tclExecute.c (INST_RETURN): Bytecompiled [return] failed | dgp | 2003-04-01 | 1 | -2/+4 |
|
|
* | * tests/parse.test (parse-18.*): Coverage tests for the new | dgp | 2003-03-31 | 1 | -1/+68 |
|
|
* | Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352] | Miguel Sofer | 2003-03-27 | 3 | -46/+46 |
|
|
* | More elimination of dup test numbers [Bugs 710365, 710369] | dkf | 2003-03-27 | 4 | -27/+17 |
|
|
* | Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363] | dkf | 2003-03-27 | 9 | -149/+82 |
|
|
* | * library/tcltest/tcltest.tcl: Added reporting during | dgp | 2003-03-26 | 1 | -2/+2 |
|
|
* | * generic/tclVar.c: | Miguel Sofer | 2003-03-24 | 1 | -1/+11 |
|
|
* | * win/tclWinDde.c: Make dde services conform the the documentation | patthoyts | 2003-03-22 | 1 | -5/+12 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2003-03-19 | 1 | -1/+11 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix for | dgp | 2003-03-19 | 1 | -2/+2 |
|
|
* | revised latest registry test commit | dgp | 2003-03-19 | 1 | -10/+4 |
|
|
* | * tests/registry.test: Changed the conditionals to avoid an
| Kevin B Kenny | 2003-03-19 | 1 | -8/+10 |
|
|
* | * tests/format.test: Renumber tests, a bunch of | mdejong | 2003-03-18 | 1 | -9/+9 |
|
|
* | * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier | dkf | 2003-03-14 | 1 | -1/+4 |
|
|
* | * generic/tclBasic.c (Tcl_EvalTokensStandard): | dgp | 2003-03-13 | 1 | -10/+14 |
|
|
* | * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected option | dgp | 2003-03-12 | 1 | -2/+5 |
|
|
* | * tests/io.test: | mdejong | 2003-03-07 | 2 | -32/+35 |
|
|
* | * tests/encoding.test: Name temp files *.tcltestout | mdejong | 2003-03-07 | 1 | -5/+5 |
|
|
* | * tests/io.test: Doh! Undo accidental commenting | mdejong | 2003-03-07 | 1 | -6/+1 |
|
|