summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-1630-2144/+2168
* * doc/clock.n: Corrected documentation to avoid periods in theKevin B Kenny2007-04-151-6/+6
* * generic/tclCompCmds.c: added a cast to silence a compilerKevin B Kenny2007-04-154-15/+33
* * generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP thatMiguel Sofer2007-04-142-8/+11
* Added keyworddkf2007-04-131-3/+2
* removed stray '//'Miguel Sofer2007-04-111-2/+2
* * generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS,Miguel Sofer2007-04-112-141/+152
* fixing commentsMiguel Sofer2007-04-111-4/+1
* * generic/tclCompCmds.c: moved all exceptDepth management to theMiguel Sofer2007-04-112-11/+20
* 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