summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-1912-169/+169
* Improve the synopsis of the transchan manpage so it helps users a bitdkf2023-05-191-1/+12
* Improve the synopsis of the refchan manpage so it helps users a bitdkf2023-05-191-1/+14
* TIP 558: Basic Configure Support for TclOOdkf2023-05-1912-118/+2885
|\
| * merge core-8-branchdkf2023-05-1948-44308/+507
| |\ | |/ |/|
* | Merge 8.6jan.nijtmans2023-05-161-1/+10
|\ \
| * | Some more nmakehlp.c tweaksjan.nijtmans2023-05-161-3/+6
* | | Merge 8.6jan.nijtmans2023-05-161-9/+9
|\ \ \ | |/ /
| * | Only use _snprintf on older MSVC compilers. ZeroMemory -> memsetjan.nijtmans2023-05-161-9/+9
* | | Remove some more references to removed ChangeLogjan.nijtmans2023-05-162-8/+2
* | | More int -> Tcl_Size (in tclInt.h)jan.nijtmans2023-05-162-73/+76
* | | TIP 663 implementationdgp2023-05-1512-43951/+44
|\ \ \
| * | | TIP 663 implementationdgp2023-05-1012-43951/+44
* | | | Backport test improvements from 9.0jan.nijtmans2023-05-154-22/+37
* | | | No need to init string rep, if we throw away the object immediatelyjan.nijtmans2023-05-151-2/+2
* | | | Merge 8.6jan.nijtmans2023-05-153-5/+9
|\ \ \ \ | | |/ / | |/| |
| * | | One more ckalloc -> attemptckalloc (in compat/waitpid.c), since we can handle...jan.nijtmans2023-05-151-1/+5
| * | | ckalloc -> attemptckalloc (since return-value is checked). Fix bug in unix/dl...jan.nijtmans2023-05-152-4/+4
* | | | Use 'attempt'-functions for libtommath, when built into Tcljan.nijtmans2023-05-111-6/+6
* | | | Backport various changes from 9.0 branchjan.nijtmans2023-05-102-105/+107
| |/ / |/| |
* | | Merge 8.6jan.nijtmans2023-05-101-1/+1
|\ \ \ | |/ /
| * | Backport: docs: function does not "return an error", it returns TCL_ERROR, in...jan.nijtmans2023-05-101-3/+3
* | | Remove useless type-casts. Backport some changes from 9.0jan.nijtmans2023-05-092-9/+9
* | | Fix [96551aca55]: Avoid pointer arithmetic with NULL in FOREACH_STRUCT(). Som...jan.nijtmans2023-05-082-6/+6
|\ \ \
| * | | Better version, keeping the (undocumented) behavior of 'i' initializationjan.nijtmans2023-05-081-2/+2
| * | | Proposed fix for [96551aca55]: Avoid pointer arithmetic with NULL in FOREACH_...jan.nijtmans2023-05-081-2/+2
|/ / /
* | | Merge 8.7jan.nijtmans2023-05-071-0/+18
|\ \ \ | |/ /
| * | New testcase, contributed by @chrstphrchvz. Many thanks! See [3837178c25]jan.nijtmans2023-05-072-1/+19
* | | Merge 8.6jan.nijtmans2023-05-054-8/+4
|\ \ \ | |/ /
| * | Update .github filesjan.nijtmans2023-05-053-3/+21
| |\ \
| | * | Remove .github and .travis-related stuff: No need to build this branch any morejan.nijtmans2023-05-055-525/+0
* | | | Minor fixes for perf testsapnadkarni2023-05-051-4/+9
* | | | merge 8.6dgp2023-05-041-2/+3
|\ \ \ \ | |/ / /
| * | | Remove mention of Tcl_GlobalEval() from comment.dgp2023-05-041-2/+3
* | | | Backport: Do not build every branch. Too expensive.jan.nijtmans2023-05-044-4/+32
* | | | Fix [9c397da4a9]: AppendPrintfToObjVA(): support 64-bit pointersjan.nijtmans2023-05-044-5/+9
* | | | Backport "Comments only. Fix blatantly obsolete ones". And a few more improve...jan.nijtmans2023-05-032-69/+70
* | | | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. See...apnadkarni2023-05-036-28/+39
* | | | Merge 8.6 - [ab123cfd3d] and [784befb0ba]apnadkarni2023-05-024-7/+22
|\ \ \ \ | |/ / /
| * | | Fix [ab123cfd3d] - scan ubsan. Tx chrstphrchvz for patchapnadkarni2023-05-022-6/+14
| * | | Fix [784befb0ba] - tailcall crashapnadkarni2023-05-022-1/+8
| | | * Remove IDE guffdkf2023-05-011-16/+0
| | | * Add doc comments, fix a typo in a manpagedkf2023-05-012-13/+71
| | | * Use modern copyright symbol, in line with rest of codedkf2023-05-012-2/+2
| | | * Merge 8.7dkf2023-05-01494-11727/+20277
| | | |\ | |_|_|/ |/| | |
* | | | Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAXjan.nijtmans2023-04-303-17/+7
|\ \ \ \
| * | | | Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAXjan.nijtmans2023-04-293-17/+7
|/ / / /
* | | | Remove some (void *) typecasts, which are no longer necessaryjan.nijtmans2023-04-281-9/+9
* | | | Simplify Tcl 9 compatibility macro's. No change in functionality.jan.nijtmans2023-04-276-86/+84
* | | | RingSizeT -> Tcl_Sizejan.nijtmans2023-04-261-42/+35