summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclTest.c (TestconcatobjCmd): fix use of internal-onlydas2008-08-201-3/+9
* * generic/tclBasic.c: Implementation of [coroutine] and [yield]Miguel Sofer2008-08-175-20/+572
* * generic/tclTest.c (TestconcatobjCmd):Miguel Sofer2008-08-172-7/+284
* fix last commitMiguel Sofer2008-08-161-1/+4
* * generic/tclExecute.c: better cmdFrame managementMiguel Sofer2008-08-161-7/+5
* remove overlooked old TCL_DTRACE_PROC_ENTRYdas2008-08-141-9/+1
* fix unused variable warnings when USE_DTRACE is not defineddas2008-08-141-4/+4
* #define DTraceCmdReturn when USE_DTRACE is not defineddas2008-08-141-1/+3
* typodas2008-08-141-2/+4
* * generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probesdas2008-08-144-34/+243
* * generic/tclCmdIL.c (TclInfoFrame): check fPtr->line beforedas2008-08-141-2/+4
* * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize()das2008-08-131-2/+1
* * generic/tclFileName.c: Fix for errors handling -types {}dgp2008-08-131-1/+5
* * generic/tclOOInfo.c (InfoObjectDefnCmd, InfoObjectMixinsCmd):hobbs2008-08-121-3/+3
* * generic/tclOOMethod.c (PushMethodCallFrame): Added missing checkdgp2008-08-121-3/+6
* * generic/tclProc.c (TclProcCompileProc): On recompile ofdgp2008-08-121-1/+25
* * README: Bump version number to 8.6a2dgp2008-08-121-3/+3
* * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggeredandreas_kupries2008-08-111-3/+23
* made variable Tcl_ChannelType *parentType in TransFormSeek(Wide)?Proc a const...nijtmans2008-08-101-3/+3
* remove unused varsMiguel Sofer2008-08-101-3/+1
* * generic/tclProc.c: completely removed ProcCompileProc, which wasMiguel Sofer2008-08-101-85/+4
* * generic/tclBasic.c: slight cleanupMiguel Sofer2008-08-093-51/+64
* (PushMethodCallFrame): fix uninitialized efi name fielddas2008-08-091-1/+2
* fix warningsdas2008-08-091-17/+18
* generic/tclExecute.c formatting only: remove spaces at the end of a every ...nijtmans2008-08-073-57/+57
* small modif of last commitMiguel Sofer2008-08-071-10/+7
* * generic/tclBasic.c: Fix tailcalls falling out of tebc intoMiguel Sofer2008-08-073-12/+27
* * generic/tclOO.c: Revised TclOO's check for an interpdgp2008-08-061-2/+2
* * generic/tclVar.c (TclLookupSimpleVar): fix bug that the coreMiguel Sofer2008-08-061-3/+2
* * generic/tclExecute.c: Fix for [Bug 2038069] by dgp.Miguel Sofer2008-08-051-2/+3
* fix "bad stack top" bug in last commitMiguel Sofer2008-08-041-1/+5
* duh ... committed only the ChangeLog entry, not the restMiguel Sofer2008-08-044-67/+77
* * generic/tclExecute.c: Stopped faulty double-logging of errors todgp2008-08-041-1/+11
* made function staticMiguel Sofer2008-08-032-4/+3
* remove unneeded declarationMiguel Sofer2008-08-031-2/+1
* * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-036-111/+180
* * doc/Exit.3: do not call Tcl_Finalize implicitlyhobbs2008-08-011-3/+4
* * generic/tclBasic.c: Revised timing of the CmdFrame stack managementdgp2008-08-011-12/+17
* tclNRE.h die die diedas2008-07-311-0/+0
* nr-enabling [for]; [while] made to reuse [for]'s infrastructure.Miguel Sofer2008-07-314-82/+99
* nr-enabling [while]Miguel Sofer2008-07-313-25/+52
* nr-enabling [if]Miguel Sofer2008-07-313-7/+18
* * generic/tclBasic.c: NR-enabling [catch]Miguel Sofer2008-07-313-6/+34
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-3111-116/+89
* restricting usage and avoiding panics in [tailcall]Miguel Sofer2008-07-312-67/+41
* fix macro that gcc swallows but msvc doesn'tMiguel Sofer2008-07-311-7/+9
* * generic/tclBasic.c: Improved tailcalls and tests.Miguel Sofer2008-07-314-70/+109
* * generic/tclBasic.c (TclNREvalObjEx): new comments and code reorgMiguel Sofer2008-07-301-77/+89
* fixing last commitMiguel Sofer2008-07-301-2/+2
* * generic/tclBasic.c: guard against the value of iPtr->evalFlagsMiguel Sofer2008-07-301-3/+4