summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflowdgp2009-03-201-5/+17
* * generic/tcl.h:Miguel Sofer2009-03-191-132/+13
* * generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its owndgp2009-02-251-22/+6
* Const correctness fixes in the debug build.dgp2009-02-141-5/+5
* - eliminate some unnessary type castsnijtmans2009-02-101-12/+12
* Fix [Bug 2568434]dkf2009-02-051-2/+6
* Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-56/+62
* * generic/tclExecute.c: Disabled apparently faulty assertion.dgp2008-12-181-2/+4
* eliminate -Wwrite-strings warnings in enable-threads build.nijtmans2008-12-161-3/+3
* Re-fix [2431847]ferrieux2008-12-161-5/+2
* Fi [Bug 2431847]dkf2008-12-151-2/+5
* Style improvements - invoking callbacks without visual junk.dkf2008-10-261-7/+8
* * generic/tclCompile.h: Declare the internal tclInstructionTabledgp2008-10-171-3/+3
* Add "const" to many internalnijtmans2008-10-161-27/+27
* * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all.dgp2008-10-141-3/+3
* undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), butnijtmans2008-10-071-5/+5
* fix warnings from 2008-10-05 constificationdas2008-10-071-6/+8
* * generic/tclInt.decls: CONSTified the AuxDataType argumentnijtmans2008-10-051-6/+6
* * generic/tclExecute.c (NEXT_INST_F):Miguel Sofer2008-09-181-22/+24
* * tests/nre.test: add missing constraints; enable test of foreachMiguel Sofer2008-09-101-1/+8
* * generic/tclCompile.c (TclCompileTokens):Miguel Sofer2008-09-081-7/+7
* * generic/tclExecute.c (CACHE_STACK_INFO):Miguel Sofer2008-09-041-2/+3
* * generic/tclBasic.c: Set special errocodes: COROUTINE_BUSY,Miguel Sofer2008-08-231-1/+3
* Squelch warningdkf2008-08-201-2/+2
* * generic/tclBasic.c: Implementation of [coroutine] and [yield]Miguel Sofer2008-08-171-10/+89
* fix last commitMiguel Sofer2008-08-161-1/+4
* * generic/tclExecute.c: better cmdFrame managementMiguel Sofer2008-08-161-7/+5
* * generic/tclBasic.c: slight cleanupMiguel Sofer2008-08-091-44/+55
* fix warningsdas2008-08-091-17/+18
* generic/tclExecute.c formatting only: remove spaces at the end of a every ...nijtmans2008-08-071-53/+53
* small modif of last commitMiguel Sofer2008-08-071-10/+7
* * generic/tclBasic.c: Fix tailcalls falling out of tebc intoMiguel Sofer2008-08-071-9/+7
* * 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-041-21/+39
* * generic/tclExecute.c: Stopped faulty double-logging of errors todgp2008-08-041-1/+11
* * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-031-46/+146
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-5/+9
* restricting usage and avoiding panics in [tailcall]Miguel Sofer2008-07-311-17/+9
* * generic/tclBasic.c: Improved tailcalls and tests.Miguel Sofer2008-07-311-36/+55
* a timid start at cleaning upMiguel Sofer2008-07-291-23/+2
* * generic/tclExecute.c: fix [Bug 2030670] that causeMiguel Sofer2008-07-291-5/+6
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-254/+137
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-1/+6
* * generic/tclBasic.c: Added numLevels field to CommandFrame,Miguel Sofer2008-07-221-1/+2
* use TclEvalObjv instead of Tcl_EvalObjv at selected spotsMiguel Sofer2008-07-211-4/+4
* * generic/tcl.decls: Changed the implementation ofMiguel Sofer2008-07-211-1/+6
* * generic/tclBasic.c: NRE: enabled calling NR commandsMiguel Sofer2008-07-211-126/+113
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-2/+2
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-3/+3