summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Implementation of [coroutine] and [yield]Miguel Sofer2008-08-171-3/+35
* * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize()das2008-08-131-2/+1
* * generic/tclBasic.c: Fix tailcalls falling out of tebc intoMiguel Sofer2008-08-071-1/+6
* remove unneeded declarationMiguel Sofer2008-08-031-2/+1
* * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-031-5/+4
* nr-enabling [for]; [while] made to reuse [for]'s infrastructure.Miguel Sofer2008-07-311-1/+3
* nr-enabling [while]Miguel Sofer2008-07-311-1/+3
* nr-enabling [if]Miguel Sofer2008-07-311-1/+2
* * generic/tclBasic.c: NR-enabling [catch]Miguel Sofer2008-07-311-1/+2
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-1/+66
* * generic/tclBasic.c: Made use of the thread's alloc cacheMiguel Sofer2008-07-291-23/+80
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-13/+11
* just a few const -> CONST (in header files and .decls files)nijtmans2008-07-241-8/+8
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-1/+19
* * generic/tclBasic.c: Added numLevels field to CommandFrame,Miguel Sofer2008-07-221-1/+3
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+30
* * generic/tcl.decls: Changed the implementation ofMiguel Sofer2008-07-211-1/+4
* * generic/tclBasic.c: NRE: enabled calling NR commandsMiguel Sofer2008-07-211-4/+1
* * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFreeMiguel Sofer2008-07-131-1/+26
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-10/+57
* TIP 285 ImplementationJoe Mistachkin2008-06-131-1/+25
* TIP #230 IMPLEMENTATIONandreas_kupries2008-06-061-1/+5
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-1/+18
* * generic/tcl.h: Make Tcl_ThreadDataKey a void *.georgeps2008-05-091-4/+9
* Converted the [binary] command into an ensemble.patthoyts2008-05-021-4/+2
* More elimination of pre-C89-isms.dkf2008-05-021-4/+4
* * generic/tclInt.h: make stubs tables 'static const' anddas2008-04-161-2/+3
* * generic/tclInt.h: revise Tcl_SetNotifier() to use adas2008-04-161-2/+2
* * generic/tclInt.h (TclIsNaN):Kevin B Kenny2008-03-301-5/+9
* Reconcile coding style issues between branchesdgp2008-01-231-4/+4
* Reconcile coding style issues between branchesdgp2008-01-231-36/+36
* * generic/tclInt.h: New macro TclGrowParseTokenArray() todgp2008-01-231-2/+47
* * generic/tclAlloc.c:Miguel Sofer2007-12-171-1/+12
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlobhobbs2007-12-111-1/+10
* (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] checkhobbs2007-12-061-2/+2
* add TclGetChannelFromObj declhobbs2007-12-061-1/+4
* Simplify code for setting up the [chan] ensemble now that we can leveragedkf2007-12-061-11/+8
* * generic/tclBasic.c:Miguel Sofer2007-11-261-2/+2
* Turn the [string] command into a real compiled ensemble.dkf2007-11-231-5/+15
* Rebuild [dict] as a full compiled ensemble.dkf2007-11-221-6/+22
* Factor out the core compiled-ensemble builder for simplicity.dkf2007-11-211-3/+15
* * generic/tclDictObj.c: Changed the underlying implementation of thedkf2007-11-201-1/+9
* More minor cleanupdkf2007-11-181-253/+253
* Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-161-54/+114
* Compile [info exists] into bytecode. Includes new instructions to support it.dkf2007-11-141-1/+5
* Strip an _ANSI_ARGS_ usage.dkf2007-11-141-2/+2
* RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-121-35/+1
* * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-121-1/+35
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-10/+55