| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): [format %llx $big] | dgp | 2008-02-28 | 1 | -1/+4 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): The 2007-10-18 commit | dgp | 2008-02-28 | 1 | -1/+2 |
|
|
* | Remove dead/unused portability-related #defines and unused conditional code. | jenglish | 2008-02-27 | 1 | -7/+2 |
|
|
* | * doc/clock.n: Corrected minor indentation gaffe in the | Kevin B Kenny | 2008-02-27 | 1 | -1/+13 |
|
|
* | fix warning | das | 2008-02-27 | 1 | -2/+2 |
|
|
* | More stray trailing ","s. | jenglish | 2008-02-26 | 2 | -4/+4 |
|
|
* | Remove stray trailing "," from enum InstOperandType definition (C99ism). | jenglish | 2008-02-26 | 1 | -2/+2 |
|
|
* | * generic/tclUtil.c (TclReToGlob): fix the handling of the last | hobbs | 2008-02-26 | 1 | -4/+13 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.2b1 to distinguish | dgp | 2008-02-13 | 1 | -3/+3 |
|
|
* | Fix [Bug 1891827] | dkf | 2008-02-12 | 1 | -5/+9 |
|
|
* | * generic/tclClock.c (ClockParseformatargsObjCmd): | Kevin B Kenny | 2008-02-06 | 1 | -5/+135 |
|
|
* | fix comments in INST_CONCAT | Miguel Sofer | 2008-02-04 | 1 | -5/+4 |
|
|
* | * generic/tclExecute.c (INST_CONCAT1): fix optimisation for | Miguel Sofer | 2008-02-04 | 1 | -3/+6 |
|
|
* | *** 8.5.1 TAGGED FOR RELEASE *** | dgp | 2008-02-04 | 1 | -2/+2 |
|
|
* | * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] | Miguel Sofer | 2008-01-30 | 1 | -2/+2 |
|
|
* | Reconcile coding style issues between branches | dgp | 2008-01-23 | 1 | -7/+9 |
|
|
* | Reconcile coding style issues between branches | dgp | 2008-01-23 | 1 | -4/+4 |
|
|
* | Reconcile coding style issues between branches | dgp | 2008-01-23 | 5 | -59/+60 |
|
|
* | * generic/tclInt.h: New macro TclGrowParseTokenArray() to | dgp | 2008-01-23 | 4 | -105/+83 |
|
|
* | * generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs to | dgp | 2008-01-23 | 4 | -26/+15 |
|
|
* | * generic/tclTimer.c (AfterProc): Replace Tcl_EvalEx() with | dgp | 2008-01-22 | 1 | -9/+1 |
|
|
* | * generic/tclCmdIl.c (Tcl_LreverseObjCmd): | Miguel Sofer | 2008-01-22 | 1 | -1/+10 |
|
|
* | * generic/tclIO.c (TclGetsObjBinary): operate on topmost channel. | hobbs | 2008-01-20 | 1 | -7/+13 |
|
|
* | * generic/tclCompExpr.c: Revision to preserve parsed intreps | dgp | 2008-01-17 | 1 | -5/+42 |
|
|
* | * generic/tclCompExpr.c: add an 'optimize' argument to | Miguel Sofer | 2008-01-16 | 4 | -16/+10 |
|
|
* | * generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989] | Miguel Sofer | 2008-01-16 | 2 | -41/+29 |
|
|
* | * generic/tclBasic.c: Replacing 'operator' by 'op' in the def | Miguel Sofer | 2008-01-15 | 3 | -9/+8 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure to | dgp | 2008-01-10 | 1 | -4/+4 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 1 | -3/+3 |
|
|
* | * generic/tclCmdIL.c: more [lsort] data handling streamlines. The | Miguel Sofer | 2007-12-26 | 1 | -137/+108 |
|
|
* | * generic/tclCmdIL.c: more [lsort] data handling streamlines. | Miguel Sofer | 2007-12-25 | 1 | -51/+63 |
|
|
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot | hobbs | 2007-12-23 | 1 | -6/+5 |
|
|
* | * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994]. | Miguel Sofer | 2007-12-23 | 1 | -41/+109 |
|
|
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd, Tcl_LsearchObjCmd): avoid | Miguel Sofer | 2007-12-22 | 1 | -23/+36 |
|
|
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of | Miguel Sofer | 2007-12-22 | 1 | -12/+24 |
|
|
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of | Miguel Sofer | 2007-12-22 | 1 | -2/+2 |
|
|
* | * generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexp | hobbs | 2007-12-19 | 1 | -2/+14 |
|
|
* | Fixes for problems created when processing regular expressions that | dkf | 2007-12-18 | 5 | -15/+101 |
|
|
* | * generic/tclAlloc.c: | Miguel Sofer | 2007-12-17 | 4 | -48/+79 |
|
|
* | * generic/tclIOUtil.c (FsAddMountsToGlobResult): fix the tail | hobbs | 2007-12-14 | 1 | -6/+7 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 70 | -73/+73 |
|
|
* | * generic/tclUtil.c (TclReToGlob): reduce escapes in conversion | hobbs | 2007-12-11 | 1 | -6/+8 |
|
|
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 9 | -83/+95 |
|
|
* | * generic/tclDecls.h: regen with new genStubs.tcl. | das | 2007-12-10 | 5 | -137/+483 |
|
|
* | * generic/tcl.decls: use new genstubs 'export' command to | das | 2007-12-10 | 3 | -122/+133 |
|
|
* | make tclChannelType static (fix 'make checkstubs') | das | 2007-12-10 | 1 | -2/+2 |
|
|
* | * tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidate | hobbs | 2007-12-09 | 1 | -6/+8 |
|
|
* | Match docs and reality. [Bug 1662436] | dkf | 2007-12-08 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): | hobbs | 2007-12-07 | 2 | -10/+13 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): Use | hobbs | 2007-12-07 | 1 | -2/+5 |
|
|