summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initializeandreas_kupries2010-01-181-6/+23
* Ensure that objects are released in all cases (hard to test this particulardkf2010-01-181-1/+4
* [Bug 2932421]: Make [format] less likely to smash intreps.dkf2010-01-181-40/+48
* Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-134-12/+17
* * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-103-9/+9
* * generic/tclPathObj.c (TclPathPart): Correct inconsistency betweendgp2010-01-051-26/+10
* * generic/tclBasic.c: Fix lerak of coroutines on namespaceMiguel Sofer2010-01-033-5/+29
* Minor stylistic improvements.dkf2009-12-311-12/+15
* Minor optimization for Tcl_RecordAndEvalObjdkf2009-12-291-13/+73
* Simplify the logic in Tcl_GetCommandFromObjdkf2009-12-291-185/+208
* [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-291-1/+18
* Handle completely invalid input to the decode methods [Bug 2922555]patthoyts2009-12-291-1/+4
* [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-283-29/+25
* [Bug 2891362]: Make time limits work better with the event loop.dkf2009-12-281-3/+14
* Minor formatting issuesdkf2009-12-281-7/+6
* CONST -> constnijtmans2009-12-252-4/+4
* Move declarations to the top of the file, add boilerplate comments to somedkf2009-12-241-190/+203
* Fix up a few stray spaces.dkf2009-12-231-32/+31
* [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort].dkf2009-12-221-11/+15
* Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-219-35/+78
* * generic/tclBasic.c: Fix for bad cmd resolution by coroutinesMiguel Sofer2009-12-191-1/+2
* Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-164-16/+24
* fix commentMiguel Sofer2009-12-131-7/+5
* remove accidentally committed c++ style temp commentsMiguel Sofer2009-12-131-3/+1
* * generic/tclBasic.c: Release TclPopCallFrame() from itsMiguel Sofer2009-12-133-18/+18
* * generic/tclBasic.c: Moving TclBCArgumentRelease callMiguel Sofer2009-12-132-12/+5
* Plug testing memleak. [Bug 2895367]dkf2009-12-121-77/+98
* Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-113-6/+6
* Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-113-6/+6
* fix commentMiguel Sofer2009-12-111-4/+3
* code commentsMiguel Sofer2009-12-111-20/+14
* code commentsMiguel Sofer2009-12-111-12/+13
* code commentsMiguel Sofer2009-12-111-13/+15
* simplify the coroutine BP-chain monkey-patching; tclBasic does not need toMiguel Sofer2009-12-113-36/+20
* * generic/tclBasic.c: Full nre-enabling of coroutinesMiguel Sofer2009-12-102-16/+7
* * generic/tclBasic.c: small cleanupMiguel Sofer2009-12-101-24/+23
* * generic/tclExecute.c: fix panic in http11.test caused by buggyMiguel Sofer2009-12-101-2/+2
* * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updatedandreas_kupries2009-12-101-5/+19
* reorganization and better comments in TclNRCoroutineObjCmd()Miguel Sofer2009-12-101-49/+46
* * generic/tclBasic.c: Reducing the # of moving parts forMiguel Sofer2009-12-102-25/+5
* * generic/tclBasic.c: Reducing the # of moving parts forMiguel Sofer2009-12-102-31/+11
* Killed c99/c++ comments left in by the IO patch.andreas_kupries2009-12-091-6/+1
* * generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux'sandreas_kupries2009-12-091-5/+48
* remove accidentally committed C++ style commentsMiguel Sofer2009-12-091-3/+1
* * generic/tclBasic.c: Insure correct lifetime of varFrame'sMiguel Sofer2009-12-092-19/+30
* Add missing Tcl_SetErrorCode calls.dkf2009-12-091-24/+35
* * generic/tclExecute.c (TclStackFree): Improved panic msgMiguel Sofer2009-12-091-2/+3
* added comment confessing my puzzlementMiguel Sofer2009-12-081-1/+8
* minor cleanupMiguel Sofer2009-12-081-10/+7
* baby steps towards nre-enabling coroutine first runMiguel Sofer2009-12-082-32/+22