summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* slightly more efficientdkf2008-09-251-3/+1
* Fix [Bug 2120903]dkf2008-09-251-9/+8
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-242-12/+2
* Remove obsolete debugging macro. [Bug 2124814]dkf2008-09-241-7/+1
* Implement TIP #316.dkf2008-09-244-4/+308
* Implementation of TIP #320.#320.#320.dkf2008-09-235-36/+473
* simplify TCL_CT_ASSERTMiguel Sofer2008-09-181-4/+2
* * generic/tclExecute.c (NEXT_INST_F):Miguel Sofer2008-09-182-40/+44
* * generic/tclInt.h: Correct the TclGetLongFromObj,dgp2008-09-171-4/+4
* * generic/tclParse.c: move TclResetCancellation to be called onJoe Mistachkin2008-09-171-2/+2
* * generic/tclBasic.c: move TclResetCancellation to be called onMiguel Sofer2008-09-171-2/+16
* * 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