| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added CONST to TclpGetTime declaration and `make genstubs` | dgp | 2004-03-19 | 1 | -2/+2 |
|
|
* | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, | rmax | 2004-03-18 | 1 | -2/+2 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -112/+1 |
|
|
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -6/+7 |
|
|
* | * generic/tclInt.decls: commented-out entry for | davygrvy | 2003-12-15 | 1 | -4/+4 |
|
|
* | When copying and pasting code, check that argument types are sensible! <:^) | dkf | 2003-11-01 | 1 | -3/+3 |
|
|
* | Oops | dkf | 2003-11-01 | 1 | -2/+2 |
|
|
* | Increased robustness and speed for [lrepeat] with help of new list constructor | dkf | 2003-11-01 | 1 | -1/+10 |
|
|
* | * doc/FileSystem.3: Implementation of | dgp | 2003-09-05 | 1 | -1/+7 |
|
|
* | More trace factoring - variable traces are the target this time. | dkf | 2003-06-26 | 1 | -1/+15 |
|
|
* | Implementation of TIP 118: | das | 2003-05-14 | 1 | -1/+24 |
|
|
* | Made [incr] able to accept and work with wide increments [Bug 728838] | dkf | 2003-04-28 | 1 | -65/+69 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH): | hobbs | 2003-02-18 | 1 | -1/+8 |
|
|
* | * generic/tclStubInit.c: regen | hobbs | 2002-12-06 | 1 | -1/+7 |
|
|
* | * generic/tclEvent.c (TclInExit, TclInThreadExit): | mdejong | 2002-11-07 | 1 | -1/+5 |
|
|
* | * generic/tclInt.decls: made TclSetPreInitScript() declaration | das | 2002-10-09 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls: | das | 2002-08-06 | 1 | -1/+19 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -13/+13 |
|
|
* | removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar() | Miguel Sofer | 2002-07-17 | 1 | -25/+31 |
|
|
* | * generic/tclVar.c: refactorisation to reuse already looked-up Var | Miguel Sofer | 2002-07-15 | 1 | -3/+3 |
|
|
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 1 | -3/+11 |
|
|
* | * generic/tclInt.decls: | hobbs | 2002-05-29 | 1 | -1/+6 |
|
|
* | * tests/clock.test: added clock-9.1 | hobbs | 2002-05-29 | 1 | -2/+2 |
|
|
* | 2002-04-20 Daniel Steffen <das@users.sourceforge.net> | das | 2002-04-19 | 1 | -1/+5 |
|
|
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 1 | -3/+3 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -97/+94 |
|
|
* | * generic/tclInt.decls: | das | 2002-01-27 | 1 | -2/+2 |
|
|
* | * [Patch 501006] Updated APIs in generic/tclResolve.c | dgp | 2002-01-25 | 1 | -9/+9 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -6/+6 |
|
|
* | * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c according | dgp | 2002-01-17 | 1 | -2/+2 |
|
|
* | * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.c | dgp | 2002-01-15 | 1 | -2/+2 |
|
|
* | Updated APIs in the files */tcl*Load*.c according to the guidelines | Kevin B Kenny | 2002-01-09 | 1 | -2/+2 |
|
|
* | * doc/Tcl_Main.3: | dgp | 2002-01-05 | 1 | -3/+12 |
|
|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 1 | -5/+8 |
|
|
* | added TIP#73 patch #483500 from Kevin Kenny. | hobbs | 2001-11-21 | 1 | -1/+4 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -1/+11 |
|
|
* | * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable): | andreas_kupries | 2001-10-15 | 1 | -2/+20 |
|
|
* | * Updated APIs in | dgp | 2001-09-27 | 1 | -3/+4 |
|
|
* | * Updated APIs in generic/tclGet.c | dgp | 2001-09-25 | 1 | -2/+2 |
|
|
* | * Updated APIs in | dgp | 2001-09-24 | 1 | -3/+3 |
|
|
* | * generic/tclInt.decls: Also added 'TclWinFlushDirtyChannels' to | andreas_kupries | 2001-09-10 | 1 | -1/+7 |
|
|
* | filesystem | vincentdarley | 2001-08-30 | 1 | -50/+36 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -51/+79 |
|
|
* | * generic/tclInt.decls: | dgp | 2001-06-17 | 1 | -4/+1 |
|
|
* | * generic/tcl.h: | dgp | 2001-06-08 | 1 | -1/+4 |
|
|
* | * generic/tclBasic.c: added new CompileProc invocations to basic | hobbs | 2001-05-17 | 1 | -5/+5 |
|
|
* | Added several missing CONSTs in calls to TclGetNamespaceForQualName | Kevin B Kenny | 2001-04-27 | 1 | -2/+3 |
|
|
* | (TIP #27) Another round of CONST changes, this | Kevin B Kenny | 2001-04-24 | 1 | -5/+5 |
|
|
* | up-port of the stacked channel implementation rewrite in 8.3.2 to | hobbs | 2000-09-28 | 1 | -2/+8 |
|
|
* | no message | davidg | 2000-07-26 | 1 | -4/+6 |
|
|