summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to makenijtmans2009-11-232-38/+33
* * generic/tclThreadTest.c (NewTestThread): [Bug 2901803]Kevin B Kenny2009-11-231-2/+2
* [Bug 2901803]: Fix silly error.dkf2009-11-231-14/+16
* Cast required when setting result using a const string. String is copied by T...patthoyts2009-11-211-2/+2
* a bit of cleanupdgp2009-11-201-1/+4
* Updated freeIntRepProc routines sonijtmans2009-11-191-2/+3
* Test-case for fixed [Bug 2849797]nijtmans2009-11-192-5/+2
* Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-185-27/+97
* Fix [Bug 2849797]: channel name inconsistencies as suggested by DKFnijtmans2009-11-182-7/+13
* Eliminate unneccessary spacesnijtmans2009-11-181-4/+4
* Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-1816-154/+158
* Use proper command creation routine.dgp2009-11-161-2/+2
* Revert mistaken commitdgp2009-11-165-107/+7