summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * tests/nre.test: add missing constraints; enable test of foreachMiguel Sofer2008-09-103-5/+12
* Fix efficiency bug detected by Kieran Elby.dkf2008-09-101-2/+11
* * generic/tclCompile.c (TclCompileTokens):Miguel Sofer2008-09-082-21/+19
* * generic/tclTrace.test (TraceVarProc):Miguel Sofer2008-09-051-2/+15
* * generic/tclExecute.c (CACHE_STACK_INFO):Miguel Sofer2008-09-041-2/+3
* * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macrodgp2008-09-031-190/+158
* unbreak the build with TCL_NO_DEPRECATED defineddas2008-09-021-1/+3
* * generic/tcl.h: Removed the conditional #define ofdgp2008-09-021-9/+15
* * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are nowMiguel Sofer2008-09-012-25/+32
* Improve the semantics of C-implemented destructors slightly.dkf2008-09-012-19/+42
* * README: Bump version number to 8.6a3dgp2008-08-281-3/+3
* * generic/tclBasic.c (InfoCoroutine):Miguel Sofer2008-08-261-1/+32
* * generic/tclBasic.c (NRInterpCoroutine): store the caller'sMiguel Sofer2008-08-251-2/+2
* NRE-enable non-compiled [foreach]. [Bug 2017632]dkf2008-08-243-105/+211
* * generic/tclBasic.c: Removed unused var; fixed functionMiguel Sofer2008-08-234-9/+7
* NRE-enable the ensemble creator (add extra field!)dkf2008-08-233-282/+364
* Silence some warnings.dkf2008-08-231-5/+5
* * generic/tclBasic.c: Set special errocodes: COROUTINE_BUSY,Miguel Sofer2008-08-232-2/+6
* * generic/tclBasic.c: Set a special COROUTINE_BUSY errorcodeMiguel Sofer2008-08-231-1/+2
* * generic/tcl.h: Drop use of USE_COMPAT85_CONST. That addeddgp2008-08-221-4/+2
* * generic/tclUtil.c (TclReToGlob): Added missing set of thedgp2008-08-221-9/+15
* * generic/tclUtil.c (TclReToGlob): Added missing set of thedgp2008-08-221-1/+4
* * generic/tclBasic.c: Previous fix, now done right.Miguel Sofer2008-08-213-55/+29
* really fix translation to escape glob-sensitive charshobbs2008-08-211-13/+24
* * tests/regexp.test, tests/regexpComp.test: correct re2glob ***=hobbs2008-08-211-4/+3
* * generic/tcl.h: Reduced the use of CONST86 and eliminateddgp2008-08-213-50/+52
* parts of last commit were not saved :}Miguel Sofer2008-08-211-4/+15
* * generic/tclBasic.c: Fix the cmdFrame level count inMiguel Sofer2008-08-213-9/+34
* Added disassembly of TclOO methods.dkf2008-08-211-136/+227
* Align variable naming and typing a bit better with tclNamesp.c.dkf2008-08-211-10/+10
* Added casts to make MSVC happy and re-enable the debug build.patthoyts2008-08-202-4/+4
* Fix performance bug introduced by fix of [Bug 2037727]dkf2008-08-205-21/+53
* General whitespace/style policingdkf2008-08-201-281/+271
* Squelch warningdkf2008-08-201-2/+2
* Remove pointless castsdkf2008-08-201-3/+3
* * 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