summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2017-09-131-16/+16
|\
| * Make mp_get_long and mp_set_long available to tommath-enabled Tcl ↵jan.nijtmans2017-09-131-16/+16
| | | | | | | | extensions. Deprecate the internal TclBNInitBignumFrom* functions, in favor of the official tommath functions with the same purpose.
* | merge trunkjan.nijtmans2017-07-031-26/+26
|\ \ | |/
| * merge core-8-6-branchjan.nijtmans2017-07-031-26/+26
| |\
| | * 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy.jan.nijtmans2017-07-031-26/+26
| | |
* | | Merge trunk (but without %#d format, pending further decision and bug-fixing)jan.nijtmans2017-06-231-1/+16
|\ \ \ | |/ /
| * | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literalsjan.nijtmans2017-06-231-1/+16
| |\ \
| | * \ Merge core-8-6-branch. jan.nijtmans2017-06-151-1/+2
| | |\ \ | | | |/ | | | | | | | | Fix gcc warning: tclStrToD.c:1180:2: warning: enumeration value ‘ZERO_D’ not handled in switch [-Wswitch] switch (acceptState) {
| | * | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....)jan.nijtmans2017-06-141-1/+15
| | |\ \
| | | * | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o.griffin2017-05-271-1/+15
| | | | |
* | | | | merge trunkdgp2017-06-161-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | merge core-8-6-branchjan.nijtmans2017-06-151-1/+1
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Make panic in TclParseNumber() work when IEEE_FLOATING_POINT is not defined.jan.nijtmans2017-06-151-1/+1
| | |/
* | | Merge trunkjan.nijtmans2017-03-291-2/+2
|\ \ \ | |/ /
| * | In comments and documentation, distinguish between __int64 (a Microsoft ↵jan.nijtmans2017-03-291-2/+2
| |\ \ | | |/ | | | | | | 64-bit integer type) and int64_t (C99 equivalent)
| | * In comments and documentation, distinguish between __int64 (a Microsoft ↵jan.nijtmans2017-03-291-2/+2
| | | | | | | | | | | | 64-bit integer type) and int64_t (C99 equivalent)
* | | merge trunkdgp2017-03-061-1/+1
|\ \ \ | |/ /
| * | Fix for Ticket [71c0878b71] + test casesavl2017-03-051-1/+1
| | |
* | | Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to ↵jan.nijtmans2017-02-081-0/+14
|\ \ \ | |/ / | | | | | | generate the string representation if we know already beforehand that the parsing will fail.
| * | Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to ↵jan.nijtmans2017-02-081-10/+17
| |/ | | | | | | | | | | generate the string representation if we know already beforehand that the parsing will fail. Use TCL_NO_DEPRECATED in stead of KILL_OCTAL for removing the (deprecated un-prefixed) octal support. Adapt test-cases, so they work without octal support as well.
* | merge trunkdgp2016-10-121-0/+9
|\ \ | |/
| * [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY.dgp2016-10-121-1/+1
| |
| * [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY.dgp2016-10-121-0/+9
| |\
| | * [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY.dgp2016-10-121-0/+6
| | |
| | * RefineApproximation() leaked twoMv and twoMd in one of its exits.dgp2016-01-281-0/+2
| | |
* | | merge trunkjan.nijtmans2015-10-041-4/+4
|\ \ \ | |/ /
| * | Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-4/+4
| |\ \ | | |/
| | * Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-99/+99
| | |
* | | merge trunkdgp2015-07-051-0/+2
|\ \ \ | |/ /
| * | Plug leak of two mp_ints.dgp2015-07-021-0/+2
| | |
* | | merge trunkjan.nijtmans2015-06-241-2/+1
|\ \ \ | |/ /
| * | Silence compiler warning.dgp2015-06-241-2/+1
| |\ \ | | |/
| | * Make sure that an input lying precisely 1/2 ULP between two floating point ↵dgp2015-06-241-8/+30
| | | | | | | | | | | | values is rounded to even.
* | | merge trunkjan.nijtmans2015-06-231-8/+31
|\ \ \ | |/ /
| * | Make sure that an input lying precisely 1/2 ULP between two floating point ↵Kevin B Kenny2015-06-201-8/+31
| | | | | | | | | | | | values is rounded to even.
* | | merge trunkjan.nijtmans2013-10-171-0/+0
|\ \ \ | |/ /
| * | Fix execute permission on many files which shouldn't have it.jan.nijtmans2013-10-171-0/+0
| |\ \ | | |/
| | * Fix execute permission on many files which shouldn't have it.jan.nijtmans2013-10-171-0/+0
| | |
* | | restore all #ifdef TCL_WIDE_INT_IS_LONG, which were accidently removed in ↵jan.nijtmans2013-08-141-0/+4
| | | | | | | | | | | | [19ff9b95e1]
* | | merge trunkjan.nijtmans2013-05-061-4/+0
|\ \ \ | |/ /
* | | Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as ↵jan.nijtmans2013-04-231-2/+2
|\ \ \ | |/ / | | | | | | TCL_WIDE_INT_IS_LONG
| * | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as ↵jan.nijtmans2013-04-231-2/+2
| |\ \ | | |/ | | | | | | | | | | | | macros using Tcl_NewIntObj, Tcl_DbNewLongObj and Tcl_SetIntObj. Starting with Tcl 8.5, this is exactly the same, it only eliminates code duplication. Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_INT_IS_LONG
* | | eliminate unused variablejan.nijtmans2012-11-191-2/+0
| | |
* | | Burn the octal bridges. We're not goin' back.dgp2012-11-161-69/+1
| | |
* | | Kill Octal; bump to 9.0a0; make test suite work again.dgp2012-11-151-1/+1
|/ /
* | Remove unused variable mantDIGIT.dgp2012-06-051-3/+0
|\ \ | |/
| * Remove unused variable mantDIGIT.dgp2012-06-051-3/+0
| |
* | unused static array wtensjan.nijtmans2011-09-061-9/+0
|\ \ | |/
| * unused static array wtensjan.nijtmans2011-09-061-10/+0
| |
* | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex).dgp2011-09-011-0/+3
|\ \ | |/ | | [scan Inf %g] is portable; remove constraint.