Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 4 | -12/+17 |
| | | | | | and various other minor CYGWIN compilation problems | ||||
* | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 3 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | * win/tclWinReg.c PDWORD_PTR * win/tclWinThrd.c: Fix various minor gcc warnings. * win/tclWinTime.c * win/tclWinConsole.c Put channel type definitions * win/tclWinChan.c in static const memory * win/tclWinPipe.c * win/tclWinSerial.c * win/tclWinSock.c * generic/tclIOGT.c * generic/tclIORChan.c * generic/tclIORTrans.c * unix/tclUnixChan.c * unix/tclUnixPipe.c * unix/tclUnixSock.c * unix/configure (regenerated with autoconf 2.59) * tests/info.test: Make test independant from tcltest implementation. | ||||
* | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between | dgp | 2010-01-05 | 1 | -26/+10 |
| | | | | | | * tests/fileName.test (filename-14.31): the string rep and the intrep of a path value created by [file rootname]. Thanks to Vitaly Magerya for reporting. [Bug 2918610] | ||||
* | * generic/tclBasic.c: Fix lerak of coroutines on namespace | Miguel Sofer | 2010-01-03 | 3 | -5/+29 |
| | | | | | | | * generic/tclCompile.h: deletion, [Bug 2724403]. Added a test * generic/tclNamesp.c: for this leak, and also a test for * tests/coroutine.test: leaks on namespace deletion. * tests/namespace.test: | ||||
* | 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 |
| | | | | functions | ||||
* | 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 |
| | | | | not enabled yet, but at least it is a step in the right direction. | ||||
* | * generic/tclBasic.c: Fix for bad cmd resolution by coroutines | Miguel Sofer | 2009-12-19 | 1 | -1/+2 |
| | | | | | * tests/coroutine.test: [Bug #2917627]. Thanks to schelte for finding it. | ||||
* | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 4 | -16/+24 |
| | | | | | | declared with attribute warn_unused_result CONSTify functions TclpGetUserHome and TclSetPreInitScript (TIP #27) | ||||
* | 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/tclExecute.c: tailcall-management duties * generic/tclNamesp.c: | ||||
* | * generic/tclBasic.c: Moving TclBCArgumentRelease call | Miguel Sofer | 2009-12-13 | 2 | -12/+5 |
| | | | | | * generic/tclExecute.c: from TclNRTailcallObjCmd to TEBC, so that the pairing of the Enter and Release calls is clearer. | ||||
* | 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 |
| | | | | | warning: array subscript has type 'char' win/makefile.vc Revert to version 1.203 [Bug #2912773] | ||||
* | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 3 | -6/+6 |
| | | | | | warning: array subscript has type 'char' win/makefile.vc Revert to version 1.203 [Bug #2912773] | ||||
* | 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 |
| | | | | know about bottomPtr, tebc does not need to behave differently on exit for coros | ||||
* | * generic/tclBasic.c: Full nre-enabling of coroutines | Miguel Sofer | 2009-12-10 | 2 | -16/+7 |
| | | | | * generic/tclExecute.c: [Bug 2806407] | ||||
* | * 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 |
| | | | | earlier commits in coroutine management. | ||||
* | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated | andreas_kupries | 2009-12-10 | 1 | -5/+19 |
| | | | | | | | | comments to describe when the function can be entered for the same Tcl_Obj* multiple times. This is a continuation of the 2009-11-10 entry where a memory leak was plugged, but where not sure if that was just a band-aid to paper over some other error. It isn't, this is a legal situation. | ||||
* | 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/tclExecute.c: coroutines by delegating more to tebc; eliminate the special coroutine CallFrame. | ||||
* | * generic/tclBasic.c: Reducing the # of moving parts for | Miguel Sofer | 2009-12-10 | 2 | -31/+11 |
| | | | | * generic/tclExecute.c: coroutines | ||||
* | 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 |
| | | | | | | patch fixing the inconsistent buffered I/O. Tcl's I/O now flushes buffered output before reading, discards buffered input before writing, etc. | ||||
* | 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 |
| | | | | | | (objc,objv)for coroutines. * generic/tclExecute.c: Code regrouping | ||||
* | 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: The initial call still requires its * generic/tclInt.h: own instance of tebc, but on resume coros can execute in the caller's tebc. | ||||
* | * 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 |
| |