Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclStrToD.c: One of the branches of AccumulateDecimalDigit | dgp | 2006-03-21 | 1 | -1/+2 |
| | | | | * tests/parseExpr.test: did not. [Bug 1451233] | ||||
* | Export Tcl_InitBignumFromDouble | Kevin B Kenny | 2005-12-27 | 1 | -5/+5 |
| | |||||
* | 2005-12-19 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-12-19 | 1 | -13/+16 |
| | | | | | | | | | | | | | | | * generic/tclCmdMZ.c: Modified [string is double] to use * tests/string.test: TclParseNumber() to parse trailing whitespace. Ensures consistency, and makes it easier to cleanup after invalid internal reps left behind by parsing [Bugs 1360432 1382287]. * generic/tclParseExpr.c: Added TCL_PARSE_NO_WHITESPACE to * generic/tclScan.c: TclParseNumber() calls since [scan] and * tests/scan.test: [expr] parsing don't want spaces in parsed numbers. * generic/tclInt.h: Added TCL_PARSE_NO_WHITESPACE flag to the * generic/tclStrToD.c: TclParseNumber() interface. | ||||
* | * generic/tclStrToD.c: More data in the "can't happen" Tcl_Panic | dgp | 2005-11-14 | 1 | -2/+3 |
| | | | | to aid debugging. | ||||
* | * generic/tclInt.h: Revised TclParseNumber interface to enable | dgp | 2005-11-12 | 1 | -101/+134 |
| | | | | | | * generic/tclScan.c: revision to the [scan] command implementation * generic/tclStrToD.c: to permit tests scan-4.44,55 to pass again. [Bug 1348067]. | ||||
* | Bug 1334461 | Kevin B Kenny | 2005-10-21 | 1 | -1/+2 |
| | |||||
* | remove C++ comments | Kevin B Kenny | 2005-10-21 | 1 | -4/+4 |
| | |||||
* | Bug 1334461 | Kevin B Kenny | 2005-10-21 | 1 | -2/+4 |
| | |||||
* | Formatting cleanup to more accurately match the coding standards of | dkf | 2005-10-13 | 1 | -734/+713 |
| | | | | the rest of the core. | ||||
* | * generic/tclStrToD.c (TclParseNumber): Missing goto caused crash | dgp | 2005-10-13 | 1 | -1/+2 |
| | | | | when parsing "Na". [Bug 1325833] | ||||
* | * generic/tclBasic.c: | Miguel Sofer | 2005-10-09 | 1 | -2/+3 |
| | | | | | | | * generic/tclExecute.c: * generic/tclStrToD.c: * generic/tclStringObj.c: initialise variables to avoid compiler warnings ([Bug 1320818] among others). | ||||
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -643/+1919 |
| | | | | | | [kennykb-numerics-branch] Resynchronized with the HEAD; at this checkpoint [-rkennykb-numerics-branch-20051008], the HEAD and kennykb-numerics-branch contain identical code. | ||||
* | fix formatting of fp number with smallest significand | Kevin B Kenny | 2005-08-24 | 1 | -2/+2 |
| | |||||
* | Tk Bug 1227781 | Kevin B Kenny | 2005-07-16 | 1 | -1/+3 |
| | |||||
* | Much whitespace/style tidying up | dkf | 2005-07-05 | 1 | -622/+590 |
| | |||||
* | Add explanatory comment about static unprotected variables. | dkf | 2005-06-26 | 1 | -1/+7 |
| | |||||
* | Added UCHAR's to ctype macros in tclStrToD.c | Kevin B Kenny | 2005-05-11 | 1 | -6/+6 |
| | |||||
* | Fixes for C++-style comment and bad NaN on PA-RISC | Kevin B Kenny | 2005-05-10 | 1 | -3/+16 |
| | |||||
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -0/+1361 |