summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-1030-247/+266
* minor tidydkf2007-04-101-12/+10
* * generic/tclCompile (tclInstructionTable): fixed bugs inMiguel Sofer2007-04-082-6/+14
* * generic/tclCompile (tclInstructionTable): fixed bug inMiguel Sofer2007-04-072-2/+7
* * generic/tclExecute.c (TEBC): small code reduction.Miguel Sofer2007-04-072-25/+6
* * generic/tclExecute.c (TEBC):Miguel Sofer2007-04-064-450/+497
* Extend/sort the "SEE ALSO" sectiondkf2007-04-051-3/+3
* Whitespace/formattingdkf2007-04-051-17/+17
* Simplification of some argument processing through introduction of a helperdkf2007-04-051-26/+26
* Tighten up a commentdkf2007-04-051-8/+7
* added commentsMiguel Sofer2007-04-041-1/+5
* * generic/tclExecute.c: INST_INVOKE optimisation [Patch 1693802]Miguel Sofer2007-04-032-6/+28
* restore line endingsdgp2007-04-031-475/+475
* missing entrydgp2007-04-031-0/+6
* * generic/tclInt.decls: Moved TclGetNamespaceFromObj() toMiguel Sofer2007-04-035-7/+29
* * generic/tclNamesp.c: Revised ErrorCodeRead and ErrorInfoReaddgp2007-04-031-7/+21
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-038-85/+639
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-0211-107/+66
* Ensure that the count of commands commenced by bytecode is correct at all timesdkf2007-04-013-344/+609
* Minor simplification.dkf2007-04-011-11/+12
* * generic/tclCompile.c:dgp2007-03-302-7/+10
* * generic/tclCompExpr.c:dgp2007-03-302-13/+19
* * generic/tclCompCmds.c: Replace arrays on the C stack anddgp2007-03-302-43/+35
* * generic/tclCmdMZ.c: Revised [string to* $s $first $last]dgp2007-03-302-8/+7
* * tests/string.test: More [string reverse] tests.dgp2007-03-302-1/+32
* * generic/tclExecute.c: optimise the lookup of elements of indexedMiguel Sofer2007-03-302-11/+44
* * generic/tclProc.c (Tcl_ApplyObjCmd):Miguel Sofer2007-03-293-6/+27
* * generic/tclCmdMZ.c (STR_REVERSE): Implement the actualdgp2007-03-284-38/+99
* * generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls withdgp2007-03-272-17/+24
* Thread exit handler marks the current thread as un-initialized.vasiljevic2007-03-242-12/+14
* * generic/tclBasic.c (DeleteInterpProc): pop the root frameMiguel Sofer2007-03-232-3/+9
* * win/Makefile.in: Added code to keep a Cygwin path name fromKevin B Kenny2007-03-232-3/+8
* Reduce number of StackAlloc and StackFree calls.dgp2007-03-231-26/+16
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arraysdgp2007-03-222-39/+32
* * generic/tclExecute.c: Revised GrowEvaluationStack to take andgp2007-03-222-30/+38
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-216-66/+45
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-213-47/+44
* Minor comment formatting changedkf2007-03-211-3/+2
* * generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements.dgp2007-03-203-19/+14
* 2007-03-20 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2007-03-2021-1713/+1237
* 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-202-67/+64
* * generic/tclBinary.c (Tcl_SetByteArrayLength): Replaced ckalloc() /dgp2007-03-192-9/+8
* * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced somedgp2007-03-196-13/+20
* Fixed bug in regsub example.dkf2007-03-192-24/+27
* * win/tclWinReg.c (GetKeyNames): Size the buffer for enumeratingKevin B Kenny2007-03-173-24/+94
* added missing panicdgp2007-03-171-1/+4
* fix warningsdas2007-03-162-3/+5
* * generic/tclIOUtil.c (Tcl_Stat): Reimplement workaroundmdejong2007-03-162-17/+27