| Commit message (Expand) | Author | Age | Files | Lines |
* | Use correct test for the empty string in Tcl_ErrorObjCmd | dkf | 2003-04-08 | 1 | -2/+2 |
|
|
* | * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits of | dgp | 2003-04-07 | 1 | -4/+4 |
|
|
* | * generic/tclCmdMZ.c (TraceExecutionProc): Added missing | dgp | 2003-04-07 | 1 | -2/+4 |
|
|
* | Yet more warning killing, this time reported by Miguel Sofer by private chat. | dkf | 2003-04-07 | 1 | -1/+2 |
|
|
* | Stopped compilers from moaning about switch fall-through. [Bug 716327] | dkf | 2003-04-07 | 1 | -1/+5 |
|
|
* | Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints | dkf | 2003-04-07 | 2 | -26/+40 |
|
|
* | Converted new files from DOS line endings to usual line endings. | dgp | 2003-04-05 | 1 | -2519/+2519 |
|
|
* | Final stage of getting dictionaries into the core. Test suite should work now! | dkf | 2003-04-05 | 4 | -43/+10 |
|
|
* | Regen. | dkf | 2003-04-05 | 2 | -2/+110 |
|
|
* | Build support for dicts on Unix and Windows, plus public API (structure | dkf | 2003-04-05 | 2 | -2/+58 |
|
|
* | The bulk of the TIP#111 implementation. Still need to finish plumbing this | dkf | 2003-04-05 | 1 | -0/+2558 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Now that [return] | dgp | 2003-04-03 | 1 | -9/+1 |
|
|
* | * generic/tclParse.c (TclSubstTokens): Moved declaration of | dgp | 2003-04-02 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c (INST_RETURN): Bytecompiled [return] failed | dgp | 2003-04-01 | 1 | -1/+2 |
|
|
* | * 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 |
|
|