summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCompile.c:dgp2007-03-301-7/+9
* * generic/tclCompExpr.c:dgp2007-03-301-13/+18
* * generic/tclCompCmds.c: Replace arrays on the C stack anddgp2007-03-301-43/+31
* * generic/tclCmdMZ.c: Revised [string to* $s $first $last]dgp2007-03-301-8/+4
* * generic/tclExecute.c: optimise the lookup of elements of indexedMiguel Sofer2007-03-301-11/+39
* * generic/tclProc.c (Tcl_ApplyObjCmd):Miguel Sofer2007-03-291-5/+1
* * generic/tclCmdMZ.c (STR_REVERSE): Implement the actualdgp2007-03-283-38/+87
* * generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls withdgp2007-03-271-12/+14
* * generic/tclBasic.c (DeleteInterpProc): pop the root frameMiguel Sofer2007-03-231-3/+4
* Reduce number of StackAlloc and StackFree calls.dgp2007-03-231-26/+16
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arraysdgp2007-03-221-39/+28
* * generic/tclExecute.c: Revised GrowEvaluationStack to take andgp2007-03-221-30/+31
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-215-66/+40
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-212-47/+39
* Minor comment formatting changedkf2007-03-211-3/+2
* * generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements.dgp2007-03-202-19/+9
* 2007-03-20 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2007-03-202-734/+737
* Introduce modern formatting standards; no need for rebuild of tclDate.cdkf2007-03-201-640/+684
* Fix trivial error in comment.dkf2007-03-201-2/+2
* * generic/tclCompile.c: Revise the various expansion routines fordgp2007-03-201-67/+61
* * generic/tclBinary.c (Tcl_SetByteArrayLength): Replaced ckalloc() /dgp2007-03-191-9/+5
* * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced somedgp2007-03-193-8/+7
* added missing panicdgp2007-03-171-1/+4
* fix warningsdas2007-03-162-3/+5
* * generic/tclIOUtil.c (Tcl_Stat): Reimplement workaroundmdejong2007-03-161-17/+20
* * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copydgp2007-03-121-3/+5
* * generic/tclEvent.c (HandleBgErrors): Make efficient private copydgp2007-03-121-5/+10
* * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficientdgp2007-03-121-2/+4
* * generic/tclVar.c (TclArraySet): Make efficient private copy ofdgp2007-03-121-3/+6
* Fix [Bug 1679072]dkf2007-03-121-33/+43
* Plug a leak of encodingsdkf2007-03-121-27/+27
* Tightening up declaration scopes, improving some comments with xrefs to bugDBdkf2007-03-121-44/+49
* Fix [Bug 1675044]dkf2007-03-111-3/+15
* Move 'return' in TclListObjSetElement into correct place!dkf2007-03-101-31/+27
* * generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116]Miguel Sofer2007-03-101-10/+13
* Fix [Bug 1675116]dkf2007-03-091-13/+20
* * generic/tclListObj.c (TclLsetList): Rewrite so that the routinedgp2007-03-081-70/+26
* Moved [lindex] guts to tclListObj.c, same as [lset] guts.dkf2007-03-082-188/+189
* * generic/tclCmdIL.c (TclLindex*): Rewrites to make efficient pr...dgp2007-03-071-180/+66
* various "const" additions in implementationnijtmans2007-03-071-22/+22
* * generic/tclObj.c (Tcl_AppendAllObjTypes): Converted to simplerdgp2007-03-071-4/+3
* Make [regexp -about] produce its result using Tcl_Objs instead of strings.dkf2007-03-071-31/+31
* Minor comment cleaning updkf2007-03-071-42/+41
* Added macro to conceal at least some of the pointer hackery.dkf2007-03-031-56/+64
* * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missingdgp2007-03-021-1/+2
* Added comments warning against certain optimizationsdgp2007-03-022-2/+19
* * generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementationdgp2007-03-021-20/+11
* * generic/tclCmdIL.c (Info*Cmd): Code simplifications anddgp2007-03-021-28/+20
* Added a scheme to allow aux-data to be printed out for debugging. For this to...dkf2007-03-024-71/+271
* * generic/tclCmdIL.c (Tcl_LinsertObjCmd): Code simplificationsdgp2007-03-011-15/+6