summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Corrections in comparisons with +/-Inf.dgp2005-08-241-2/+26
* [kennykb_numerics_branch]dgp2005-08-242-5/+59
* [kennykb_numerics_branch]dgp2005-08-242-4/+7
* [kennykb_numerics_branch]dgp2005-08-232-2/+8
* more test coverage - 0o and entierKevin B Kenny2005-08-231-1/+72
* comment fixdgp2005-08-231-2/+2
* Removed TclStrToD and friends, and added '0b' test cases.Kevin B Kenny2005-08-231-4/+4
* Removed TclStrToD and friends, and added '0b' test cases.Kevin B Kenny2005-08-234-674/+51
* TclParseNumber enhanced for [scan ... %f], plus better test coverageKevin B Kenny2005-08-2310-122/+341
* * generic/tclStrToD.c: New macros TIP_114_FORMATS and KILL_OCTAL todgp2005-08-233-21/+114
* see ChangeLogdgp2005-08-231-0/+24
* [kennykb_numerics_branch]dgp2005-08-239-239/+166
* [kennykb_numerics_branch]dgp2005-08-227-74/+80
* [kennykb_numerics_branch]dgp2005-08-222-1/+9
* [kennykb_numerics_branch]dgp2005-08-224-3/+92
* [kennykb_numerics_branch]dgp2005-08-224-31/+17
* [kennykb_numerics_branch]dgp2005-08-224-46/+25
* [kennykb_numerics_branch]dgp2005-08-224-6/+15
* see ChangeLogdgp2005-08-221-0/+26
* [kennykb_numerics_branch]dgp2005-08-2210-67/+157
* [kennykb_numerics_branch]dgp2005-08-197-49/+223
* [kennykb_numerics_branch]dgp2005-08-198-50/+234
* [kennykb_numerics_branch]dgp2005-08-183-2/+15
* [kennykb_numerics_branch]dgp2005-08-184-7/+85
* restore interp->result support in legacy routinesdgp2005-08-181-1/+7
* added some constraints to the new testsdgp2005-08-182-24/+27
* changed TclParseNumber to leave endPtrPtr on trailing whitespaceKevin B Kenny2005-08-172-5/+8
* change expression parser to use TclParseNumber; fix comments in TclParseNumbe...Kevin B Kenny2005-08-174-107/+18
* revised test conditions to demand IEEE floating point for the tests that requ...Kevin B Kenny2005-08-172-33/+42
* fancier casts in Tcl_ExprLongObj to avoid unwanted sign-extensionKevin B Kenny2005-08-171-2/+4
* corrected error in test numberingKevin B Kenny2005-08-172-6/+6
* fix ChangeLog messageKevin B Kenny2005-08-171-3/+6
* updated Tcl_Expr* to deal with bignumsKevin B Kenny2005-08-175-130/+385
* [kennykb_numerics_branch]dgp2005-08-172-27/+64
* [kennykb_numerics_branch]dgp2005-08-174-12/+108
* [kennykb_numerics_branch]dgp2005-08-166-9/+209
* * generic/tclExecute.c: More revisions to IllegalExprOperandType.dgp2005-08-163-18/+56
* * generic/tclInt.decls: Deleted TclLooksLikeInt() and all callers.dgp2005-08-157-26/+57
* merge updates from HEADdgp2005-08-1532-1782/+1012
* [kennykb_numerics_branch]dgp2005-08-152-7/+132
* [kennykb_numerics_branch]dgp2005-08-156-15/+244
* [kennykb_numerics_branch]dgp2005-08-133-119/+140
* [kennykb_numerics_branch]dgp2005-08-122-68/+73
* [kennykb_numerics_branch]dgp2005-08-112-18/+104
* [kennykb_numerics_branch]dgp2005-08-114-57/+101
* [kennykb_numerics_branch]dgp2005-08-1010-461/+403
* * generic/tclObj.c: Replaced some goto's with loops and starteddgp2005-08-082-90/+84
* Rewrote Tcl_GetDoubleFromObjdgp2005-08-052-29/+30
* * generic/tclObj.c: Rewrote Tcl_GetBooleanFromObj() and supportingdgp2005-08-042-107/+83
* merge updates from HEADdgp2005-08-045-95/+79