| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 4 | -12/+17 |
|
|
* | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 3 | -9/+9 |
|
|
* | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between | dgp | 2010-01-05 | 1 | -26/+10 |
|
|
* | * generic/tclBasic.c: Fix lerak of coroutines on namespace | Miguel Sofer | 2010-01-03 | 3 | -5/+29 |
|
|
* | Minor stylistic improvements. | dkf | 2009-12-31 | 1 | -12/+15 |
|
|
* | Minor optimization for Tcl_RecordAndEvalObj | dkf | 2009-12-29 | 1 | -13/+73 |
|
|
* | Simplify the logic in Tcl_GetCommandFromObj | dkf | 2009-12-29 | 1 | -185/+208 |
|
|
* | [Bug 2895741]: Make min() and max() supported in safe interpreters. | dkf | 2009-12-29 | 1 | -1/+18 |
|
|
* | Handle completely invalid input to the decode methods [Bug 2922555] | patthoyts | 2009-12-29 | 1 | -1/+4 |
|
|
* | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 3 | -29/+25 |
|
|
* | [Bug 2891362]: Make time limits work better with the event loop. | dkf | 2009-12-28 | 1 | -3/+14 |
|
|
* | Minor formatting issues | dkf | 2009-12-28 | 1 | -7/+6 |
|
|
* | CONST -> const | nijtmans | 2009-12-25 | 2 | -4/+4 |
|
|
* | Move declarations to the top of the file, add boilerplate comments to some | dkf | 2009-12-24 | 1 | -190/+203 |
|
|
* | Fix up a few stray spaces. | dkf | 2009-12-23 | 1 | -32/+31 |
|
|
* | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort]. | dkf | 2009-12-22 | 1 | -11/+15 |
|
|
* | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ... | nijtmans | 2009-12-21 | 9 | -35/+78 |
|
|
* | * generic/tclBasic.c: Fix for bad cmd resolution by coroutines | Miguel Sofer | 2009-12-19 | 1 | -1/+2 |
|
|
* | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 4 | -16/+24 |
|
|
* | fix comment | Miguel Sofer | 2009-12-13 | 1 | -7/+5 |
|
|
* | remove accidentally committed c++ style temp comments | Miguel Sofer | 2009-12-13 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: Release TclPopCallFrame() from its | Miguel Sofer | 2009-12-13 | 3 | -18/+18 |
|
|
* | * generic/tclBasic.c: Moving TclBCArgumentRelease call | Miguel Sofer | 2009-12-13 | 2 | -12/+5 |
|
|
* | Plug testing memleak. [Bug 2895367] | dkf | 2009-12-12 | 1 | -77/+98 |
|
|
* | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 3 | -6/+6 |
|
|
* | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 3 | -6/+6 |
|
|
* | fix comment | Miguel Sofer | 2009-12-11 | 1 | -4/+3 |
|
|
* | code comments | Miguel Sofer | 2009-12-11 | 1 | -20/+14 |
|
|
* | code comments | Miguel Sofer | 2009-12-11 | 1 | -12/+13 |
|
|
* | code comments | Miguel Sofer | 2009-12-11 | 1 | -13/+15 |
|
|
* | simplify the coroutine BP-chain monkey-patching; tclBasic does not need to | Miguel Sofer | 2009-12-11 | 3 | -36/+20 |
|
|
* | * generic/tclBasic.c: Full nre-enabling of coroutines | Miguel Sofer | 2009-12-10 | 2 | -16/+7 |
|
|
* | * generic/tclBasic.c: small cleanup | Miguel Sofer | 2009-12-10 | 1 | -24/+23 |
|
|
* | * generic/tclExecute.c: fix panic in http11.test caused by buggy | Miguel Sofer | 2009-12-10 | 1 | -2/+2 |
|
|
* | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated | andreas_kupries | 2009-12-10 | 1 | -5/+19 |
|
|
* | reorganization and better comments in TclNRCoroutineObjCmd() | Miguel Sofer | 2009-12-10 | 1 | -49/+46 |
|
|
* | * generic/tclBasic.c: Reducing the # of moving parts for | Miguel Sofer | 2009-12-10 | 2 | -25/+5 |
|
|
* | * generic/tclBasic.c: Reducing the # of moving parts for | Miguel Sofer | 2009-12-10 | 2 | -31/+11 |
|
|
* | Killed c99/c++ comments left in by the IO patch. | andreas_kupries | 2009-12-09 | 1 | -6/+1 |
|
|
* | * generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux's | andreas_kupries | 2009-12-09 | 1 | -5/+48 |
|
|
* | remove accidentally committed C++ style comments | Miguel Sofer | 2009-12-09 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: Insure correct lifetime of varFrame's | Miguel Sofer | 2009-12-09 | 2 | -19/+30 |
|
|
* | Add missing Tcl_SetErrorCode calls. | dkf | 2009-12-09 | 1 | -24/+35 |
|
|
* | * generic/tclExecute.c (TclStackFree): Improved panic msg | Miguel Sofer | 2009-12-09 | 1 | -2/+3 |
|
|
* | added comment confessing my puzzlement | Miguel Sofer | 2009-12-08 | 1 | -1/+8 |
|
|
* | minor cleanup | Miguel Sofer | 2009-12-08 | 1 | -10/+7 |
|
|
* | baby steps towards nre-enabling coroutine first run | Miguel Sofer | 2009-12-08 | 2 | -32/+22 |
|
|
* | * generic/tclBasic.c: Partial nre-enabling of coroutines. | Miguel Sofer | 2009-12-08 | 3 | -66/+99 |
|
|
* | * generic/tclExecute.c (TEBC): silence warning about pcAdjustment | Miguel Sofer | 2009-12-08 | 1 | -1/+3 |
|
|
* | Small corrections (enforcing ANSI style declarations, etc.) | dkf | 2009-12-08 | 1 | -133/+145 |
|
|