summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCmdIL.c: more [lsort] data handling streamlines. TheMiguel Sofer2007-12-261-137/+108
* * generic/tclCmdIL.c: more [lsort] data handling streamlines.Miguel Sofer2007-12-251-51/+63
* * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannothobbs2007-12-231-6/+5
* * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994].Miguel Sofer2007-12-231-41/+109
* * generic/tclCmdIL.c (Tcl_LsortObjCmd, Tcl_LsearchObjCmd): avoidMiguel Sofer2007-12-221-23/+36
* * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj ofMiguel Sofer2007-12-221-12/+24
* * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj ofMiguel Sofer2007-12-221-2/+2
* * generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexphobbs2007-12-191-2/+14
* Fixes for problems created when processing regular expressions thatdkf2007-12-185-15/+101
* * generic/tclAlloc.c:Miguel Sofer2007-12-174-48/+79
* * generic/tclIOUtil.c (FsAddMountsToGlobResult): fix the tailhobbs2007-12-141-6/+7
* merge stable branch onto HEADdgp2007-12-1370-73/+73
* * generic/tclUtil.c (TclReToGlob): reduce escapes in conversionhobbs2007-12-111-6/+8
* * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlobhobbs2007-12-119-83/+95
* * generic/tclDecls.h: regen with new genStubs.tcl.das2007-12-105-137/+483
* * generic/tcl.decls: use new genstubs 'export' command todas2007-12-103-122/+133
* make tclChannelType static (fix 'make checkstubs')das2007-12-101-2/+2
* * tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidatehobbs2007-12-091-6/+8
* Match docs and reality. [Bug 1662436]dkf2007-12-081-2/+2
* * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP):hobbs2007-12-072-10/+13
* * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): Usehobbs2007-12-071-2/+5
* * generic/tclIOCmd.c (FinalizeIOCmdTSD, Tcl_PutsObjCmd): cachehobbs2007-12-071-18/+59
* (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] checkhobbs2007-12-061-2/+2
* add TclGetChannelFromObj declhobbs2007-12-061-1/+4
* Oops!dkf2007-12-061-2/+2
* Simplify code for setting up the [chan] ensemble now that we can leveragedkf2007-12-063-352/+403
* Fix [Bug 1845320] and [Bug 1845397]dkf2007-12-062-9/+13
* * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reducehobbs2007-12-053-116/+344
* Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed.dkf2007-12-051-1/+15
* Make two-arg switch work reliably (and actually as documented!) [Bug 1836519]dkf2007-12-032-49/+77
* Silence syntax warning by Sun C compiler. [Bug 1840211]dkf2007-12-011-2/+2
* * generic/tclConfig.c: Corrected failure of the [::foo::pkgconfig]dgp2007-11-281-10/+27
* * generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checksdgp2007-11-281-2/+24
* * generic/tclIO.c: Simplify test and improve accuracy of errordgp2007-11-281-5/+4
* -eofchar must support no eofchar.patthoyts2007-11-281-3/+3
* * generic/tclBasic.c: remove unneeded call in Tcl_CreateInterp,Miguel Sofer2007-11-281-8/+6
* * doc/chan.n: "Fix" the limitation on channel -eofchardgp2007-11-271-13/+18
* * generic/tclBasic.c:Miguel Sofer2007-11-262-3/+10
* Fix stack corruption in [dict append] compilerdkf2007-11-241-26/+31
* * generic/tclIORChan.c: Fixed a problem with reflectedandreas_kupries2007-11-241-10/+146
* Remove #ifdef out accidentally left indkf2007-11-231-4/+1
* * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data forhobbs2007-11-231-6/+11
* Turn the [string] command into a real compiled ensemble.dkf2007-11-234-325/+439
* Rebuild [dict] as a full compiled ensemble.dkf2007-11-224-609/+777
* Rewrote the [string] and [dict] implementations to be ready for conversiondkf2007-11-222-1142/+2028
* Generalize the ensemble compiler further. Still doesn't precopile rewrites, b...dkf2007-11-211-50/+138
* Factor out the core compiled-ensemble builder for simplicity.dkf2007-11-213-46/+93
* A little more errorCode goodnessdkf2007-11-211-4/+10
* Trim the fat from the sourcedkf2007-11-211-310/+280
* * generic/tclDictObj.c: Changed the underlying implementation of thedkf2007-11-204-185/+344