summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-5/+1
* * generic/tclStubInit.c: Regenerated the stubs support code fromandreas_kupries2005-01-211-1/+9
* TIP#235 implementation (rename functions, add to stubs table, document)dkf2005-01-191-36/+1
* Stop reliance on absolute attribute indexes with helper function [Bug 1100671]dkf2005-01-141-1/+3
* Move #include of tclConfig.h to right place.dkf2005-01-051-4/+4
* Avoid sharing cmdName literals accross namespaces, and generalise usage ofMiguel Sofer2004-12-241-1/+6
* Upgrade the capabilities of time limits by allowing them to fire in the midstdkf2004-12-161-1/+6
* changing the isProcCallFrame field of the CallFrame struct from a 0/1 fieldMiguel Sofer2004-12-141-8/+10
* converting the static function GetNamespaceFromObj() to MODULE_SCOPEMiguel Sofer2004-12-111-1/+5
* optimised loops that initialise a proc's arguments and compiled localMiguel Sofer2004-12-101-1/+2
* Make ensemble API available to rest of Tcl core.dkf2004-12-101-1/+35
* * generic/tclEncoding.c: Different fix for [Bug 1077005].dgp2004-12-041-1/+2
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-011-4/+3
* Patch 976520 reworks several of the details involved withdgp2004-11-301-6/+43
* * unix/configure.in: The change below reveals that the publicdgp2004-11-171-1/+4
* * generic/tclInt.h: Added comment warning that the olddgp2004-11-151-1/+5
* TIP #221 IMPLEMENTATIONdgp2004-11-131-13/+7
* * generic/tcl.h:das2004-11-121-5/+1
* * generic/tclInt.h: Moved verification of ptrdiff_t typedef fromdgp2004-11-121-1/+6
* * unix/config.h.in:rmax2004-11-121-2/+2
* Adapt Tcl so it uses a config.h header instead of stuffing all #defs on thedkf2004-11-121-1/+5
* * generic/tcl.h: Moved the preprocessor logicdavygrvy2004-11-031-15/+1
* * generic/tclInt.h: added a check for #ifdef __cplusplus around the #definedavygrvy2004-11-021-2/+6
* Make core less eager to spew its guts all over the place; core symbols indkf2004-11-021-514/+616
* Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-1/+19
* * generic/tclInt.decls: The following 9 functions were moved fromdavygrvy2004-10-271-18/+1
* removed more direct references to the VAR flags, replaced with accessMiguel Sofer2004-10-261-1/+6
* defined new macros to get/set the flags of variables.Miguel Sofer2004-10-251-1/+33
* * generic/tclInt.h (Interp):dgp2004-10-211-7/+1
* * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd):dgp2004-10-211-1/+5
* doubled speed of clock formatKevin B Kenny2004-10-211-1/+3
* * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp2004-10-191-1/+9
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-181-3/+3
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-8/+5
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-051-6/+3
* Speed up [upvar] and [uplevel] by not forcing level references to be parseddkf2004-10-011-1/+2
* * generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit valuedgp2004-10-011-4/+1
* * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit valuedgp2004-10-011-6/+1
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-1/+17
* many more TIP 173 changesKevin B Kenny2004-09-271-36/+1
* Report compilation errors at runtime, [Patch 103368] by dgp.Miguel Sofer2004-09-261-11/+12
* more changes for bison supportKevin B Kenny2004-09-171-1/+36
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-2/+14
* TIP#207 IMPLEMENTATIONdgp2004-08-021-8/+12
* * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-211-1/+3
* 2004-07-21 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2004-07-211-1/+3
* Add missing objTypes to catalogdkf2004-07-071-1/+3
* Version of [Patch 746578] that works with Linux and is likely to work elsewheredkf2004-06-231-1/+2
* Integrated fix for Tcl Bug #770053 from core-8-4-branchvasiljevic2004-06-221-2/+7
* * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings.dgp2004-06-181-1/+2