summaryrefslogtreecommitdiffstats
path: root/generic/tclConfig.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | corrections in history.tcl and tcltest.test.
| | * 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
| | | | | | | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* | | Clean up a lot of small whitespace issues dkf2024-05-131-1/+1
| | | | | | | | | This is the dullest commit ever. Sorry.
* | | 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 ↵pooryorick2023-04-121-1/+1
| |\ \ \ | | |/ / | | | | | | | | non-comment corrections in history.tcl and tcltest.test.
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| | | | | | | | | | | | corrections in history.tcl and tcltest.test.
* | | | 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,.... ↵jan.nijtmans2022-11-241-1/+4
| | | | | | | | | | | | Add some more error-checking for invalid byte-arrays
* | | 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 ↵jan.nijtmans2022-03-021-3/+3
| |/ / | | | | | | | | | longer necessary
* | | 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
| | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | merge 8.7dgp2020-03-061-11/+5
|\ \ \ | |/ /
| * | more of the samedgp2020-03-061-11/+5
| | |
* | | Merge 8.7jan.nijtmans2020-02-281-7/+8
|\ \ \ | |/ /
| * | Merge tip-548jan.nijtmans2019-08-291-1/+2
| |\ \
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-6/+6
| |/ /
* | | Merge 8.7jan.nijtmans2019-03-081-1/+1
|\ \ \ | |/ /
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string ↵jan.nijtmans2019-02-011-4/+5
|\ \ \ | |/ / | | | | | | >2GiB in more places.
* | | Another round of int -> size_t modifications, so strings > 2Gb are handled ↵jan.nijtmans2019-01-241-1/+1
| | | | | | | | | | | | correctly on 64-bit platforms.
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵jan.nijtmans2018-09-011-4/+4
| | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion)
* | | merge core-8-branch. Various cleanup: unused structure names, unused ↵jan.nijtmans2017-12-011-1/+1
|/ / | | | | | | #defines. Change some "epoch"-related fields from int to size_t. Nothing functional.
* | Use more "size_t" in stead of "int" internall. Also eliminate a lot of ↵jan.nijtmans2016-11-161-4/+4
|/ | | | type-casts which are not necessary any more.
* CONST -> const in one placejan.nijtmans2013-07-051-1/+1
|
* Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings.jan.nijtmans2013-06-271-46/+57
|\
| * Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings.jan.nijtmans2013-06-271-45/+56
| |\
| | * Allocate encoding name, so caller of Tcl_RegisterConfig() doesn't need to ↵jan.nijtmans2013-06-261-4/+12
| | | | | | | | | | | | | | | keep it forever. Fix some comments.
| | * Proposed solution for [9b2e636361]jan.nijtmans2013-06-261-25/+19
| | |
* | | typos. jan.nijtmans2013-06-261-2/+2
|\ \ \ | |/ / | | | On Cygwin, Tcl_SetPanicProc(NULL) should set back the panic proc to its default, which is not NULL.
| * | formatting, typojan.nijtmans2013-06-261-13/+13
| |/
| * make some more internal tables constjan.nijtmans2012-04-181-1/+1
| | | | | | a few CONST -> const changes