summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-2/+3
* Transfer TclPtrMakeUpvar and TclObjLookupVar to the internal stubs table.dkf2006-11-121-1/+10
* Insert of calling point in middle of procedure code. Also cleaned up howdkf2006-10-281-1/+7
* Allow extensions that use the internal stubs to set a namespace path.dkf2006-10-271-1/+5
* Fixed a spot where CONSTness had been forgotten.dkf2006-10-271-2/+3
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-3/+2
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-2/+3
* * generic/tclInt.decls:Miguel Sofer2006-09-301-1/+5
* * generic/tclIOUtil.c: Changed default configuration todgp2006-06-211-19/+19
* * generic/tclInt.decls: implement globbing for HFS creator & typedas2006-03-211-1/+7
* TIP#258 IMPLEMENTATIONdgp2006-02-081-10/+11
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-20/+3
* TIP#237 IMPLEMENTATIONdgp2005-10-081-12/+12
* Stop exposing the thread storage guts. Non-core code should never touch it.dkf2005-08-051-40/+43
* regendkf2005-07-211-1/+7
* * generic/tclUtil.c: Converted TclFormatInt() into a macro.dgp2005-07-051-4/+5
* * generic/tclInt.decls:das2005-05-141-4/+9
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+18
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-4/+4
* Changed the internal representation of lists to (a) reduce the malloc/freeMiguel Sofer2005-04-021-8/+9
* * generic/tclTest.c: Added two new functions to allocate memoryMiguel Sofer2004-12-151-1/+15
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-011-1/+10
* Patch 976520 reworks several of the details involved withdgp2004-11-301-1/+10
* * generic/tclInt.decls: The following 9 functions were moved fromdavygrvy2004-10-271-1/+33
* Speed up [info <thing> <simplePattern>]dkf2004-10-141-1/+5
* Speed up [upvar] and [uplevel] by not forcing level references to be parseddkf2004-10-011-1/+5
* * generic/tclBasic.c: Removed internal routines TclInvoke,dgp2004-09-271-12/+15
* many more TIP 173 changesKevin B Kenny2004-09-271-9/+11
* * generic/tclProc.c: The routine TclProcInterpProc was a s...dgp2004-08-251-8/+10
* Moved declaration of TclCompEvalObj() from tclCompile.h to the internalMiguel Sofer2004-07-031-1/+9
* Version 5 of [Patch 976496]Joe Mistachkin2004-06-241-1/+43
* * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-1/+5
* 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-3/+14
* Very minor updates to comments/whitespacedkf2004-05-131-1/+2
* Added CONST to TclpGetTime declaration and `make genstubs`dgp2004-03-191-2/+2
* * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,rmax2004-03-181-2/+2
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-112/+1
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-6/+7
* * generic/tclInt.decls: commented-out entry fordavygrvy2003-12-151-4/+4
* When copying and pasting code, check that argument types are sensible! <:^)dkf2003-11-011-3/+3
* Oopsdkf2003-11-011-2/+2
* Increased robustness and speed for [lrepeat] with help of new list constructordkf2003-11-011-1/+10
* * doc/FileSystem.3: Implementation ofdgp2003-09-051-1/+7
* More trace factoring - variable traces are the target this time.dkf2003-06-261-1/+15
* Implementation of TIP 118:das2003-05-141-1/+24
* Made [incr] able to accept and work with wide increments [Bug 728838]dkf2003-04-281-65/+69
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH):hobbs2003-02-181-1/+8
* * generic/tclStubInit.c: regenhobbs2002-12-061-1/+7
* * generic/tclEvent.c (TclInExit, TclInThreadExit):mdejong2002-11-071-1/+5
* * generic/tclInt.decls: made TclSetPreInitScript() declarationdas2002-10-091-2/+2