summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-194-16/+16
|\
| * Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-194-16/+16
| |\
| | * Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-174-16/+16
* | | Remove TclNREvalList(), it was only used in unsupported::inject, which is now...jan.nijtmans2024-06-191-29/+0
* | | merge 8.7sebres2024-06-191-3/+4
|\ \ \ | |/ /
| * | merge 8.6sebres2024-06-191-3/+4
| |\ \
| | * | typo in commentsebres2024-06-131-1/+1
| | * | fixes [1095bf7f756f9aed]: safe ensemble commands will be compiled now in safe...sebres2024-06-131-3/+4
| | * | Another round of sentinel fixes for 8.6, NULL -> (char *)NULLjan.nijtmans2024-05-2935-217/+217
* | | | TIP 696 - partition return codes between core and non-coreapnadkarni2024-06-191-0/+4
|\ \ \ \
| * | | | Fix decimal rep of TCL_CODE_USER_MAXapnadkarni2024-06-101-1/+1
| * | | | Merge trunkapnadkarni2024-06-0943-458/+452
| |\ \ \ \
| * | | | | Update to new TIP revisionapnadkarni2024-06-091-5/+4
| * | | | | TIP 696 #defines and docsapnadkarni2024-06-041-0/+5
* | | | | | TIP #697: 32-bit truncation in format and scan (let's gain some time)jan.nijtmans2024-06-194-34/+19
|\ \ \ \ \ \
| * \ \ \ \ \ Merge trunkjan.nijtmans2024-06-1952-1615/+1725
| |\ \ \ \ \ \
| * | | | | | | Make last test-cases passjan.nijtmans2024-05-311-14/+2
| * | | | | | | Make a start with new TIP implementation, handling '%d' for 'format' and '%d'...jan.nijtmans2024-05-312-30/+24
* | | | | | | | Merge trunkapnadkarni2024-06-181-5/+13
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697jan.nijtmans2024-06-171-5/+13
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697, which is s...jan.nijtmans2024-06-171-12/+24
* | | | | | | Remove tcl::unsupported::injectapnadkarni2024-06-171-58/+0
|/ / / / / /
* | | | | | Merge 8.7dkf2024-06-162-753/+840
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Better comments.dkf2024-06-161-19/+34
| * | | | | Some more improvementsdkf2024-06-162-20/+94
| * | | | | Cleaner ensemble innardsdkf2024-06-161-732/+731
* | | | | | Fix non-standard indentation patterndkf2024-06-142-11/+8
* | | | | | Use tabs for indenting in stead of 8 spaces. Unbreak clang buildjan.nijtmans2024-06-131-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Unbreak clang build: tclCmdIL.c:4063:2: error: expected expressionjan.nijtmans2024-06-131-1/+1
* | | | | | Fix some indentation/wrapping for styledkf2024-06-121-127/+153
* | | | | | merge 8.7 (several conflicts resolved)sebres2024-06-123-32/+43
|\ \ \ \ \ \ | |/ / / / /
| * | | | | ultimately closes [f05f5ef759c1f7f9]: since bigints are not supported yet, tr...sebres2024-06-123-33/+40
* | | | | | merge 8.7sebres2024-06-123-98/+88
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
* | | | | | merge 8.7 (fix for [f05f5ef759c1f7f9])sebres2024-06-121-73/+63
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | 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
* | | | | Another record that ought to be read-onlydkf2024-06-091-1/+1
* | | | | Put ClockFmtScnStorageHashKeyType in read-only memorydkf2024-06-093-28/+30
* | | | | Simpler commenting of Tcl_ChannelType instances; make zip channel type constdkf2024-06-097-95/+95
* | | | | Fix [d5b45c23f4]: file tildeexpand and file home not disabled in safe base in...jan.nijtmans2024-06-071-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix for [d5b45c23f4]: file tildeexpand and file home not disabled in safe bas...jan.nijtmans2024-06-071-0/+2
* | | | | Fix CFLAGS=-ftrapv buildjan.nijtmans2024-06-071-0/+2
* | | | | Fix [57daa91ea]: Tcl_GetIntForIndex handling of n-m (m > n). With testcases.jan.nijtmans2024-06-061-8/+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 one int -> Tcl_Sizeapnadkarni2024-06-061-4/+3
* | | | | More of the same: Space before tab is extremely unlikely to be correct indent...jan.nijtmans2024-06-0510-73/+72
* | | | | Make function definitions have right argument styledkf2024-06-046-19/+41