| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Limits documentation and style improvements | dkf | 2004-05-30 | 1 | -3/+3 |
|
|
* | Delete limit callbacks properly when the interpreters involved are deleted. | dkf | 2004-05-20 | 1 | -2/+6 |
|
|
* | Very minor updates to comments/whitespace | dkf | 2004-05-13 | 1 | -2/+2 |
|
|
* | TIP#143 implementation; still needs docs and more tests... | dkf | 2004-05-13 | 1 | -1/+67 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2004-05-06 | 1 | -33/+35 |
|
|
* | * generic/tclAlloc.c: Make sure Tclp*Alloc* routines get | dgp | 2004-05-04 | 1 | -1/+3 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2004-05-03 | 1 | -1/+19 |
|
|
* | * generic/tclInt.h: Replaced Kevin Kenny's temporary | dgp | 2004-04-30 | 1 | -1/+4 |
|
|
* | * generic/tcl.h: Removed obsolete declarations and #include's. | dgp | 2004-04-25 | 1 | -2/+1 |
|
|
* | * generic/tclInt.h: | davygrvy | 2004-04-23 | 1 | -1/+2 |
|
|
* | * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CE | hobbs | 2004-04-07 | 1 | -3/+2 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -1/+3 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2004-04-02 | 1 | -14/+1 |
|
|
* | * generic/tclInt.h: Removed obsolete tclBlockTime* declarations. | dgp | 2004-04-01 | 1 | -3/+1 |
|
|
* | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, | rmax | 2004-03-18 | 1 | -7/+1 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -23/+3 |
|
|
* | fixed typos in documentation and comments | vincentdarley | 2004-03-09 | 1 | -2/+2 |
|
|
* | * generic/tclInt.h (TclParseInit): Factored the common code | dgp | 2004-03-04 | 1 | -1/+4 |
|
|
* | TIP#100 implementation largely based on work by Georgios Petasis. | dkf | 2004-02-24 | 1 | -1/+3 |
|
|
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -7/+32 |
|
|
* | Full bytecode compilation for [lassign] | dkf | 2004-01-18 | 1 | -1/+3 |
|
|
* | Basic implementation of TIP#57 - TclX's [lassign] command into Tcl core | dkf | 2004-01-17 | 1 | -1/+3 |
|
|
* | Patch 876451: restores performance of [return]. Also allows forms | dgp | 2004-01-13 | 1 | -1/+7 |
|
|
* | Deprected use of Tcl_Ckalloc changed to Tcl_Alloc in the | davygrvy | 2003-12-24 | 1 | -2/+2 |
|
|