summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve const-correctness of RE compilerdkf2007-04-195-90/+97
* * generic/tclExecute.c (INST_LSHIFT): fixed a mistake introducedMiguel Sofer2007-04-192-2/+10
* * generic/tclInt.h (TclDecrRefCount): change the order of theMiguel Sofer2007-04-182-6/+13
* * generic/tclExecute.c: slight changes in Tcl_Obj management.Miguel Sofer2007-04-182-22/+32
* * library/clock.tcl: Fixed the naming ofKevin B Kenny2007-04-173-12/+21
* * generic/tclExecute.c: fixed checkInterp logic [Bug 1702212]Miguel Sofer2007-04-172-9/+16
* Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-1712-52/+50
* Always cast arg to ckfree to char*, not VOID*dkf2007-04-171-3/+3
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-1630-2144/+2168
* * doc/clock.n: Corrected documentation to avoid periods in theKevin B Kenny2007-04-151-6/+6
* * generic/tclCompCmds.c: added a cast to silence a compilerKevin B Kenny2007-04-154-15/+33
* * generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP thatMiguel Sofer2007-04-142-8/+11
* Added keyworddkf2007-04-131-3/+2
* removed stray '//'Miguel Sofer2007-04-111-2/+2
* * generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS,Miguel Sofer2007-04-112-141/+152
* fixing commentsMiguel Sofer2007-04-111-4/+1
* * generic/tclCompCmds.c: moved all exceptDepth management to theMiguel Sofer2007-04-112-11/+20
* assorted minor cleanupdkf2007-04-101-12/+16
* Don't use C++ keywordsdkf2007-04-101-4/+4
* Reformat to standard function definition formdkf2007-04-101-24/+27
* Complete conversion to ANSI function definitionsdkf2007-04-101-3/+3
* Reformat to standard function definition form; don't use C++ keywordsdkf2007-04-101-7/+9
* Complete conversion to ANSI function definitionsdkf2007-04-101-3/+3
* Reformat to standard function definition formdkf2007-04-101-2/+5
* Complete conversion to ANSI function definitionsdkf2007-04-101-8/+8
* 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