| Commit message (Expand) | Author | Age | Files | Lines |
* | * library/clock.tcl (format, ParseClockScanFormat): Added a | Kevin B Kenny | 2008-11-30 | 3 | -4/+28 |
|
|
* | regen | dkf | 2008-11-29 | 1 | -6141/+6157 |
|
|
* | Implementation of TIP #210. | dkf | 2008-11-29 | 8 | -64/+459 |
|
|
* | Moved a number of tests to the newer style. | patthoyts | 2008-11-29 | 1 | -102/+122 |
|
|
* | Code now simple enough that we can improve its performance by applying the | dkf | 2008-11-29 | 2 | -10/+16 |
|
|
* | Improvements to the general readability of the TSD implementation. | dkf | 2008-11-29 | 2 | -143/+220 |
|
|
* | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded li... | ferrieux | 2008-11-27 | 6 | -79/+38 |
|
|
* | A few more (harmless) Tcl_SetResult eliminations | nijtmans | 2008-11-26 | 2 | -14/+9 |
|
|
* | Eliminate warning: unused variable | nijtmans | 2008-11-26 | 2 | -3/+5 |
|
|
* | * library/tclIndex: Removed reference to no-longer-extant procedure | Kevin B Kenny | 2008-11-26 | 3 | -3/+9 |
|
|
* | Eliminate 3 calls to Tcl_SetResult, as | nijtmans | 2008-11-25 | 4 | -14/+12 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre | andreas_kupries | 2008-11-25 | 2 | -2/+8 |
|
|
* | don't assume that Tcl_SetResult sets interp->result, especially not | nijtmans | 2008-11-25 | 2 | -9/+14 |
|
|
* | Converter script improvements. [Bug 2330040] | dkf | 2008-11-24 | 2 | -45/+62 |
|
|
* | Fix IsChannelExisting name comparison [Bug 2333466] | ferrieux | 2008-11-23 | 1 | -2/+2 |
|
|
* | Convert Tcl_SetResult(......, TCL_DYNAMIC) to | nijtmans | 2008-11-19 | 2 | -2/+9 |
|
|
* | Simplification of expanded-literals handling after analysis of dead branches | ferrieux | 2008-11-19 | 3 | -36/+12 |
|
|
* | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-18 | 1 | -2/+2 |
|
|
* | Fix [Bug 2251175]: missing backslash substitution on expanded literals. | ferrieux | 2008-11-17 | 1 | -0/+2 |
|
|
* | Fix [Bug 2251175]: missing backslash generic/tclCompCmds.c substitution on ex... | ferrieux | 2008-11-17 | 2 | -2/+15 |
|
|
* | Fix [Bug 2251175]: missing backslash substitution on expanded literals. | ferrieux | 2008-11-17 | 6 | -14/+106 |
|
|
* | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-17 | 7 | -22/+26 |
|
|
* | Check for uncompiled-for-continue [Bug 2186888] fixed earlier. | ferrieux | 2008-11-17 | 2 | -1/+19 |
|
|
* | change two Tcl_SetResult calls to Tcl_SetObjResult, | nijtmans | 2008-11-16 | 2 | -5/+11 |
|
|
* | Tidy up formatting. | dkf | 2008-11-16 | 1 | -612/+595 |
|
|
* | remove -Wno-implicit-int | das | 2008-11-14 | 1 | -2/+2 |
|
|
* | rename static function FSUnloadTempFile to | nijtmans | 2008-11-13 | 4 | -16/+22 |
|
|
* | Use HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT during tests. Writing to | patthoyts | 2008-11-12 | 2 | -242/+248 |
|
|
* | Use -O2 as gcc optimization compiler flag, and get | nijtmans | 2008-11-12 | 3 | -6/+16 |
|
|
* | Eliminate warning: passing arg 4 of `Tcl_SplitList' from | nijtmans | 2008-11-11 | 1 | -1/+1 |
|
|
* | Eliminate warning: passing arg 4 of `Tcl_SplitList' from | nijtmans | 2008-11-11 | 4 | -8/+16 |
|
|
* | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich | andreas_kupries | 2008-11-10 | 7 | -13/+35 |
|
|
* | patch #2215022: clean up the binary ensemble initialization code | patthoyts | 2008-11-07 | 5 | -133/+127 |
|
|
* | add "-Wno-implicit-int" for gcc, as on UNIX | nijtmans | 2008-11-06 | 4 | -6/+13 |
|
|
* | * generic/tclPort.h: remove the ../win/ header dir as the build | hobbs | 2008-11-04 | 2 | -2/+8 |
|
|
* | fix typo: s/ZoneinfoFile/LoadZoneinfoFile/ | das | 2008-11-01 | 1 | -2/+2 |
|
|
* | Version bump of TclOO | dkf | 2008-11-01 | 3 | -4/+8 |
|
|
* | remove unused variable | dkf | 2008-11-01 | 1 | -2/+1 |
|
|
* | Fix [Bug 2200824] and make class constructor error handling much more robust. | dkf | 2008-10-31 | 6 | -58/+233 |
|
|
* | CONSTify TclDTraceInfo | nijtmans | 2008-10-28 | 1 | -1/+1 |
|
|
* | CONSTify TclDTraceInfo | nijtmans | 2008-10-28 | 6 | -42/+50 |
|
|
* | * generic/tclEncoding.c: Use "iso8859-1" and not "identity" | dgp | 2008-10-27 | 2 | -5/+17 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 2 | -10/+10 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 38 | -1136/+1132 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 7 | -24/+24 |
|
|
* | Removed a rogue ^M from the end of a line | patthoyts | 2008-10-24 | 1 | -2/+2 |
|
|
* | Fixed a failure to read SHOUTcast streams with the new 2.7 | patthoyts | 2008-10-23 | 5 | -14/+23 |
|
|
* | only create test.dat file on windows, it is never used on unix and creation | das | 2008-10-23 | 1 | -9/+13 |
|
|
* | * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE in | Miguel Sofer | 2008-10-23 | 2 | -2/+7 |
|
|
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 17 | -1761/+1783 |
|
|