summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-06-1312-799/+798
|\
| * Use tabs for indenting in stead of 8 spacesjan.nijtmans2024-06-1313-66/+65
* | 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-124-34/+45
* | 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-122-99/+87
* | lseq: more testssebres2024-06-121-0/+16
* | Merge 8.6jan.nijtmans2024-06-122-22/+23
|\ \ | |/
| * Add METHOD headers to documentation. Other doc cleanup, backported from 8.7/9.0jan.nijtmans2024-06-123-49/+79
| * use "int fd" for file descriptors, like everywhere else in the code. Mark som...jan.nijtmans2024-06-122-20/+23
* | list.perf.tcl: added performance regression tests for lseq (illustrates fix f...sebres2024-06-121-0/+36
* | lseq: code review, several fixes for [f05f5ef759c1f7f9], unneeded code remove...sebres2024-06-121-74/+66
* | tests illustrating bug [f05f5ef759c1f7f9], incorrect behavior of lseqsebres2024-06-121-0/+26
* | Various doc backports from 9.0jan.nijtmans2024-06-1120-130/+289
* | Backported a littttttle bit too muchjan.nijtmans2024-06-111-1/+1
* | Backport: Another round of small fixes, especially spelling errors...jan.nijtmans2024-06-11104-1431/+1514
* | Merge-markjan.nijtmans2024-06-110-0/+0
|\ \ | |/
| * Add some METHOD headersjan.nijtmans2024-06-111-1/+6
* | Add missing "METHOD profile", some paragraph markers and formatting in exampl...jan.nijtmans2024-06-111-11/+14
* | Backout [71bfc6e708f641af]: "Make the documentation of [encoding] more concis...jan.nijtmans2024-06-111-80/+112
* | Put back Tcl_SaveResult, Tcl_RestoreResult, Tcl_DiscardResult in doc header (...jan.nijtmans2024-06-111-2/+1
* | Backout [0ef72df401df2216]: "Tighten up SaveResult.3". Will be put in a separ...jan.nijtmans2024-06-111-36/+73
|\ \
| * | Let's review the SaveInterpState.3 changes in 8.7/trunk (which were never bac...jan.nijtmans2024-06-041-36/+71
* | | Backport: Consolidate channel documentation. close, puts etc. manpages now ju...jan.nijtmans2024-06-1111-1024/+35
* | | Backport: Consolidate channel documentation. close, puts etc. manpages now ju...jan.nijtmans2024-06-101-125/+472
* | | Merge-markjan.nijtmans2024-06-100-0/+0
|\ \ \ | | |/ | |/|
| * | Make installManPage more robust against newlines. Backported from 8.7jan.nijtmans2024-06-101-14/+29
* | | Revert [eb627bda27] from 8.7, will be put in a separate review for 9.0.jan.nijtmans2024-06-101-477/+639
|\ \ \
| * | | Let's review the chan.n changes in 8.7/trunk (which were never backported to ...jan.nijtmans2024-06-041-477/+639
| | |/ | |/|
* | | Merge 8.6jan.nijtmans2024-06-101-1/+1
|\ \ \ | | |/ | |/|
| * | Missing verb in SetResult.3jan.nijtmans2024-06-101-1/+1
* | | (cherry-pick) Put ClockFmtScnStorageHashKeyType (and some more) in read-only ...jan.nijtmans2024-06-095-184/+194
* | | Fix [d5b45c23f4]: file tildeexpand and file home not disabled in safe base in...jan.nijtmans2024-06-072-1/+3
|\ \ \
| * | | Fix for [d5b45c23f4]: file tildeexpand and file home not disabled in safe bas...jan.nijtmans2024-06-072-1/+3
|/ / /
* | | Fix [57daa91ea]: Tcl_GetIntForIndex handling of n-m (m > n). With testcases.jan.nijtmans2024-06-062-2/+6
| |/ |/|
* | Remove outdated parts of documentationjan.nijtmans2024-06-032-9/+1
* | typojan.nijtmans2024-06-031-1/+1
* | Merge 8.6jan.nijtmans2024-06-034-4/+4
|\ \ | |/
| * Use (char *)NULL as end sentinel in documentation (as Linux man-pages already...jan.nijtmans2024-06-034-4/+4
* | Since int() doesn't truncate any more (TIP #514), adapt the documentation acc...jan.nijtmans2024-05-313-5/+5
* | Merge 8.6dkf2024-05-311-23/+62
|\ \ | |/
| * More elegant background error interception, used more widely in oo.testdkf2024-05-311-22/+28
| * [7c934f4a3d] Make sure to also trap background errorsdkf2024-05-311-12/+43
* | Fix [9c258a841a]: document %t/%z/%j/%q size field specifiers. Fix %j/%z/%t ma...jan.nijtmans2024-05-303-14/+28
|\ \
| * | Let's [9c258a841a|fix] the j%j/%q type specifiers, so they behave like C in s...jan.nijtmans2024-05-302-8/+12
| * | Let's [9c258a841a|fix] the %p/%z/%t type specifiers, so they behave like C in...jan.nijtmans2024-05-293-7/+17
* | | closes [34870ab5756911d1]: no double free if Tcl_DeleteAssocData gets called ...sebres2024-05-301-1/+1
* | | Merge-markjan.nijtmans2024-05-290-0/+0
|\ \ \ | |/ / |/| / | |/
| * Another round of sentinel fixes for 8.6, NULL -> (char *)NULLjan.nijtmans2024-05-2935-217/+217
* | Fix [18f4a94d03], by reverting [9bcec7cd880540c3], which caused it.jan.nijtmans2024-05-294-190/+136
|\ \