summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * unix/tclUnixNotfy.c: applied dkf's tkMacOSXNotify.c cleanup changes.das2005-04-302-109/+109
* Whitespace/formatting fixesdkf2005-04-291-65/+49
* TIP#176 IMPLEMENTATION [Patch 1165695]dgp2005-04-2926-155/+549
* * tests/unixInit.test (7.1): Alternative fix for thedgp2005-04-282-6/+11
* * library/init.tcl: Corrected flaw in interactive commanddgp2005-04-283-3/+22
* TIP#183 IMPLEMENTATION [Patch 577093]dgp2005-04-276-38/+152
* * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-268-31/+228
* Olson's tzdata2005iKevin B Kenny2005-04-2517-15/+42
* * library/init.tcl: Use "ni" and "in" operators.dgp2005-04-252-7/+11
* fix commentsMiguel Sofer2005-04-251-2/+5
* * generic/tclExecute.c: fix for [Bug 1189274].Miguel Sofer2005-04-252-2/+6
* silence compiler warningsdgp2005-04-253-5/+10
* typodgp2005-04-221-2/+2
* * tests/string.test: Test string-23.0 for Bug 1187123.dgp2005-04-222-1/+9
* The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-2210-102/+103
* * generic/tclLiteral.c: Disabled the code that forces some literalsdgp2005-04-212-1/+8
* * generic/tclDictObj.c: Updated callers to call new routine.dgp2005-04-212-2/+3
* * generic/tclBasic.c: Updated callers to call new routine.dgp2005-04-213-25/+8
* stifle compiler warningdgp2005-04-211-9/+11
* * generic/tclGet.c: Radical code simplification. Converteddgp2005-04-216-240/+215
* Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep.dgp2005-04-212-1/+5
* * generic/tclObj.c: Re-ordered error detection code so all valuesdgp2005-04-212-54/+47
* * doc/GetInt.3: Convert argument "string" to "str" to agree with code.dgp2005-04-213-178/+80
* * generic/tclGet.c (Tcl_GetInt): Corrected error that did notdgp2005-04-203-38/+28
* silenced a compiler warningKevin B Kenny2005-04-202-2/+7
* typodgp2005-04-191-2/+2
* * generic/tclBasic.c: Added unsupported commanddgp2005-04-196-108/+105
* fixed Bug 1185933Kevin B Kenny2005-04-193-23/+63
* * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leakMiguel Sofer2005-04-162-2/+7
* See filevasiljevic2005-04-161-0/+32
* Force clenaup of the interp result in TclLoadFile(). Some implementationsvasiljevic2005-04-161-5/+12
* Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognizevasiljevic2005-04-161-20/+23
* Fixed TclpFreeAllocCache() to recognize when being called with NULLvasiljevic2005-04-161-7/+10
* Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCachevasiljevic2005-04-161-1/+3
* Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache().vasiljevic2005-04-161-1/+3
* * tests/unixInit.test: Disabled obsolete tests and removed codedgp2005-04-154-103/+83
* * library/init.tcl: Use auto-loading to bring in Tcl Moduledgp2005-04-154-45/+42
* * generic/tclExecute.c: missing semicolons caused failure toMiguel Sofer2005-04-152-3/+8
* * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-141-3/+3
* no messagedavygrvy2005-04-141-0/+11
* * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-142-6/+6
* * unix/tclUnixInit.c (TclpGetEncodingNameFromEnvironment): Reverseddgp2005-04-132-175/+174
* Performance improvement in [clock] - FR 1182459Kevin B Kenny2005-04-132-4/+10
* Also improved [fcopy] docsdkf2005-04-132-15/+29
* Improve documentation of -encoding binary option to [fconfigure].dkf2005-04-132-3/+12
* * generic/tclCompile.c:Commented out the functionsMiguel Sofer2005-04-132-1/+13
* * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call.dgp2005-04-124-130/+143
* added definition of NULL to strstr.c for Bug 1175161Kevin B Kenny2005-04-122-1/+10
* Revamp the zone-info compiler to make better use of the facilities availabledkf2005-04-112-301/+237
* Import of tommath 0.35Kevin B Kenny2005-04-1075-4385/+7023