summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * tests/encoding.test: Modified so that encoding tests happenKevin B Kenny2007-05-044-18/+55
* Changelog clarificationMiguel Sofer2007-05-031-1/+2
* * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath):Kevin B Kenny2007-05-022-3/+14
* Convert to using ANSI function definitions.dkf2007-05-027-1066/+1058
* * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcountKevin B Kenny2007-05-022-2/+7
* * tests/utf.test (utf-25.1--utf-25.4): Modified tests toKevin B Kenny2007-05-022-33/+70
* * generic/tclVar.c (TclPtrSetVar): fixed leak whenever newvaluePtrMiguel Sofer2007-05-022-2/+13
* * generic/tclIO.c (DeleteChannelTable): Made changes so thatKevin B Kenny2007-05-013-76/+91
* * generic/tclCmdMZ.c (STR_MAP): When [string map] has a pure dictdgp2007-05-012-2/+8
* * unix/Makefile.in: add 'tclsh' dependency to install targets that relydas2007-04-302-6/+11
* * generic/tclIO.c (FixLevelCode): Corrected reference countandreas_kupries2007-04-302-13/+26
* * generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): CorrectedKevin B Kenny2007-04-302-74/+88
* move 8.5a6 tag pointcore_8_5_a6hobbs2007-04-261-2/+2
* Fix [Bug 1705778, leak K15]dkf2007-04-252-239/+280
* * generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory managementKevin B Kenny2007-04-252-3/+13
* * generic/tclCompExpr.c (ParseExpr): Revised to be sure thatdgp2007-04-252-3/+24
* * unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autohe...das2007-04-252-18/+21
* * unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist.das2007-04-252-2/+7
* * generic/tclListObj.c: reverting [Patch 738900] (committed onMiguel Sofer2007-04-242-106/+63
* * generic/tclListObj.c (TclLsetFlat): Fixed a bug where the newKevin B Kenny2007-04-242-2/+11
* Fix [Bug 1705778, leak K05]dkf2007-04-242-1/+9
* Fix [Bug 1705778, leak K04]dkf2007-04-242-99/+101
* * generic/tclNamesp.c (Tcl_DeleteNamespace): Corrected flaw in thedgp2007-04-242-1/+12
* * generic/tclBinary.c: Addressed several code paths where theKevin B Kenny2007-04-242-1/+12
* * unix/Makefile.in (dist): add platform library package to src disthobbs2007-04-242-11/+13
* corrected botched indentsdgp2007-04-241-38/+38
* * generic/tclCompExpr.c (ParseExpr): Memory leak in error case; thedgp2007-04-242-1/+7
* revised phrasing a bit for claritydgp2007-04-241-2/+3
* typodgp2007-04-241-1/+1
* * generic/tclExecute.c (TclExecuteByteCode): Plugged six memoryKevin B Kenny2007-04-242-1/+10
* fix typo in ChangeLog messageKevin B Kenny2007-04-241-1/+1
* * generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of theKevin B Kenny2007-04-243-3/+15
* Plugged two memory leaksKevin B Kenny2007-04-232-3/+5
* typodas2007-04-231-1/+0
* * macosx/Tcl-Common.xcconfig: enable more warnings.das2007-04-2312-43/+140
* * unix/configure.in: install license.terms into Tcl.framework.das2007-04-232-1/+3
* * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic.das2007-04-231-4/+4
* * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open()das2007-04-233-21/+40
* * generic/tclCkalloc.c: fix warnings from gcc build configured withdas2007-04-233-31/+29
* * generic/tclVar.c (UnsetVarStruct): Make sure thedgp2007-04-232-2/+8
* * generic/tclCompCmds.c (TclCompileUpvarCmd): Plugged a memoryKevin B Kenny2007-04-233-5/+16
* * generic/tclCompile.c (TclFreeCompileEnv): Tip 280's new fieldMiguel Sofer2007-04-232-1/+10
* * generic/tclTest.c (Testregexpobjcmd): Removed an invalid accessKevin B Kenny2007-04-232-3/+5
* * generic/tclEnv.c (ReplaceString): Clear memory correctly whenKevin B Kenny2007-04-233-21/+42
* * generic/tclVar.c (TclDeleteNamespaceVars): fixed access to freedMiguel Sofer2007-04-232-3/+7
* correct 8.5a6 release yearhobbs2007-04-221-2/+2
* updated changeshobbs2007-04-221-1/+3
* nroff typo fixeshobbs2007-04-221-9/+8
* updated for 8.5a6 changeshobbs2007-04-222-2/+80
* * generic/tclListObj.c (SetListFromAny): avoid discarding internalMiguel Sofer2007-04-202-60/+111