summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclBasic.c: Partial nre-enabling of coroutines.Miguel Sofer2009-12-083-66/+99
* * generic/tclExecute.c (TEBC): silence warning about pcAdjustmentMiguel Sofer2009-12-081-1/+3
* Small corrections (enforcing ANSI style declarations, etc.)dkf2009-12-081-133/+145
* Reduce size of TEBC activation record a bit.dkf2009-12-081-366/+389
* * generic/tclExecute.c (TEBC): Grouping "slow" variables intoMiguel Sofer2009-12-081-319/+327
* * generic/tclExecute.c: Start cleaning the TEBC stablesMiguel Sofer2009-12-082-219/+162
* * generic/tclCmdIL.c: Fix of [Bug #2910094] by akuMiguel Sofer2009-12-071-2/+2
* * generic/tclBasic.c: arrange for [tailcall] to be created withMiguel Sofer2009-12-071-8/+2
* * generic/tclStrToD.c: Correct conditional compile directives todgp2009-12-071-4/+5
* * generic/tclBasic.c: add ::tcl::unsupported::yieldToMiguel Sofer2009-12-072-6/+68
* Plug memory leak. [Bug 2910044]dkf2009-12-071-1/+9
* missing declarationMiguel Sofer2009-12-071-1/+2
* factoring TclSpliceTailcall out of TclPopStackFrameMiguel Sofer2009-12-064-48/+59
* * generic/tclBasic.c: Small changes for clarity in tailcallMiguel Sofer2009-12-062-17/+42
* * generic/tclBasic.c: Fixed things so that you can tailcallMiguel Sofer2009-12-053-4/+28
* tcl.h Don't use EXPORT for Tcl_InitStubsnijtmans2009-11-301-3/+3
* Match the version-bump of TclOO.dkf2009-11-271-2/+3
* [Bug 2903811]: Remove unneeded restrictions on usefully calling thedkf2009-11-271-8/+6
* fix warning on LP64das2009-11-261-1/+5
* Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011]dkf2009-11-241-4/+44