| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Version 5 of [Patch 976496] | Joe Mistachkin | 2004-06-24 | 1 | -1/+14 |
|
|
* | Re-commit after a `make genstubs` on a unix system, to restore unix line endings | dgp | 2004-06-07 | 1 | -921/+921 |
|
|
* | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 1 | -920/+921 |
|
|
* | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -3/+5 |
|
|
* | Regen | dkf | 2004-05-13 | 1 | -1/+16 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -79/+12 |
|
|
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls: commented-out entry for | davygrvy | 2003-12-15 | 1 | -2/+2 |
|
|
* | regen | dkf | 2003-11-01 | 1 | -1/+3 |
|
|
* | Regen | dkf | 2003-09-29 | 1 | -1/+2 |
|
|
* | * doc/FileSystem.3: Implementation of | dgp | 2003-09-05 | 1 | -1/+4 |
|
|
* | Regen | dkf | 2003-08-25 | 1 | -1/+13 |
|
|
* | More trace factoring - variable traces are the target this time. | dkf | 2003-06-26 | 1 | -1/+4 |
|
|
* | * generic/tcl.decls: Ported the changes from the | andreas_kupries | 2003-06-09 | 1 | -1/+2 |
|
|
* | Implementation of TIP 118: | das | 2003-05-14 | 1 | -1/+7 |
|
|
* | * generic/tcl.decls: | das | 2003-05-13 | 1 | -1/+2 |
|
|
* | Made [incr] able to accept and work with wide increments [Bug 728838] | dkf | 2003-04-28 | 1 | -1/+2 |
|
|
* | Regen. | dkf | 2003-04-05 | 1 | -1/+12 |
|
|
* | * generic/tclInt.h (tclOriginalNotifier): | dgp | 2003-03-21 | 1 | -1/+24 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH): | hobbs | 2003-02-18 | 1 | -1/+2 |
|
|
* | * generic/tclStubInit.c: regen | hobbs | 2002-12-06 | 1 | -1/+2 |
|
|
* | * generic/tclEvent.c (TclInExit, TclInThreadExit): | mdejong | 2002-11-07 | 1 | -1/+2 |
|
|
* | * generic/tclInt.decls: made TclSetPreInitScript() declaration | das | 2002-10-09 | 1 | -9/+1 |
|
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -1/+4 |
|
|
* | * generic/tclInt.decls: | das | 2002-08-06 | 1 | -1/+5 |
|
|
* | removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar() | Miguel Sofer | 2002-07-17 | 1 | -7/+7 |
|
|
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 1 | -1/+3 |
|
|
* | * generic/tclInt.decls: | hobbs | 2002-05-29 | 1 | -1/+2 |
|
|
* | TIP#91 implementation; makes old style channels binary compatible with | dkf | 2002-05-24 | 1 | -1/+2 |
|
|
* | 2002-04-20 Daniel Steffen <das@users.sourceforge.net> | das | 2002-04-19 | 1 | -1/+2 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -3/+10 |
|
|
* | Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken and | Kevin B Kenny | 2002-02-10 | 1 | -1/+4 |
|
|
* | * doc/Tcl_Main.3: | dgp | 2002-01-05 | 1 | -1/+3 |
|
|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 1 | -6/+6 |
|
|
* | added TIP#73 patch #483500 from Kevin Kenny. | hobbs | 2001-11-21 | 1 | -1/+2 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -1/+2 |
|
|
* | * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable): | andreas_kupries | 2001-10-15 | 1 | -2/+4 |
|
|
* | Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the use | Miguel Sofer | 2001-09-13 | 1 | -1/+2 |
|
|
* | * generic/tclInt.decls: Also added 'TclWinFlushDirtyChannels' to | andreas_kupries | 2001-09-10 | 1 | -1/+2 |
|
|
* | fs | vincentdarley | 2001-09-06 | 1 | -1/+2 |
|
|
* | Changes due to TIP#49 "Tcl_OutputBuffered" from Rolf Schroedter | dkf | 2001-09-06 | 1 | -1/+2 |
|
|
* | minor fs, vfs fixes | vincentdarley | 2001-09-04 | 1 | -1/+3 |
|
|
* | filesystem | vincentdarley | 2001-08-30 | 1 | -16/+10 |
|
|
* | fs update | vincentdarley | 2001-08-23 | 1 | -2/+3 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -16/+61 |
|
|
* | TIP#36 implementation. Also includes cleanup for subst option | dkf | 2001-07-12 | 1 | -1/+2 |
|
|
* | * generic/tclInt.decls: | dgp | 2001-06-17 | 1 | -2/+1 |
|
|
* | * generic/tcl.h: | dgp | 2001-06-08 | 1 | -9/+2 |
|
|
* | Changes from TIP#15 "Functions to List and Detail Math Functions" | dkf | 2001-05-30 | 1 | -1/+3 |
|
|