| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | loadHandle vs clientData cleanup | vincentdarley | 2003-11-03 | 1 | -1/+8 |
|
|
* | Increased robustness and speed for [lrepeat] with help of new list constructor | dkf | 2003-11-01 | 1 | -1/+4 |
|
|
* | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine | dgp | 2003-10-14 | 1 | -1/+6 |
|
|
* | Undid bozo check-in of work-in-progress | dkf | 2003-09-29 | 1 | -44/+1 |
|
|
* | TIP#121 (app exit proc API) implementation from Joe Mistachkin | dkf | 2003-09-29 | 1 | -1/+44 |
|
|
* | TIP#112 ([namespace ensemble] command) implementation. | dkf | 2003-09-29 | 1 | -82/+109 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2003-09-23 | 1 | -4/+4 |
|
|
* | TIP#136 IMPLEMENTATION. We now have an [lrepeat] command! | dkf | 2003-08-11 | 1 | -1/+3 |
|
|
* | * generic/tcl.h: Revert change made on 2003-07-21 | mdejong | 2003-07-24 | 1 | -2/+2 |
|
|
* | Check that the thread incrementing or decrementing | mdejong | 2003-07-22 | 1 | -22/+18 |
|
|
* | * generic/tcl.decls: Ported the changes from the | andreas_kupries | 2003-06-09 | 1 | -1/+3 |
|
|
* | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -7/+16 |
|
|
* | Made [incr] able to accept and work with wide increments [Bug 728838] | dkf | 2003-04-28 | 1 | -1/+4 |
|
|
* | * The changes below fix SF bugs [593810], and [718045]. | andreas_kupries | 2003-04-22 | 1 | -1/+3 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -3/+21 |
|
|
* | Final stage of getting dictionaries into the core. Test suite should work now! | dkf | 2003-04-05 | 1 | -1/+4 |
|
|
* | * generic/tclInt.h (tclOriginalNotifier): | dgp | 2003-03-21 | 1 | -1/+2 |
|
|
* | * generic/tclInt.h: Removed definition of ParseValue struct that | dgp | 2003-03-20 | 1 | -32/+1 |
|
|
* | * generic/tclBasic.c (Tcl_EvalTokensStandard): | dgp | 2003-03-13 | 1 | -7/+6 |
|
|
* | The [switch] command is now bytecode compiled, at least in the most common | dkf | 2003-03-05 | 1 | -1/+3 |
|
|
* | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 1 | -1/+3 |
|
|
* | finalization and test fixes | vincentdarley | 2003-02-04 | 1 | -1/+3 |
|
|
* | * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel): | mdejong | 2003-01-26 | 1 | -1/+3 |
|
|
* | execution trace, command trace and stringObj bug fixes | vincentdarley | 2003-01-17 | 1 | -1/+5 |
|
|
* | non-ascii chars in file mtime fix | vincentdarley | 2003-01-09 | 1 | -1/+3 |
|
|
* | * generic/tclInt.h: add macro version of Tcl_UtfToUniChar | hobbs | 2002-11-12 | 1 | -1/+20 |
|
|
* | Removed obsolete history-related structures. | dkf | 2002-10-23 | 1 | -39/+1 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2002-08-14 | 1 | -90/+56 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -9/+15 |
|
|
* | TclDecrRefCount under USE_THREAD_ALLOC: free intRep first, then string | Miguel Sofer | 2002-07-31 | 1 | -5/+5 |
|
|
* | removed load-related clientData, made filesystem static | vincentdarley | 2002-07-22 | 1 | -2/+1 |
|
|