summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373]Miguel Sofer2008-01-301-2/+2
* Reconcile coding style issues between branchesdgp2008-01-231-7/+9
* Reconcile coding style issues between branchesdgp2008-01-231-4/+4
* Reconcile coding style issues between branchesdgp2008-01-235-59/+60
* * generic/tclInt.h: New macro TclGrowParseTokenArray() todgp2008-01-234-105/+83
* * generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs todgp2008-01-234-26/+15
* * generic/tclTimer.c (AfterProc): Replace Tcl_EvalEx() withdgp2008-01-221-9/+1
* * generic/tclCmdIl.c (Tcl_LreverseObjCmd):Miguel Sofer2008-01-221-1/+10
* * generic/tclIO.c (TclGetsObjBinary): operate on topmost channel.hobbs2008-01-201-7/+13
* * generic/tclCompExpr.c: Revision to preserve parsed intrepsdgp2008-01-171-5/+42
* * generic/tclCompExpr.c: add an 'optimize' argument toMiguel Sofer2008-01-164-16/+10
* * generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989]Miguel Sofer2008-01-162-41/+29
* * generic/tclBasic.c: Replacing 'operator' by 'op' in the defMiguel Sofer2008-01-153-9/+8
* * generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure todgp2008-01-101-4/+4
* * generic/tcl.h: Bump version number to 8.5.1b1 to distinguishdgp2008-01-021-3/+3
* * 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