summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-02-171-1/+1
|\
| * Merge 8.7jan.nijtmans2022-02-171-1/+1
| |\
| | * Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin...jan.nijtmans2022-02-171-1/+1
* | | Merge 9.0jan.nijtmans2022-02-171-17/+12
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-02-171-11/+6
| |\ \ | | |/
| | * Merge 8.6. Remove some Tcl_Panic()'s which can never happenjan.nijtmans2022-02-171-11/+6
| | |\
| | | * Addendum to [7deeddb36]: Use WIDE_MIN/WIDE_MAX in more placesjan.nijtmans2022-02-171-6/+5
| * | | Merge 8.7jan.nijtmans2022-02-161-6/+6
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2022-02-161-6/+6
| | |\ \ | | | |/
| | | * Fix [89de498973]: signed integer overflow in TclParseNumber()jan.nijtmans2022-02-161-4/+4
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-1/+1
* | | | More work in progressjan.nijtmans2022-01-241-2/+2
|\ \ \ \ | |/ / /
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-1/+1
|/ / /
* | | Merge 8.7jan.nijtmans2021-12-071-16/+69
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-12-071-16/+69
| |\ \ | | |/
| | * Fix [cea2c63928]: Address -fsanitize=shift-exponent complaints in TclParseNum...jan.nijtmans2021-12-071-16/+69
| | * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-2/+2
* | | Merge 8.7jan.nijtmans2021-10-081-5/+5
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-5/+5
* | | Merge 8.7jan.nijtmans2021-01-151-9/+11
|\ \ \ | |/ /
| * | Fix [ff658e10fc]: tip 551 in 8.7a4 0b1111_1111 not working. Also fix some ind...jan.nijtmans2021-01-151-9/+11
| * | Make tclStrToD.c compile on systems without inttypes.hjan.nijtmans2021-01-111-0/+5
* | | Make tclStrToD.c compile on systems without inttypes.hjan.nijtmans2021-01-111-0/+5
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-5/+5
|\ \ \ | |/ /
| * | Make Tcl independent from exact definition of TCL_LL_MODIFIER. In tclStrToD.c...jan.nijtmans2021-01-111-5/+5
* | | Merge 8.7 (resolve conflicts)dgp2021-01-081-9/+9
|\ \ \ | |/ /
| * | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-4/+4
| * | Revise UWIDE_MAX and friendsjan.nijtmans2021-01-071-5/+5
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-11-261-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-11-261-2/+2
| |\ \ | | |/
| | * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-2/+2
* | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-06-041-2/+2
| |\ \ | | |/
* | | tip-551 implementation.griffin2020-05-311-6/+83
|\ \ \ | |/ /
| * | tip-551 implementation.griffin2020-05-301-6/+87
| |\ \
| | * | Update for TIP-551: griffin2020-05-231-14/+16
| | * | Initial implementation for TIP-551 Permit underscores in numeric literalsgriffin2019-12-071-4/+83
* | | | Merge 8.7jan.nijtmans2020-04-141-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-04-141-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-3/+3
| | |\ \
| | | * | Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-3/+3
* | | | | Merge 8.7jan.nijtmans2020-03-181-23/+23
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-03-181-23/+23
| |\ \ \ \ | | |/ / /
| | * | | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-23/+23
| | * | | Better error-handling in some libtommath calls.jan.nijtmans2020-01-231-2/+2
| | * | | A few more "break" statements, so any compiler knows these are no FALLTHROUGH...jan.nijtmans2020-01-151-0/+1
* | | | | Merge 8.7jan.nijtmans2020-03-091-12/+6
|\ \ \ \ \ | |/ / / /
| * | | | More TCL_UNUSEDdgp2020-03-091-12/+6