| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [7be97a6859]: Reviewing chan.n changes | jan.nijtmans | 2024-06-19 | 4 | -16/+16 |
|\ |
|
| * | Fix [7be97a6859]: Reviewing chan.n changes | jan.nijtmans | 2024-06-19 | 4 | -16/+16 |
| |\ |
|
| | * | Change "channelId" to "channel" in documentation, error-handling and testcases | jan.nijtmans | 2024-06-17 | 4 | -16/+16 |
|
|
* | | | Remove TclNREvalList(), it was only used in unsupported::inject, which is now... | jan.nijtmans | 2024-06-19 | 1 | -29/+0 |
|
|
* | | | merge 8.7 | sebres | 2024-06-19 | 1 | -3/+4 |
|\ \ \
| |/ / |
|
| * | | merge 8.6 | sebres | 2024-06-19 | 1 | -3/+4 |
| |\ \ |
|
| | * | | typo in comment | sebres | 2024-06-13 | 1 | -1/+1 |
|
|
| | * | | fixes [1095bf7f756f9aed]: safe ensemble commands will be compiled now in safe... | sebres | 2024-06-13 | 1 | -3/+4 |
|
|
| | * | | Another round of sentinel fixes for 8.6, NULL -> (char *)NULL | jan.nijtmans | 2024-05-29 | 35 | -217/+217 |
|
|
* | | | | TIP 696 - partition return codes between core and non-core | apnadkarni | 2024-06-19 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | Fix decimal rep of TCL_CODE_USER_MAX | apnadkarni | 2024-06-10 | 1 | -1/+1 |
|
|
| * | | | | Merge trunk | apnadkarni | 2024-06-09 | 43 | -458/+452 |
| |\ \ \ \ |
|
| * | | | | | Update to new TIP revision | apnadkarni | 2024-06-09 | 1 | -5/+4 |
|
|
| * | | | | | TIP 696 #defines and docs | apnadkarni | 2024-06-04 | 1 | -0/+5 |
|
|
* | | | | | | TIP #697: 32-bit truncation in format and scan (let's gain some time) | jan.nijtmans | 2024-06-19 | 4 | -34/+19 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge trunk | jan.nijtmans | 2024-06-19 | 52 | -1615/+1725 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Make last test-cases pass | jan.nijtmans | 2024-05-31 | 1 | -14/+2 |
|
|
| * | | | | | | | Make a start with new TIP implementation, handling '%d' for 'format' and '%d'... | jan.nijtmans | 2024-05-31 | 2 | -30/+24 |
|
|
* | | | | | | | | Merge trunk | apnadkarni | 2024-06-18 | 1 | -5/+13 |
|\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| * | | | | | | | Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697 | jan.nijtmans | 2024-06-17 | 1 | -5/+13 |
| |\ \ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | /
| | |_|_|_|_|/
| |/| | | | | |
|
| | * | | | | | Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697, which is s... | jan.nijtmans | 2024-06-17 | 1 | -12/+24 |
|
|
* | | | | | | | Remove tcl::unsupported::inject | apnadkarni | 2024-06-17 | 1 | -58/+0 |
|/ / / / / / |
|
* | | | | | | Merge 8.7 | dkf | 2024-06-16 | 2 | -753/+840 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Better comments. | dkf | 2024-06-16 | 1 | -19/+34 |
|
|
| * | | | | | Some more improvements | dkf | 2024-06-16 | 2 | -20/+94 |
|
|
| * | | | | | Cleaner ensemble innards | dkf | 2024-06-16 | 1 | -732/+731 |
|
|
* | | | | | | Fix non-standard indentation pattern | dkf | 2024-06-14 | 2 | -11/+8 |
|
|
* | | | | | | Use tabs for indenting in stead of 8 spaces. Unbreak clang build | jan.nijtmans | 2024-06-13 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Unbreak clang build: tclCmdIL.c:4063:2: error: expected expression | jan.nijtmans | 2024-06-13 | 1 | -1/+1 |
|
|
* | | | | | | Fix some indentation/wrapping for style | dkf | 2024-06-12 | 1 | -127/+153 |
|
|
* | | | | | | merge 8.7 (several conflicts resolved) | sebres | 2024-06-12 | 3 | -32/+43 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | ultimately closes [f05f5ef759c1f7f9]: since bigints are not supported yet, tr... | sebres | 2024-06-12 | 3 | -33/+40 |
|
|
* | | | | | | merge 8.7 | sebres | 2024-06-12 | 3 | -98/+88 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | speed-up lseq (with expr-args) a bit, as well as avoid shimmer for compiled e... | sebres | 2024-06-12 | 3 | -5/+11 |
|
|
| * | | | | | more fixes for [f05f5ef759c1f7f9]: don't swallow expr errors, further code re... | sebres | 2024-06-12 | 1 | -96/+77 |
|
|
* | | | | | | merge 8.7 (fix for [f05f5ef759c1f7f9]) | sebres | 2024-06-12 | 1 | -73/+63 |
|\ \ \ \ \ \
| |/ / / / /
| | | | / /
| |_|_|/ /
|/| | | | |
|
| * | | | | lseq: code review, several fixes for [f05f5ef759c1f7f9], unneeded code remove... | sebres | 2024-06-12 | 1 | -74/+66 |
|
|
| * | | | | (cherry-pick) Put ClockFmtScnStorageHashKeyType (and some more) in read-only ... | jan.nijtmans | 2024-06-09 | 5 | -184/+194 |
|
|
* | | | | | Another record that ought to be read-only | dkf | 2024-06-09 | 1 | -1/+1 |
|
|
* | | | | | Put ClockFmtScnStorageHashKeyType in read-only memory | dkf | 2024-06-09 | 3 | -28/+30 |
|
|
* | | | | | Simpler commenting of Tcl_ChannelType instances; make zip channel type const | dkf | 2024-06-09 | 7 | -95/+95 |
|
|
* | | | | | Fix [d5b45c23f4]: file tildeexpand and file home not disabled in safe base in... | jan.nijtmans | 2024-06-07 | 1 | -0/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix for [d5b45c23f4]: file tildeexpand and file home not disabled in safe bas... | jan.nijtmans | 2024-06-07 | 1 | -0/+2 |
|
|
* | | | | | Fix CFLAGS=-ftrapv build | jan.nijtmans | 2024-06-07 | 1 | -0/+2 |
|
|
* | | | | | Fix [57daa91ea]: Tcl_GetIntForIndex handling of n-m (m > n). With testcases. | jan.nijtmans | 2024-06-06 | 1 | -8/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix [57daa91ea]: Tcl_GetIntForIndex handling of n-m (m > n). With testcases. | jan.nijtmans | 2024-06-06 | 1 | -2/+0 |
|
|
| * | | | | typo | jan.nijtmans | 2024-06-03 | 1 | -1/+1 |
|
|
* | | | | | Fix one int -> Tcl_Size | apnadkarni | 2024-06-06 | 1 | -4/+3 |
|
|
* | | | | | More of the same: Space before tab is extremely unlikely to be correct indent... | jan.nijtmans | 2024-06-05 | 10 | -73/+72 |
|
|
* | | | | | Make function definitions have right argument style | dkf | 2024-06-04 | 6 | -19/+41 |
|
|