summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-10225-2328/+11351
* committed local libtommath changes from kennykb-numerics-branch back to the T...Kevin B Kenny2005-05-103-3/+19
* * generic/tclExecute.c (ExponLong, ExponWide): fixed special caseMiguel Sofer2005-05-103-4/+12
* * unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check andhobbs2005-05-073-7/+29
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-0513-164/+266
* Corrected a compilation error in the --enable-threads configurationKevin B Kenny2005-05-052-8/+18
* * generic/tclCompCmds.c: Factored common efficiency trick intodgp2005-05-052-91/+35
* * generic/tclCompCmds.c: Replaced all instance ofdgp2005-05-055-102/+113
* * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-0325-596/+617
* * generic/tcl.decls:dgp2005-05-025-58/+40
* * 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