summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclVar.c (UnsetVarStruct): Make sure thedgp2007-04-231-0/+6
* * generic/tclCompCmds.c (TclCompileUpvarCmd): Plugged a memoryKevin B Kenny2007-04-231-2/+7
* * generic/tclCompile.c (TclFreeCompileEnv): Tip 280's new fieldMiguel Sofer2007-04-231-0/+6
* * generic/tclTest.c (Testregexpobjcmd): Removed an invalid accessKevin B Kenny2007-04-231-1/+3
* * generic/tclEnv.c (ReplaceString): Clear memory correctly whenKevin B Kenny2007-04-231-0/+10
* * generic/tclVar.c (TclDeleteNamespaceVars): fixed access to freedMiguel Sofer2007-04-231-0/+5
* updated for 8.5a6 changeshobbs2007-04-221-1/+5
* * generic/tclListObj.c (SetListFromAny): avoid discarding internalMiguel Sofer2007-04-201-4/+5
* Olson's tzdata2007e.Kevin B Kenny2007-04-201-1/+4
* Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-2/+16
* Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-0/+10
* * doc/Notifier.3: Documented Tcl_SetNotifier and Tcl_ServiceModeHook.Kevin B Kenny2007-04-201-1/+4
* * tests/clock.test (clock-59.1): Added a regression test forKevin B Kenny2007-04-201-1/+6
* * doc/clock.n: Deleted an entirely superfluous (and also incorrect) remarkKevin B Kenny2007-04-201-0/+3
* * tests/clock.test (clock-40.1, clock-58.1): Corrected aKevin B Kenny2007-04-201-0/+4
* * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-201-0/+11
* * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-191-0/+5
* Improve const-correctness of RE compilerdkf2007-04-191-12/+17
* * generic/tclExecute.c (INST_LSHIFT): fixed a mistake introducedMiguel Sofer2007-04-191-0/+8
* * generic/tclInt.h (TclDecrRefCount): change the order of theMiguel Sofer2007-04-181-0/+6
* * generic/tclExecute.c: slight changes in Tcl_Obj management.Miguel Sofer2007-04-181-0/+4
* * library/clock.tcl: Fixed the naming ofKevin B Kenny2007-04-171-0/+9
* * generic/tclExecute.c: fixed checkInterp logic [Bug 1702212]Miguel Sofer2007-04-171-1/+5
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-7/+12
* * generic/tclCompCmds.c: added a cast to silence a compilerKevin B Kenny2007-04-151-0/+9
* * generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP thatMiguel Sofer2007-04-141-0/+5
* * generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS,Miguel Sofer2007-04-111-0/+7
* * generic/tclCompCmds.c: moved all exceptDepth management to theMiguel Sofer2007-04-111-0/+5
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-0/+8
* minor tidydkf2007-04-101-12/+10
* * generic/tclCompile (tclInstructionTable): fixed bugs inMiguel Sofer2007-04-081-0/+5
* * generic/tclCompile (tclInstructionTable): fixed bug inMiguel Sofer2007-04-071-0/+5
* * generic/tclExecute.c (TEBC): small code reduction.Miguel Sofer2007-04-071-0/+4
* * generic/tclExecute.c (TEBC):Miguel Sofer2007-04-061-0/+9
* Whitespace/formattingdkf2007-04-051-17/+17
* * generic/tclExecute.c: INST_INVOKE optimisation [Patch 1693802]Miguel Sofer2007-04-031-0/+4
* missing entrydgp2007-04-031-0/+6
* * generic/tclInt.decls: Moved TclGetNamespaceFromObj() toMiguel Sofer2007-04-031-0/+7
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-031-0/+9
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-0/+13
* Ensure that the count of commands commenced by bytecode is correct at all timesdkf2007-04-011-33/+40
* * generic/tclCompile.c:dgp2007-03-301-0/+1
* * generic/tclCompExpr.c:dgp2007-03-301-0/+1
* * generic/tclCompCmds.c: Replace arrays on the C stack anddgp2007-03-301-0/+4
* * generic/tclCmdMZ.c: Revised [string to* $s $first $last]dgp2007-03-301-0/+3
* * tests/string.test: More [string reverse] tests.dgp2007-03-301-0/+4
* * generic/tclExecute.c: optimise the lookup of elements of indexedMiguel Sofer2007-03-301-0/+5
* * generic/tclProc.c (Tcl_ApplyObjCmd):Miguel Sofer2007-03-291-0/+7
* * generic/tclCmdMZ.c (STR_REVERSE): Implement the actualdgp2007-03-281-0/+12
* * generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls withdgp2007-03-271-5/+10