summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Olson's tzdata2007e.Kevin B Kenny2007-04-203-100/+97
* Test constraints are automatically "and"ed togetherdkf2007-04-201-2/+2
* Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-2015-78/+92
* Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-2014-52/+58
* * doc/Notifier.3: Documented Tcl_SetNotifier and Tcl_ServiceModeHook.Kevin B Kenny2007-04-202-6/+58
* Fixed a buglet in recognizing time zone SIERRAKevin B Kenny2007-04-203-10/+6
* * tests/clock.test (clock-59.1): Added a regression test forKevin B Kenny2007-04-204-53/+96
* * doc/clock.n: Deleted an entirely superfluous (and also incorrect) remarkKevin B Kenny2007-04-202-12/+3
* * tests/clock.test (clock-40.1, clock-58.1): Corrected aKevin B Kenny2007-04-202-3/+7
* * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-207-38/+110
* * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-192-2/+7
* 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