| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix minor fault in [clock clicks] error message. | dkf | 2004-04-15 | 1 | -2/+2 |
|
|
* | * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CE | hobbs | 2004-04-07 | 2 | -25/+39 |
|
|
* | fix to comment (bug 931148) | vincentdarley | 2004-04-07 | 1 | -4/+4 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -20/+0 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 47 | -109/+59 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2004-04-02 | 2 | -21/+23 |
|
|
* | * generic/tclCompile.h: removed redundant #ifdef _TCLINT | Miguel Sofer | 2004-04-02 | 1 | -3/+1 |
|
|
* | * generic/tclInt.h: Removed obsolete tclBlockTime* declarations. | dgp | 2004-04-01 | 1 | -3/+1 |
|
|
* | cross-filesystem boundary glob fix | vincentdarley | 2004-04-01 | 1 | -2/+19 |
|
|
* | Add comment for TCL_TOKEN_EXPAND_WORD flag | dgp | 2004-03-31 | 1 | -1/+6 |
|
|
* | More hash function cleaning up. | dkf | 2004-03-30 | 2 | -10/+6 |
|
|
* | Fixed object hashing bozo-ness. The code as it stood looked like a | dkf | 2004-03-30 | 1 | -22/+12 |
|
|
* | * generic/tclExecute.c (TEBC): reverting to the previous method | Miguel Sofer | 2004-03-30 | 1 | -14/+36 |
|
|
* | * generic/tclCompile.c: New instruction code INST_START_CMD | Miguel Sofer | 2004-03-30 | 3 | -37/+71 |
|
|
* | Corrected case: Filesystem.h -> FileSystem.h | dgp | 2004-03-30 | 1 | -2/+2 |
|
|
* | fix to glob with volume relative paths, bug 898238 | vincentdarley | 2004-03-30 | 2 | -5/+60 |
|
|
* | fix to Tcl bug 918320 | vincentdarley | 2004-03-30 | 1 | -19/+25 |
|
|
* | * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only to | dgp | 2004-03-29 | 1 | -17/+17 |
|
|
* | * generic/tclCompile.c (TclCompileScript): corrected possible | Miguel Sofer | 2004-03-29 | 1 | -3/+4 |
|
|
* | * README: Bumped version number to 8.5a2 to | dgp | 2004-03-26 | 1 | -3/+3 |
|
|
* | fixed another volume-relative file normalization problem | vincentdarley | 2004-03-26 | 1 | -4/+12 |
|
|
* | fix to windows volume-relative path normalization | vincentdarley | 2004-03-26 | 1 | -5/+7 |
|
|
* | Silly bug found originally by Damon Courtney. [922752] | dkf | 2004-03-24 | 1 | -2/+2 |
|
|
* | Added CONST to TclpGetTime declaration and `make genstubs` | dgp | 2004-03-19 | 2 | -5/+6 |
|
|
* | Made HEAD build on Windows VC++ again. | Kevin B Kenny | 2004-03-19 | 3 | -4/+11 |
|
|
* | Fix breakage by making tclIntDecls.h #inc tclPort.h, as recommended by DGP. | dkf | 2004-03-19 | 1 | -1/+3 |
|
|
* | * generic/tclNamesp.c: Added temporary pointer variables to work | rmax | 2004-03-18 | 2 | -4/+10 |
|
|
* | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, | rmax | 2004-03-18 | 6 | -30/+23 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 27 | -1554/+120 |
|
|
* | Implementation of [dict merge] subcommand, based on [FRQ 745851] | dkf | 2004-03-12 | 1 | -5/+91 |
|
|
* | * generic/tclGetDate.y (TclGetDate): Fix so that
| Kevin B Kenny | 2004-03-10 | 2 | -3/+3 |
|
|
* | fixed typos in documentation and comments | vincentdarley | 2004-03-09 | 7 | -17/+18 |
|
|
* | glob -path fix for near filesystem root | vincentdarley | 2004-03-09 | 1 | -3/+6 |
|
|
* | glob -path fix for near filesystem root | vincentdarley | 2004-03-09 | 1 | -1/+8 |
|
|
* | * generic/tclParse.c (TclParseInit): Modified TclParseInit so | dgp | 2004-03-08 | 2 | -9/+10 |
|
|
* | reformatted a comment I had once moved so it doesn't exceed 74 colums. | davygrvy | 2004-03-08 | 1 | -3/+3 |
|
|
* | some silly reformatting changes to remove useless whitespace. | davygrvy | 2004-03-08 | 1 | -4/+4 |
|
|
* | * generic/tclTest.c: Modified TesteventObjCmd to use
| Kevin B Kenny | 2004-03-05 | 1 | -2/+3 |
|
|
* | * generic/tclInt.h (TclParseInit): Factored the common code | dgp | 2004-03-04 | 3 | -30/+18 |
|
|
* | * generic/tclParse.c (InitParse): Factored the common code | dgp | 2004-03-04 | 1 | -45/+45 |
|
|
* | update patchlevel to 8.5a1 | hobbs | 2004-03-02 | 1 | -3/+3 |
|
|
* | * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62 | dgp | 2004-03-01 | 2 | -3/+15 |
|
|
* | Missed a pointer dereference in check for NULL. D'oh! [904307] | dkf | 2004-02-25 | 1 | -2/+2 |
|
|
* | TIP#100 implementation largely based on work by Georgios Petasis. | dkf | 2004-02-24 | 4 | -18/+504 |
|
|
* | Fix memleak. [Bug 902562] | dkf | 2004-02-23 | 1 | -2/+2 |
|
|
* | Fix memory leak on error path | dkf | 2004-02-21 | 1 | -2/+3 |
|
|
* | Fix for my bozo-ness. [Bug 898910] | dkf | 2004-02-17 | 1 | -2/+2 |
|
|
* | * generic/tclTrace.c (TclTraceExecutionObjCmd) | hobbs | 2004-02-17 | 1 | -6/+4 |
|
|
* | * generic/tclFileName.c (SkipToChar): Corrected CONST and | dgp | 2004-02-05 | 1 | -6/+5 |
|
|
* | * generic/tclCmdAH.c (StoreStateData): Removed improper refcount | dgp | 2004-02-04 | 1 | -2/+4 |
|
|