summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclInt.decls:das2005-05-1422-119/+1713
* further rework of SEHKevin B Kenny2005-05-132-169/+189
* * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration.dgp2005-05-135-33/+15
* Corrected duplication of test namesdgp2005-05-122-7/+7
* changed NAME to match the name of the page.Kevin B Kenny2005-05-122-2/+6
* Corrected example that confused [namespace which] and [namespace origin]dgp2005-05-121-2/+2
* Added UCHAR's to ctype macros in tclStrToD.cKevin B Kenny2005-05-112-6/+13
* * unix/tclUnixFCmd.c: add lint attr to enum to satisfy strictlyhobbs2005-05-112-1/+5
* * tests/string.test: string-10.[21-30]hobbs2005-05-113-3/+42
* Fixes for C++-style comment and bad NaN on PA-RISCKevin B Kenny2005-05-104-26/+43
* fixed Changelog entry for [Bug 1198892] fix - forgot to mention newMiguel Sofer2005-05-101-2/+3
* fix ChangeLog message for last commitKevin B Kenny2005-05-101-1/+1
* Fixed uninitialized memory read in tclBinary.c when passing a NaN to 'd','q',...Kevin B Kenny2005-05-102-1/+8
* 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