| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | nijtmans | 2008-12-11 | 1 | -0/+6 |
|
|
* | Added basic test suite for zlib | dkf | 2008-12-11 | 1 | -3/+6 |
|
|
* | Fallback to European time zone DST rules, when the timezone is | nijtmans | 2008-12-11 | 1 | -0/+7 |
|
|
* | First hack at TIP#234 | dkf | 2008-12-11 | 1 | -1/+10 |
|
|
* | library/tzdata/*: Update from Olson's tzdata2008i. | Kevin B Kenny | 2008-12-10 | 1 | -0/+4 |
|
|
* | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | ferrieux | 2008-12-10 | 1 | -0/+13 |
|
|
* | Implement TIP#341. | dkf | 2008-12-10 | 1 | -3/+11 |
|
|
* | restore source and binary compatibility | nijtmans | 2008-12-09 | 1 | -0/+8 |
|
|
* | TIP #337 IMPLEMENTATION | dgp | 2008-12-09 | 1 | -0/+21 |
|
|
* | A bit more readability refactoring. | dkf | 2008-12-09 | 1 | -0/+6 |
|
|
* | Partial fix for [Bug 2388866] | dkf | 2008-12-06 | 1 | -0/+7 |
|
|
* | Implement TIP#335 | dkf | 2008-12-05 | 1 | -0/+5 |
|
|
* | Implement TIP#307. | dkf | 2008-12-05 | 1 | -2/+10 |
|
|
* | * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another | dgp | 2008-12-04 | 1 | -0/+6 |
|
|
* | Fix [Bug 2380318] | dkf | 2008-12-03 | 1 | -6/+10 |
|
|
* | * generic/tclFileName.c (DoGlob): One of the | dgp | 2008-12-03 | 1 | -0/+7 |
|
|
* | note incompa | dgp | 2008-12-02 | 1 | -0/+2 |
|
|
* | TIP #336 IMPLEMENTATION | dgp | 2008-12-02 | 1 | -0/+20 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre | andreas_kupries | 2008-12-02 | 1 | -0/+6 |
|
|
* | * generic/tclParse.c: Coding standards fixups. | dgp | 2008-12-01 | 1 | -0/+4 |
|
|
* | Fix [Bug 2371623] with a constraint. | dkf | 2008-12-01 | 1 | -7/+11 |
|
|
* | * library/clock.tcl (format, ParseClockScanFormat): Added a | Kevin B Kenny | 2008-11-30 | 1 | -0/+9 |
|
|
* | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -0/+9 |
|
|
* | Code now simple enough that we can improve its performance by applying the | dkf | 2008-11-29 | 1 | -1/+2 |
|
|
* | Improvements to the general readability of the TSD implementation. | dkf | 2008-11-29 | 1 | -23/+31 |
|
|
* | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded li... | ferrieux | 2008-11-27 | 1 | -0/+8 |
|
|
* | A few more (harmless) Tcl_SetResult eliminations | nijtmans | 2008-11-26 | 1 | -0/+1 |
|
|
* | Eliminate warning: unused variable | nijtmans | 2008-11-26 | 1 | -0/+4 |
|
|
* | * library/tclIndex: Removed reference to no-longer-extant procedure | Kevin B Kenny | 2008-11-26 | 1 | -0/+7 |
|
|
* | Eliminate 3 calls to Tcl_SetResult, as | nijtmans | 2008-11-25 | 1 | -0/+6 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre | andreas_kupries | 2008-11-25 | 1 | -0/+6 |
|
|
* | don't assume that Tcl_SetResult sets interp->result, especially not | nijtmans | 2008-11-25 | 1 | -0/+6 |
|
|
* | Converter script improvements. [Bug 2330040] | dkf | 2008-11-24 | 1 | -18/+23 |
|
|
* | Convert Tcl_SetResult(......, TCL_DYNAMIC) to | nijtmans | 2008-11-19 | 1 | -0/+6 |
|
|
* | 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 substitution on expanded literals. | ferrieux | 2008-11-17 | 1 | -0/+6 |
|
|
* | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-17 | 1 | -0/+9 |
|
|
* | Check for uncompiled-for-continue [Bug 2186888] fixed earlier. | ferrieux | 2008-11-17 | 1 | -0/+5 |
|
|
* | change two Tcl_SetResult calls to Tcl_SetObjResult, | nijtmans | 2008-11-16 | 1 | -0/+6 |
|
|
* | rename static function FSUnloadTempFile to | nijtmans | 2008-11-13 | 1 | -0/+8 |
|
|
* | Use HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT during tests. Writing to | patthoyts | 2008-11-12 | 1 | -4/+10 |
|
|
* | Use -O2 as gcc optimization compiler flag, and get | nijtmans | 2008-11-12 | 1 | -0/+3 |
|
|
* | 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 | 1 | -0/+8 |
|
|
* | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich | andreas_kupries | 2008-11-10 | 1 | -0/+10 |
|
|
* | patch #2215022: clean up the binary ensemble initialization code | patthoyts | 2008-11-07 | 1 | -0/+7 |
|
|
* | add "-Wno-implicit-int" for gcc, as on UNIX | nijtmans | 2008-11-06 | 1 | -1/+8 |
|
|
* | * generic/tclPort.h: remove the ../win/ header dir as the build | hobbs | 2008-11-04 | 1 | -0/+6 |
|
|
* | Version bump of TclOO | dkf | 2008-11-01 | 1 | -0/+4 |
|
|