| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclVar.c: | Miguel Sofer | 2003-03-24 | 1 | -18/+42 |
|
|
* | * generic/tclInt.h (tclOriginalNotifier): | dgp | 2003-03-21 | 2 | -2/+26 |
|
|
* | * generic/tclInt.h: Removed definition of ParseValue struct that | dgp | 2003-03-20 | 1 | -32/+1 |
|
|
* | Stopped some GCC possibly-uninit-variable warnings. | dkf | 2003-03-20 | 1 | -3/+3 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2003-03-19 | 1 | -2/+9 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix for | dgp | 2003-03-19 | 4 | -24/+13 |
|
|
* | * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier | dkf | 2003-03-14 | 1 | -149/+159 |
|
|
* | * generic/tclBasic.c (Tcl_EvalTokensStandard): | dgp | 2003-03-13 | 9 | -540/+486 |
|
|
* | * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT | dgp | 2003-03-12 | 1 | -4/+1 |
|
|
* | * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected option | dgp | 2003-03-12 | 1 | -2/+4 |
|
|
* | Removed an unused local variable that caused compilation problems on
| Kevin B Kenny | 2003-03-09 | 1 | -2/+1 |
|
|
* | * generic/tclCmdAH.c (Tcl_FileObjCmd): Fix the setting of a file's mtime | dkf | 2003-03-07 | 1 | -7/+19 |
|
|
* | * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to | dgp | 2003-03-06 | 1 | -4/+7 |
|
|
* | Replaced a non-portable 'bzero' with a portable 'memset'. [Bug 698442]. | Kevin B Kenny | 2003-03-06 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (Tcl_Seek, Tcl_OutputBuffered): | mdejong | 2003-03-06 | 2 | -36/+19 |
|
|
* | * generic/tclIO.c (Tcl_Flush): Compare the | mdejong | 2003-03-06 | 1 | -2/+3 |
|
|
* | * generic/tclIO.c (Tcl_GetsObj): Check that | mdejong | 2003-03-06 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (WriteBytes, WriteChars, | mdejong | 2003-03-06 | 1 | -4/+15 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelOption): | mdejong | 2003-03-06 | 1 | -5/+3 |
|
|
* | The [switch] command is now bytecode compiled, at least in the most common | dkf | 2003-03-05 | 4 | -28/+421 |
|
|
* | * README: Bumped version number of | dgp | 2003-03-04 | 1 | -6/+7 |
|
|
* | Mac OS Classic specific fixes:core_8_4_2 | das | 2003-03-03 | 1 | -1/+13 |
|
|
* | * generic/tclIOUtil.c (MakeFsPathFromRelative): removed dead code | hobbs | 2003-02-27 | 1 | -6/+2 |
|
|
* | Stop [lsearch -start 0 {} x] from crashing. [Bug #694232] | dkf | 2003-02-27 | 1 | -3/+4 |
|
|
* | * generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak when | hobbs | 2003-02-27 | 1 | -1/+6 |
|
|
* | Fix for Bug #571002 | vasiljevic | 2003-02-22 | 1 | -2/+8 |
|
|
* | Stopped sign-bit propagation in [binary scan] of wide values. [Bug #690774] | dkf | 2003-02-21 | 1 | -20/+20 |
|
|
* | * generic/tclEncoding.c (LoadTableEncoding): | hobbs | 2003-02-21 | 1 | -1/+46 |
|
|
* | * generic/tclStringObj.c: restored Tcl_SetObjLength() side-effect | das | 2003-02-19 | 1 | -67/+45 |
|
|
* | * generic/tclCompile.c (TclCompileExprWords): remove unused | Miguel Sofer | 2003-02-19 | 3 | -9/+5 |
|
|
* | (HaveVersion): correctly decl static | hobbs | 2003-02-19 | 1 | -2/+2 |
|
|
* | cleanup of new simplefs test code | vincentdarley | 2003-02-18 | 1 | -6/+10 |
|
|
* | * generic/tclBasic.c (TclRenameCommand): fixing error in previous | Miguel Sofer | 2003-02-18 | 1 | -2/+1 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH): | hobbs | 2003-02-18 | 6 | -13/+229 |
|
|
* | * generic/tclBasic.c (TclRenameCommand): 'oldFullName' object was | Miguel Sofer | 2003-02-18 | 1 | -7/+13 |
|
|
* | * generic/tclIO.c (Tcl_GetsObj): Minor change | mdejong | 2003-02-17 | 1 | -2/+2 |
|
|
* | Don Porter's fix for bad parsing of nested scripts [Bug 681841]. | Miguel Sofer | 2003-02-16 | 5 | -105/+202 |
|
|
* | Fixed Tcl_DeleteEvents not to get a pointer smash when deleting the
| Kevin B Kenny | 2003-02-15 | 2 | -8/+227 |
|
|
* | * README: Bumped to version 8.4.2. | hobbs | 2003-02-15 | 1 | -3/+3 |
|
|
* | generic/tclStringObj.c (Tcl_GetCharLength): perf tweak | hobbs | 2003-02-15 | 1 | -7/+8 |
|
|
* | lint init regexp | hobbs | 2003-02-11 | 1 | -2/+2 |
|
|
* | * tests/lsearch.test: | hobbs | 2003-02-11 | 1 | -2/+19 |
|
|
* | * tests/stringObj.test: | hobbs | 2003-02-11 | 1 | -7/+6 |
|
|
* | * generic/tclParse.c (CommandComplete): more paranoid check to | hobbs | 2003-02-11 | 1 | -2/+2 |
|
|
* | * generic/tclParse.c | Miguel Sofer | 2003-02-11 | 1 | -2/+2 |
|
|
* | * generic/tclIOUtil.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): | hobbs | 2003-02-11 | 1 | -79/+91 |
|
|
* | * tests/fileSystem.test: added test 8.3 | hobbs | 2003-02-11 | 1 | -73/+78 |
|
|
* | further fs cleanup | vincentdarley | 2003-02-10 | 2 | -46/+24 |
|
|
* | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 2 | -110/+574 |
|
|
* | fix to crashing filesystem test | vincentdarley | 2003-02-07 | 1 | -44/+62 |
|
|