summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Make [string first] and [string last] clearerdkf2007-06-081-3/+4
* * generic/tclParse.c: fix for uninit read [Bug 1732414].Miguel Sofer2007-06-061-2/+3
* * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY todgp2007-06-055-12/+24
* * generic/tclInt.h:Miguel Sofer2007-06-052-190/+296
* * generic/tclBasic.c: Removed code that dealt withdgp2007-05-305-257/+148
* * unix/configure: autoconf-2.59 (FC6 fork)dgp2007-05-182-19/+4
* suppress compiler warnings about values computed and not useddgp2007-05-171-3/+3
* Added macro version of Tcl_LimitReady.dkf2007-05-172-72/+105
* * generic/tcl.decls: workaround 'make checkstubs' failures fromdas2007-05-161-1/+14
* Change Tcl_InitStubs(), tclStubsPtr, and the auxilliary stubs tablejenglish2007-05-161-11/+4
* * generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPcpatthoyts2007-05-111-5/+1
* Minor whitespace cleanupdkf2007-05-111-1/+6
* Add a full stop to a commentdkf2007-05-111-2/+2
* Better const correctnessdkf2007-05-111-4/+4
* Minor comment improvements and code reordering for claritydkf2007-05-111-32/+42
* * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined,dgp2007-05-091-2/+2
* * generic/tclInt.h: fix warning when building threaded with -DPURIFY.das2007-05-091-1/+2
* [Tcl Bug 1706140]dgp2007-05-075-63/+50
* regendkf2007-05-052-2/+26
* Changes to allow the tip257 code to work as an extension properly post-tip280dkf2007-05-054-112/+161
* * tests/encoding.test: Modified so that encoding tests happenKevin B Kenny2007-05-041-2/+2
* * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath):Kevin B Kenny2007-05-021-3/+10
* * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcountKevin B Kenny2007-05-021-2/+1
* * generic/tclVar.c (TclPtrSetVar): fixed leak whenever newvaluePtrMiguel Sofer2007-05-021-2/+7
* * generic/tclIO.c (DeleteChannelTable): Made changes so thatKevin B Kenny2007-05-012-76/+83
* * generic/tclCmdMZ.c (STR_MAP): When [string map] has a pure dictdgp2007-05-011-1/+2
* * generic/tclIO.c (FixLevelCode): Corrected reference countandreas_kupries2007-04-301-13/+19
* * generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): CorrectedKevin B Kenny2007-04-301-74/+82
* Fix [Bug 1705778, leak K15]dkf2007-04-251-229/+264
* * generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory managementKevin B Kenny2007-04-251-3/+6
* * generic/tclCompExpr.c (ParseExpr): Revised to be sure thatdgp2007-04-251-3/+17
* * 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