| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP#183 IMPLEMENTATION [Patch 577093] | dgp | 2005-04-27 | 1 | -2/+4 |
|
|
* | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring | dgp | 2005-04-22 | 1 | -3/+1 |
|
|
* | * generic/tclGet.c: Radical code simplification. Converted | dgp | 2005-04-21 | 1 | -1/+3 |
|
|
* | * generic/tclBasic.c: Added unsupported command | dgp | 2005-04-19 | 1 | -1/+4 |
|
|
* | Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache(). | vasiljevic | 2005-04-16 | 1 | -1/+3 |
|
|
* | * generic/tclInt.h (TclGetEncodingFromObj): New function to | dgp | 2005-04-08 | 1 | -1/+3 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2005-04-05 | 1 | -114/+10 |
|
|
* | Changed the internal representation of lists to (a) reduce the malloc/free | Miguel Sofer | 2005-04-02 | 1 | -7/+21 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2005-04-01 | 1 | -1/+2 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2005-04-01 | 1 | -1/+146 |
|
|
* | * generic/tclCompile.h: Move the TclInterpReady() declaration from | dgp | 2005-03-25 | 1 | -1/+2 |
|
|
* | * generic/tclTrace.c (TclCheckInterpTraces): Corrected mistaken | dgp | 2005-03-10 | 1 | -1/+16 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -5/+1 |
|
|
* | * generic/tclStubInit.c: Regenerated the stubs support code from | andreas_kupries | 2005-01-21 | 1 | -1/+9 |
|
|
* | TIP#235 implementation (rename functions, add to stubs table, document) | dkf | 2005-01-19 | 1 | -36/+1 |
|
|
* | Stop reliance on absolute attribute indexes with helper function [Bug 1100671] | dkf | 2005-01-14 | 1 | -1/+3 |
|
|
* | Move #include of tclConfig.h to right place. | dkf | 2005-01-05 | 1 | -4/+4 |
|
|
* | Avoid sharing cmdName literals accross namespaces, and generalise usage of | Miguel Sofer | 2004-12-24 | 1 | -1/+6 |
|
|
* | Upgrade the capabilities of time limits by allowing them to fire in the midst | dkf | 2004-12-16 | 1 | -1/+6 |
|
|
* | changing the isProcCallFrame field of the CallFrame struct from a 0/1 field | Miguel Sofer | 2004-12-14 | 1 | -8/+10 |
|
|
* | converting the static function GetNamespaceFromObj() to MODULE_SCOPE | Miguel Sofer | 2004-12-11 | 1 | -1/+5 |
|
|
* | optimised loops that initialise a proc's arguments and compiled local | Miguel Sofer | 2004-12-10 | 1 | -1/+2 |
|
|
* | Make ensemble API available to rest of Tcl core. | dkf | 2004-12-10 | 1 | -1/+35 |
|
|
* | * generic/tclEncoding.c: Different fix for [Bug 1077005]. | dgp | 2004-12-04 | 1 | -1/+2 |
|
|
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 1 | -4/+3 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -6/+43 |
|
|
* | * unix/configure.in: The change below reveals that the public | dgp | 2004-11-17 | 1 | -1/+4 |
|
|
* | * generic/tclInt.h: Added comment warning that the old | dgp | 2004-11-15 | 1 | -1/+5 |
|
|
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -13/+7 |
|
|
* | * generic/tcl.h: | das | 2004-11-12 | 1 | -5/+1 |
|
|
* | * generic/tclInt.h: Moved verification of ptrdiff_t typedef from | dgp | 2004-11-12 | 1 | -1/+6 |
|
|
* | * unix/config.h.in: | rmax | 2004-11-12 | 1 | -2/+2 |
|
|
* | Adapt Tcl so it uses a config.h header instead of stuffing all #defs on the | dkf | 2004-11-12 | 1 | -1/+5 |
|
|
* | * generic/tcl.h: Moved the preprocessor logic | davygrvy | 2004-11-03 | 1 | -15/+1 |
|
|
* | * generic/tclInt.h: added a check for #ifdef __cplusplus around the #define | davygrvy | 2004-11-02 | 1 | -2/+6 |
|
|
* | Make core less eager to spew its guts all over the place; core symbols in | dkf | 2004-11-02 | 1 | -514/+616 |
|
|
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 1 | -1/+19 |
|
|
* | * generic/tclInt.decls: The following 9 functions were moved from | davygrvy | 2004-10-27 | 1 | -18/+1 |
|
|
* | removed more direct references to the VAR flags, replaced with access | Miguel Sofer | 2004-10-26 | 1 | -1/+6 |
|
|
* | defined new macros to get/set the flags of variables. | Miguel Sofer | 2004-10-25 | 1 | -1/+33 |
|
|
* | * generic/tclInt.h (Interp): | dgp | 2004-10-21 | 1 | -7/+1 |
|
|
* | * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd): | dgp | 2004-10-21 | 1 | -1/+5 |
|
|
* | doubled speed of clock format | Kevin B Kenny | 2004-10-21 | 1 | -1/+3 |
|
|
* | * generic/tclInt.h (Tcl*InterpState): New internal routines | dgp | 2004-10-19 | 1 | -1/+9 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): | dgp | 2004-10-18 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -8/+5 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-05 | 1 | -6/+3 |
|
|
* | Speed up [upvar] and [uplevel] by not forcing level references to be parsed | dkf | 2004-10-01 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit value | dgp | 2004-10-01 | 1 | -4/+1 |
|
|
* | * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit value | dgp | 2004-10-01 | 1 | -6/+1 |
|
|