Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Always use UCHAR() with isxdigit(). doc fix | jan.nijtmans | 2023-09-01 | 1 | -2/+2 | |
* | Fix bug with octal. Add floating point example to doc. | griffin | 2023-09-01 | 1 | -2/+2 | |
* | Use system isxdigit. | griffin | 2023-09-01 | 1 | -12/+2 | |
* | Rewrite how numeric whitespace is processed in TclParseNumber. Add more numbe... | griffin | 2023-09-01 | 1 | -141/+99 | |
* | fix several issues with numeric whitespace by limiting where '_' is allowed. | griffin | 2023-08-30 | 1 | -82/+94 | |
* | fix for invalid numeric whitespace syntax bug. | griffin | 2023-08-29 | 1 | -4/+51 | |
*---. | Partial sync-up with trunk. | griffin | 2023-04-30 | 1 | -10/+10 | |
|\ \ \ | ||||||
| | | * | Merge trunk | apnadkarni | 2023-04-14 | 1 | -3/+3 | |
| | | |\ | | | |/ | | |/| | ||||||
| | * | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -3/+3 | |
| | |\ \ | ||||||
| | | * | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -3/+3 | |
| | | | * | Merge 9.0 | jan.nijtmans | 2023-04-01 | 1 | -1/+1 | |
| | | | |\ | | | |_|/ | | |/| | | ||||||
| | * | | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -1/+1 | |
| | |\ \ \ | |/ / / / | | | _ / | | | / | ||||||
| | * | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -1/+1 | |
| | | | * | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -6/+6 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge trunk | griffin | 2023-03-25 | 1 | -32/+33 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -2/+2 | |
| * | | | Merge 8.7 (Bug [e3dcab1d14]) | Kevin B Kenny | 2023-01-22 | 1 | -30/+31 | |
| |\ \ \ | | |/ / | ||||||
| | | | | ||||||
| | | \ | ||||||
| | | \ | ||||||
| | | \ | ||||||
| | *---. \ | Bug [e3dcab1d14] - merge fix from 8.6 | Kevin B Kenny | 2023-01-22 | 1 | -30/+31 | |
| | |\ \ \ \ | | | | | |/ | ||||||
| | | | | * | Missed one more off-by-one error, also, tests misnumbered for merge forward. | Kevin B Kenny | 2023-01-22 | 1 | -1/+1 | |
| | | | |/ | | | |/| | ||||||
| | | * | | Remove unneeded hard-coded array size | Kevin B Kenny | 2023-01-22 | 1 | -1/+1 | |
| | | |/ | ||||||
| | | * | Bug [e3dcab1d14] fix | Kevin B Kenny | 2023-01-22 | 1 | -29/+30 | |
| * | | | Internal abstract list, don't let "llength" shimmer any more. | jan.nijtmans | 2022-11-23 | 1 | -6/+6 | |
|/ / / | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2022-07-22 | 1 | -22/+24 | |
|\ \ \ | |/ / | ||||||
| * | | Merge 8.6 | jan.nijtmans | 2022-07-22 | 1 | -22/+24 | |
| |\ \ | | |/ | ||||||
| | * | amend to [f3db59139e] (fix [713653b951]) - i386 only, resolve mixed declarati... | sebres | 2022-07-22 | 1 | -21/+24 | |
* | | | Merge 8.7 | jan.nijtmans | 2022-07-17 | 1 | -13/+29 | |
|\ \ \ | |/ / | ||||||
| * | | Merge 8.6 | jan.nijtmans | 2022-07-17 | 1 | -13/+29 | |
| |\ \ | | |/ | ||||||
| | * | Fix [713653b951]: Floating point precision problems on x86 musl | jan.nijtmans | 2022-07-17 | 1 | -13/+29 | |
| | |\ | ||||||
| | | * | Fix [713653b951]: Floating point precision problems on x86 musl | jan.nijtmans | 2022-07-17 | 1 | -121/+192 | |
| | | |\ | ||||||
| | | | * | Restore FP control word on conversion of zero values. | Kevin B Kenny | 2022-07-15 | 1 | -13/+29 | |
| | | |/ | | |/| | ||||||
| | | * | Add FALLTHRU markers, to help GCC emit less false warnings | jan.nijtmans | 2021-08-23 | 1 | -6/+8 | |
* | | | | Merge 8.7. Update documentation | jan.nijtmans | 2022-06-23 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / | ||||||
* | | | | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -1/+1 | |
* | | | | | Merge 9.0 | jan.nijtmans | 2022-04-14 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Code formatting | jan.nijtmans | 2022-04-12 | 1 | -1/+1 | |
* | | | | | 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 | |
|\ \ \ \ \ | |/ / / / |