summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* TIP 285 ImplementationJoe Mistachkin2008-06-131-5/+445
* * generic/tclBasic.c: Compilation of uplevel scripts, allowMiguel Sofer2008-06-081-74/+74
* Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861]dkf2008-05-311-1/+2
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-1/+5
* Converted the [binary] command into an ensemble.patthoyts2008-05-021-5/+5
* * generic/tclInt.h: make stubs tables 'static const' anddas2008-04-161-4/+5
* * README: Bump version number to 8.6a0dgp2008-04-011-6/+1
* * generic/tclBasic.c (OldMathFuncProc): Same workaround protectiondgp2008-03-141-7/+6
* * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs()dgp2008-03-101-3/+3
* * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised thedgp2008-02-291-1/+2
* * generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak whendgp2008-02-281-1/+4
* Reconcile coding style issues between branchesdgp2008-01-231-5/+4
* * generic/tclBasic.c: Replacing 'operator' by 'op' in the defMiguel Sofer2008-01-151-2/+2
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Match docs and reality. [Bug 1662436]dkf2007-12-081-2/+2
* Simplify code for setting up the [chan] ensemble now that we can leveragedkf2007-12-061-333/+313
* * generic/tclBasic.c: remove unneeded call in Tcl_CreateInterp,Miguel Sofer2007-11-281-8/+6
* * generic/tclBasic.c:Miguel Sofer2007-11-261-1/+8
* Remove #ifdef out accidentally left indkf2007-11-231-4/+1
* Turn the [string] command into a real compiled ensemble.dkf2007-11-231-5/+12