| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Factorize out the code for freeing an object's internal rep. | dkf | 2004-09-29 | 1 | -1/+17 |
|
|
* | many more TIP 173 changes | Kevin B Kenny | 2004-09-27 | 1 | -36/+1 |
|
|
* | Report compilation errors at runtime, [Patch 103368] by dgp. | Miguel Sofer | 2004-09-26 | 1 | -11/+12 |
|
|
* | more changes for bison support | Kevin B Kenny | 2004-09-17 | 1 | -1/+36 |
|
|
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 1 | -2/+14 |
|
|
* | TIP#207 IMPLEMENTATION | dgp | 2004-08-02 | 1 | -8/+12 |
|
|
* | * generic/tclEvent.c: Correct threaded obj allocator to | hobbs | 2004-07-21 | 1 | -1/+3 |
|
|
* | 2004-07-21 Kevin Kenny <kennykb@acm.org> | Kevin B Kenny | 2004-07-21 | 1 | -1/+3 |
|
|
* | Add missing objTypes to catalog | dkf | 2004-07-07 | 1 | -1/+3 |
|
|
* | Version of [Patch 746578] that works with Linux and is likely to work elsewhere | dkf | 2004-06-23 | 1 | -1/+2 |
|
|
* | Integrated fix for Tcl Bug #770053 from core-8-4-branch | vasiljevic | 2004-06-22 | 1 | -2/+7 |
|
|
* | * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings. | dgp | 2004-06-18 | 1 | -1/+2 |
|
|
* | Fixed [Bug 886231] properly this time rather than with a broken version that | dkf | 2004-06-18 | 1 | -61/+67 |
|
|
* | Fix tclWinInit.c for KBK, adding comments as I go. :^) | dkf | 2004-06-18 | 1 | -5/+100 |
|
|