summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclListObj.c: reverting [Patch 738900] (committed onMiguel Sofer2007-04-241-106/+56
* * generic/tclListObj.c (TclLsetFlat): Fixed a bug where the newKevin B Kenny2007-04-241-2/+8
* Fix [Bug 1705778, leak K05]dkf2007-04-241-1/+7
* Fix [Bug 1705778, leak K04]dkf2007-04-241-17/+33
* * generic/tclNamesp.c (Tcl_DeleteNamespace): Corrected flaw in thedgp2007-04-241-1/+8
* * generic/tclBinary.c: Addressed several code paths where theKevin B Kenny2007-04-241-1/+6
* corrected botched indentsdgp2007-04-241-38/+38
* * generic/tclCompExpr.c (ParseExpr): Memory leak in error case; thedgp2007-04-241-1/+2
* * generic/tclExecute.c (TclExecuteByteCode): Plugged six memoryKevin B Kenny2007-04-241-1/+7
* * generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of theKevin B Kenny2007-04-242-3/+6
* Plugged two memory leaksKevin B Kenny2007-04-231-3/+3
* * generic/tclCkalloc.c: fix warnings from gcc build configured withdas2007-04-233-31/+29
* * generic/tclVar.c (UnsetVarStruct): Make sure thedgp2007-04-231-2/+2
* * generic/tclCompCmds.c (TclCompileUpvarCmd): Plugged a memoryKevin B Kenny2007-04-232-3/+9
* * generic/tclCompile.c (TclFreeCompileEnv): Tip 280's new fieldMiguel Sofer2007-04-231-1/+4
* * generic/tclTest.c (Testregexpobjcmd): Removed an invalid accessKevin B Kenny2007-04-231-2/+2
* * generic/tclEnv.c (ReplaceString): Clear memory correctly whenKevin B Kenny2007-04-232-21/+32
* * generic/tclVar.c (TclDeleteNamespaceVars): fixed access to freedMiguel Sofer2007-04-231-3/+2
* * generic/tclListObj.c (SetListFromAny): avoid discarding internalMiguel Sofer2007-04-201-56/+106
* Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-2010-59/+59
* Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-2011-44/+44
* Fixed a buglet in recognizing time zone SIERRAKevin B Kenny2007-04-202-3/+3
* * tests/clock.test (clock-59.1): Added a regression test forKevin B Kenny2007-04-202-51/+51
* * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-201-2/+3
* Improve const-correctness of RE compilerdkf2007-04-194-78/+80
* * generic/tclExecute.c (INST_LSHIFT): fixed a mistake introducedMiguel Sofer2007-04-191-2/+2
* * generic/tclInt.h (TclDecrRefCount): change the order of theMiguel Sofer2007-04-181-6/+7
* * generic/tclExecute.c: slight changes in Tcl_Obj management.Miguel Sofer2007-04-181-22/+28
* * generic/tclExecute.c: fixed checkInterp logic [Bug 1702212]Miguel Sofer2007-04-171-8/+11
* Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-177-35/+35
* 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-165-1721/+1704
* * generic/tclCompCmds.c: added a cast to silence a compilerKevin B Kenny2007-04-151-2/+2
* * generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP thatMiguel Sofer2007-04-141-8/+6
* removed stray '//'Miguel Sofer2007-04-111-2/+2
* * generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS,Miguel Sofer2007-04-111-141/+145
* fixing commentsMiguel Sofer2007-04-111-4/+1
* * generic/tclCompCmds.c: moved all exceptDepth management to theMiguel Sofer2007-04-111-11/+15
* 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-1029-247/+258
* * generic/tclCompile (tclInstructionTable): fixed bugs inMiguel Sofer2007-04-081-6/+9
* * generic/tclCompile (tclInstructionTable): fixed bug inMiguel Sofer2007-04-071-2/+2
* * generic/tclExecute.c (TEBC): small code reduction.Miguel Sofer2007-04-071-25/+2