summaryrefslogtreecommitdiffstats
path: root/generic/tclConfig.c
Commit message (Expand)AuthorAgeFilesLines
* Rebase to trunkjan.nijtmans2025-11-251-3/+3
|\
| * Use _Generic() to select function typejan.nijtmans2025-11-231-1/+1
| |\ | |/ |/|
| * (partial) merge trunkjan.nijtmans2025-09-021-3/+3
| |\ |/ /
| * Merge 9.1jan.nijtmans2025-03-021-1/+1
| |\
| * \ Merge 9.0jan.nijtmans2024-06-071-4/+4
| |\ \
| * \ \ Merge 9.0jan.nijtmans2023-10-221-3/+3
| |\ \ \
| * \ \ \ Merge 9.0jan.nijtmans2023-04-211-7/+7
| |\ \ \ \
| * \ \ \ \ Merge 9.0jan.nijtmans2023-04-201-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge 9.0jan.nijtmans2023-04-141-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge 9.0jan.nijtmans2023-03-051-6/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-11-241-1/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ More progressjan.nijtmans2022-08-261-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-06-081-3/+3
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Many int-> size_tjan.nijtmans2022-05-251-1/+1
| * | | | | | | | | | Starting TIP #626 implementation. WIP, far from finishedjan.nijtmans2022-05-241-2/+2
* | | | | | | | | | | Add a TCL_UNREACHABLE macro for marking a code path as never reached dkf2025-05-271-2/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Bunch of whitespace basic fixes.dkf2025-03-021-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge 8.7jan.nijtmans2024-05-271-3/+3
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Another round of sentinel improvementsjan.nijtmans2024-05-271-3/+3
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge 8.7dkf2024-05-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | merge 8.6dkf2024-05-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Use the new operationsdkf2024-05-251-1/+1
| | * | | | | | | | | More type-casts (c++-compatibility)jan.nijtmans2023-09-131-6/+6
| | * | | | | | | | | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| | * | | | | | | | | Remove ARGSUSED. More type-castsjan.nijtmans2022-11-291-4/+2
* | | | | | | | | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-1/+1
* | | | | | | | | | | Clean up a lot of small whitespace issues dkf2024-05-131-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge 8.7jan.nijtmans2023-10-191-3/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-3/+3
* | | | | | | | | Merge trunkapnadkarni2023-04-141-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* | | | | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-7/+7
|/ / / / / / /
* | | | | | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-6/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Use Tcl_GetByteArrayFromObj(... in stead of Tcl_GetBytesFromObj(NULL,.... Add...jan.nijtmans2022-11-241-1/+4
| |_|_|_|/ |/| | | |
* | | | | Merge 8.7jan.nijtmans2022-08-231-1/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Merge 8.7jan.nijtmans2022-06-091-1/+1
* | | | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-5/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge 9.0jan.nijtmans2022-04-141-3/+2
| |\ \ \ | |/ / / |/| | |
| * | | change signature for Tcl_DictObjPutKeyList and Tcl_DictObjRemoveKeyList toojan.nijtmans2022-01-241-3/+3
| * | | Tcl Dicts > 2^31 elements toojan.nijtmans2022-01-241-1/+1
* | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-3/+3
| |/ /
* | | Merge 8.7jan.nijtmans2021-03-191-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-03-191-1/+1
| |\ \ | | |/
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-1/+1
|\ \ \ | |/ /
* | | 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.7dgp2020-03-061-11/+5
|\ \ \ | |/ /
| * | more of the samedgp2020-03-061-11/+5