summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Unbreak clang build: tclCmdIL.c:4063:2: error: expected expressionjan.nijtmans2024-06-131-1/+1
* ultimately closes [f05f5ef759c1f7f9]: since bigints are not supported yet, tr...sebres2024-06-123-33/+40
* speed-up lseq (with expr-args) a bit, as well as avoid shimmer for compiled e...sebres2024-06-123-5/+11
* more fixes for [f05f5ef759c1f7f9]: don't swallow expr errors, further code re...sebres2024-06-121-96/+77
* lseq: code review, several fixes for [f05f5ef759c1f7f9], unneeded code remove...sebres2024-06-121-74/+66
* (cherry-pick) Put ClockFmtScnStorageHashKeyType (and some more) in read-only ...jan.nijtmans2024-06-095-184/+194
* Fix for [d5b45c23f4]: file tildeexpand and file home not disabled in safe bas...jan.nijtmans2024-06-071-0/+2
* Fix [57daa91ea]: Tcl_GetIntForIndex handling of n-m (m > n). With testcases.jan.nijtmans2024-06-061-2/+0
* typojan.nijtmans2024-06-031-1/+1
* Fix [9c258a841a]: document %t/%z/%j/%q size field specifiers. Fix %j/%z/%t ma...jan.nijtmans2024-05-301-3/+16
|\
| * Let's [9c258a841a|fix] the j%j/%q type specifiers, so they behave like C in s...jan.nijtmans2024-05-301-1/+7
| * Let's [9c258a841a|fix] the %p/%z/%t type specifiers, so they behave like C in...jan.nijtmans2024-05-291-3/+10
* | closes [34870ab5756911d1]: no double free if Tcl_DeleteAssocData gets called ...sebres2024-05-301-1/+1
|/
* Fix [18f4a94d03], by reverting [9bcec7cd880540c3], which caused it.jan.nijtmans2024-05-292-133/+29
|\
| * Merge trunkapnadkarni2024-05-295-16/+16
| |\
| | * Merge 8.7jan.nijtmans2024-05-285-16/+16
| | |\ | |_|/ |/| |
* | | Eliminate some unnecessary type-casts. Tcl_GetString -> TclGetString where ap...jan.nijtmans2024-05-289-26/+26
|\ \ \
| * | | Make TclGlob() a static function. Sentinel/indenting/comment improvements (al...jan.nijtmans2024-05-2819-562/+560
| | * | Merge trunkapnadkarni2024-05-2836-455/+508
| | |\ \ | | | |/
| | | * Merge 8.7jan.nijtmans2024-05-2720-173/+173
| | | |\ | |_|_|/ |/| | |
* | | | Another round of sentinel improvementsjan.nijtmans2024-05-2720-174/+174
|\ \ \ \ | |/ / /
| * | | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not usedjan.nijtmans2024-05-275-121/+99
| | | * merge 8.7sebres2024-05-272-13/+4
| | | |\ | |_|_|/ |/| | |
* | | | merge 8.6sebres2024-05-272-13/+4
|\ \ \ \ | |/ / /
| * | | fix for [e3f4a8b78dec4bdb]: don't swallow limit errors in further invocations...sebres2024-05-272-13/+4
| | | * Missing ',' between "INDEX" and "OUTOFRANGE"jan.nijtmans2024-05-273-16/+8
| | | * Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. Fix s...jan.nijtmans2024-05-275-74/+57
| | | |\ | |_|_|/ |/| | |
* | | | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used.jan.nijtmans2024-05-275-85/+68
| | | * Merge 8.7dkf2024-05-2617-180/+267
| | | |\ | |_|_|/ |/| | |
* | | | merge 8.6dkf2024-05-2617-189/+273
|\ \ \ \ | |/ / /
| * | | More C functions for working with dicts [656fe3c816]dkf2024-05-2615-148/+237
| |\ \ \
| | * | | Use the new operationsdkf2024-05-2515-148/+117
| | * | | Add some more C functions for working with dicts [656fe3c816]dkf2024-05-252-0/+120
| | | * | Merge trunkapnadkarni2024-05-275-16/+26
| | | |\ \ | | | | |/
| | | | * Merge 8.7dkf2024-05-251-0/+13
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | merge core-8-6-branchdkf2024-05-251-0/+13
|\ \ \ \ \ | |/ / / /
| * | | | Check limits immediately when we do [interp eval]. [e3f4a8b78d]dkf2024-05-251-0/+13
| |/ / /
| | | * Merge 8.7jan.nijtmans2024-05-251-1/+0
| | | |\ | |_|_|/ |/| | |
* | | | Unneeded Tcl_DStringFree() (twice)jan.nijtmans2024-05-252-2/+0
| | | * Remove TclSetProcessGlobalValue() "encoding" parameter: it should always be ...jan.nijtmans2024-05-243-11/+12
| | | * merge core-8-branchdkf2024-05-241-4/+1
| | | |\ | |_|_|/ |/| | |
* | | | merge core-8-6-branchdkf2024-05-241-4/+1
|\ \ \ \ | |/ / /
| * | | Use TclDStringToObj a bit moredkf2024-05-241-5/+1
| | * | Merge trunkapnadkarni2024-05-241-2/+1
| | |\ \ | | | |/
| | | * Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use Tc...jan.nijtmans2024-05-241-2/+1
| | | |\ | |_|_|/ |/| | |
* | | | Merge 8.6jan.nijtmans2024-05-241-2/+1
|\ \ \ \ | |/ / /
| * | | Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use T...jan.nijtmans2024-05-241-2/+1
| | * | Merge trunkapnadkarni2024-05-2457-2504/+2751
| | |\ \ | | | |/
| | | * Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windowsjan.nijtmans2024-05-231-4/+13
| | | |\ | |_|_|/ |/| | |
* | | | Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windowsjan.nijtmans2024-05-231-4/+12
|\ \ \ \ | |/ / /