summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: slight cleanupMiguel Sofer2008-08-091-6/+7
* * generic/tclBasic.c: Fix tailcalls falling out of tebc intoMiguel Sofer2008-08-071-2/+14
* duh ... committed only the ChangeLog entry, not the restMiguel Sofer2008-08-041-41/+30
* made function staticMiguel Sofer2008-08-031-1/+2
* * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-031-48/+21
* * generic/tclBasic.c: Revised timing of the CmdFrame stack managementdgp2008-08-011-12/+17
* nr-enabling [for]; [while] made to reuse [for]'s infrastructure.Miguel Sofer2008-07-311-2/+2
* nr-enabling [while]Miguel Sofer2008-07-311-2/+2
* nr-enabling [if]Miguel Sofer2008-07-311-2/+2
* * generic/tclBasic.c: NR-enabling [catch]Miguel Sofer2008-07-311-2/+2
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-3/+5
* restricting usage and avoiding panics in [tailcall]Miguel Sofer2008-07-311-50/+32
* fix macro that gcc swallows but msvc doesn'tMiguel Sofer2008-07-311-7/+9
* * generic/tclBasic.c: Improved tailcalls and tests.Miguel Sofer2008-07-311-29/+40
* * 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
* a timid start at cleaning upMiguel Sofer2008-07-291-60/+59
* * generic/tclBasic.c: Made use of the thread's alloc cacheMiguel Sofer2008-07-291-2/+3
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-492/+278
* * generic/tclBasic.c: Added missing ref count when creating anandreas_kupries2008-07-281-2/+2
* * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-251-1/+8
* * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-231-23/+24
* * generic/tclBasic.c (GetCommandSource): added comment withMiguel Sofer2008-07-231-1/+9
* Added missing function comments.andreas_kupries2008-07-221-1/+41
* fix warning; formattingdas2008-07-221-46/+52
* * generic/tclBasic.c: Ansified the new functions.andreas_kupries2008-07-221-9/+11
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-38/+102
* * generic/tclBasic.c: Added numLevels field to CommandFrame,Miguel Sofer2008-07-221-2/+4
* fix warning, formatting, whitespacedas2008-07-211-68/+80
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-44/+256
* whitespacedas2008-07-211-22/+22
* use TclEvalObjv instead of Tcl_EvalObjv at selected spotsMiguel Sofer2008-07-211-3/+3
* * generic/tcl.decls: Changed the implementation ofMiguel Sofer2008-07-211-37/+61
* fix uninited and unused var warningsMiguel Sofer2008-07-211-3/+2
* * generic/tclBasic.c: NRE: enabled calling NR commandsMiguel Sofer2008-07-211-99/+220
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-23/+9
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-26/+26
* Minor fixes (clearer panic messages, formatting of comments)dkf2008-07-181-55/+50
* * generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fixMiguel Sofer2008-07-181-16/+15
* Fix [Bug 2018603]dkf2008-07-151-33/+24
* Tidy up code for clarity.dkf2008-07-141-388/+382
* Store ClientDatas in NRE callback storage as an array; that's how they aredkf2008-07-141-7/+7
* * generic/tclBasic.c.: Embedded Tcl_Canceled() calls intoMiguel Sofer2008-07-141-9/+5
* * generic/tclBasic.c.: NRE left too many calls toMiguel Sofer2008-07-141-4/+1
* * generic/tclBasic.c: TclResetCancellation() calls were misplacedMiguel Sofer2008-07-131-6/+3
* whitespacedas2008-07-131-174/+174
* remove leftover DTRACE macro causing buid failuredas2008-07-131-5/+1
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-576/+1304
* fix warningdas2008-06-131-2/+2