summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Rebuild [dict] as a full compiled ensemble.dkf2007-11-221-2/+2
* RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-121-3/+2
* * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-121-2/+3
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-12/+12
* * generic/tclBasic.c: fix stack check failure case if stack grows up.das2007-11-111-2/+2
* * generic/tclBasic.c: fix stack check failure case if stack grows up.das2007-11-111-2/+2
* * generic/tclBasic.c:Miguel Sofer2007-11-101-8/+19
* Improved failure comments for stack checks (mistachkin).Miguel Sofer2007-11-101-10/+15
* * generic/tclBasic.c:Miguel Sofer2007-11-101-18/+9
* * generic/tclBasic.c:Miguel Sofer2007-11-101-24/+20
* fix typos, formatting and non-unix breakage (due to undefined stackGrowsDown)das2007-11-101-6/+7
* * generic/tclAsync.c:Miguel Sofer2007-11-091-4/+49
* Add a new command, ::tcl::unsupported::disassembledkf2007-09-251-5/+12
* Only invalidate the namespace path once on command creation. [1519940]dkf2007-09-141-2/+1
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-1/+141
* * generic/tclBasic.c: Removed support for the unmaintaineddgp2007-09-051-8/+1
* * generic/tclBasic.c: Used unions to better clarify overloading ofdgp2007-08-281-27/+54