Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 9.0 | jan.nijtmans | 2022-02-17 | 1 | -1/+1 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2022-02-17 | 1 | -1/+1 |
| |\ | |||||
| | * | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin... | jan.nijtmans | 2022-02-17 | 1 | -1/+1 |
* | | | Merge 9.0 | jan.nijtmans | 2022-02-17 | 1 | -17/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2022-02-17 | 1 | -11/+6 |
| |\ \ | | |/ | |||||
| | * | Merge 8.6. Remove some Tcl_Panic()'s which can never happen | jan.nijtmans | 2022-02-17 | 1 | -11/+6 |
| | |\ | |||||
| | | * | Addendum to [7deeddb36]: Use WIDE_MIN/WIDE_MAX in more places | jan.nijtmans | 2022-02-17 | 1 | -6/+5 |
| * | | | Merge 8.7 | jan.nijtmans | 2022-02-16 | 1 | -6/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.6 | jan.nijtmans | 2022-02-16 | 1 | -6/+6 |
| | |\ \ | | | |/ | |||||
| | | * | Fix [89de498973]: signed integer overflow in TclParseNumber() | jan.nijtmans | 2022-02-16 | 1 | -4/+4 |
* | | | | Tcl_ListObjLength -> TclListObjLength | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
* | | | | More work in progress | jan.nijtmans | 2022-01-24 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
* | | | | TIP #616: Tcl lists > 2^31 elements. WIP | jan.nijtmans | 2022-01-24 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-12-07 | 1 | -16/+69 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2021-12-07 | 1 | -16/+69 |
| |\ \ | | |/ | |||||
| | * | Fix [cea2c63928]: Address -fsanitize=shift-exponent complaints in TclParseNum... | jan.nijtmans | 2021-12-07 | 1 | -16/+69 |
| | * | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -5/+5 |
* | | | Merge 8.7 | jan.nijtmans | 2021-01-15 | 1 | -9/+11 |
|\ \ \ | |/ / | |||||
| * | | Fix [ff658e10fc]: tip 551 in 8.7a4 0b1111_1111 not working. Also fix some ind... | jan.nijtmans | 2021-01-15 | 1 | -9/+11 |
| * | | Make tclStrToD.c compile on systems without inttypes.h | jan.nijtmans | 2021-01-11 | 1 | -0/+5 |
* | | | Make tclStrToD.c compile on systems without inttypes.h | jan.nijtmans | 2021-01-11 | 1 | -0/+5 |
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Make Tcl independent from exact definition of TCL_LL_MODIFIER. In tclStrToD.c... | jan.nijtmans | 2021-01-11 | 1 | -5/+5 |
* | | | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -9/+9 |
|\ \ \ | |/ / | |||||
| * | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto... | jan.nijtmans | 2021-01-08 | 1 | -4/+4 |
| * | | Revise UWIDE_MAX and friends | jan.nijtmans | 2021-01-07 | 1 | -5/+5 |
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2020-11-26 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-11-26 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -2/+2 |
* | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code. | jan.nijtmans | 2020-06-04 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-06-04 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
* | | | tip-551 implementation. | griffin | 2020-05-31 | 1 | -6/+83 |
|\ \ \ | |/ / | |||||
| * | | tip-551 implementation. | griffin | 2020-05-30 | 1 | -6/+87 |
| |\ \ | |||||
| | * | | Update for TIP-551: | griffin | 2020-05-23 | 1 | -14/+16 |
| | * | | Initial implementation for TIP-551 Permit underscores in numeric literals | griffin | 2019-12-07 | 1 | -4/+83 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-04-14 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -3/+3 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. | dgp | 2020-04-13 | 1 | -3/+3 |
| | |\ \ | |||||
| | | * | | Guarantee TclNeedSpace and TclFindElement have common definition of whitespace | dgp | 2020-04-09 | 1 | -3/+3 |
* | | | | | Merge 8.7 | jan.nijtmans | 2020-03-18 | 1 | -23/+23 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -23/+23 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -23/+23 |
| | * | | | Better error-handling in some libtommath calls. | jan.nijtmans | 2020-01-23 | 1 | -2/+2 |
| | * | | | A few more "break" statements, so any compiler knows these are no FALLTHROUGH... | jan.nijtmans | 2020-01-15 | 1 | -0/+1 |
* | | | | | Merge 8.7 | jan.nijtmans | 2020-03-09 | 1 | -12/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | More TCL_UNUSED | dgp | 2020-03-09 | 1 | -12/+6 |