summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclEnv.c (ReplaceString): Clear memory correctly whenKevin B Kenny2007-04-231-19/+29
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-9/+9
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-2/+4
* various "const" additions, in line with TIP #27nijtmans2007-02-201-8/+8
* TIP#270 IMPLEMENTATIONdgp2006-11-151-2/+2
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-2/+2
* * generic/regc_locale.c (cclass):das2006-07-201-7/+7
* * generic/tclIOUtil.c: Changed default configuration todgp2006-06-211-26/+3
* * generic/tclBinary.c: Revised the handling of the Q and q formatdgp2006-04-261-1/+17
* fix for Martin Lemburg's DST conversion bug.Kevin B Kenny2006-04-191-2/+65
* * generic/tclStrToD.c: One of the branches of AccumulateDecimalDigitdgp2006-03-211-1/+2
* Export Tcl_InitBignumFromDoubleKevin B Kenny2005-12-271-5/+5
* 2005-12-19 Don Porter <dgp@users.sourceforge.net>dgp2005-12-191-13/+16
* * generic/tclStrToD.c: More data in the "can't happen" Tcl_Panicdgp2005-11-141-2/+3
* * generic/tclInt.h: Revised TclParseNumber interface to enabledgp2005-11-121-101/+134
* Bug 1334461Kevin B Kenny2005-10-211-1/+2
* remove C++ commentsKevin B Kenny2005-10-211-4/+4
* Bug 1334461Kevin B Kenny2005-10-211-2/+4
* Formatting cleanup to more accurately match the coding standards ofdkf2005-10-131-734/+713
* * generic/tclStrToD.c (TclParseNumber): Missing goto caused crashdgp2005-10-131-1/+2
* * generic/tclBasic.c:Miguel Sofer2005-10-091-2/+3
* TIP#237 IMPLEMENTATIONdgp2005-10-081-643/+1919
* fix formatting of fp number with smallest significandKevin B Kenny2005-08-241-2/+2
* Tk Bug 1227781Kevin B Kenny2005-07-161-1/+3
* Much whitespace/style tidying updkf2005-07-051-622/+590
* Add explanatory comment about static unprotected variables.dkf2005-06-261-1/+7
* Added UCHAR's to ctype macros in tclStrToD.cKevin B Kenny2005-05-111-6/+6
* Fixes for C++-style comment and bad NaN on PA-RISCKevin B Kenny2005-05-101-3/+16
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-0/+1361