| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | * generic/tclIOCmd.c (FinalizeIOCmdTSD, Tcl_PutsObjCmd): cache | hobbs | 2007-12-07 | 1 | -18/+59 |
|
|
* | (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] check | hobbs | 2007-12-06 | 1 | -2/+2 |
|
|
* | add TclGetChannelFromObj decl | hobbs | 2007-12-06 | 1 | -1/+4 |
|
|
* | Oops! | dkf | 2007-12-06 | 1 | -2/+2 |
|
|
* | Simplify code for setting up the [chan] ensemble now that we can leverage | dkf | 2007-12-06 | 3 | -352/+403 |
|
|
* | Fix [Bug 1845320] and [Bug 1845397] | dkf | 2007-12-06 | 2 | -9/+13 |
|
|
* | * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reduce | hobbs | 2007-12-05 | 3 | -116/+344 |
|
|
* | Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed. | dkf | 2007-12-05 | 1 | -1/+15 |
|
|
* | Make two-arg switch work reliably (and actually as documented!) [Bug 1836519] | dkf | 2007-12-03 | 2 | -49/+77 |
|
|
* | Silence syntax warning by Sun C compiler. [Bug 1840211] | dkf | 2007-12-01 | 1 | -2/+2 |
|
|
* | * generic/tclConfig.c: Corrected failure of the [::foo::pkgconfig] | dgp | 2007-11-28 | 1 | -10/+27 |
|
|
* | * generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checks | dgp | 2007-11-28 | 1 | -2/+24 |
|
|
* | * generic/tclIO.c: Simplify test and improve accuracy of error | dgp | 2007-11-28 | 1 | -5/+4 |
|
|
* | -eofchar must support no eofchar. | patthoyts | 2007-11-28 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: remove unneeded call in Tcl_CreateInterp, | Miguel Sofer | 2007-11-28 | 1 | -8/+6 |
|
|
* | * doc/chan.n: "Fix" the limitation on channel -eofchar | dgp | 2007-11-27 | 1 | -13/+18 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-26 | 2 | -3/+10 |
|
|
* | Fix stack corruption in [dict append] compiler | dkf | 2007-11-24 | 1 | -26/+31 |
|
|
* | * generic/tclIORChan.c: Fixed a problem with reflected | andreas_kupries | 2007-11-24 | 1 | -10/+146 |
|
|
* | Remove #ifdef out accidentally left in | dkf | 2007-11-23 | 1 | -4/+1 |
|
|
* | * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data for | hobbs | 2007-11-23 | 1 | -6/+11 |
|
|
* | Turn the [string] command into a real compiled ensemble. | dkf | 2007-11-23 | 4 | -325/+439 |
|
|
* | Rebuild [dict] as a full compiled ensemble. | dkf | 2007-11-22 | 4 | -609/+777 |
|
|
* | Rewrote the [string] and [dict] implementations to be ready for conversion | dkf | 2007-11-22 | 2 | -1142/+2028 |
|
|
* | Generalize the ensemble compiler further. Still doesn't precopile rewrites, b... | dkf | 2007-11-21 | 1 | -50/+138 |
|
|
* | Factor out the core compiled-ensemble builder for simplicity. | dkf | 2007-11-21 | 3 | -46/+93 |
|
|
* | A little more errorCode goodness | dkf | 2007-11-21 | 1 | -4/+10 |
|
|