summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | merge core-8-branchdkf2023-05-24537-57321/+25279
| | |\ \ \ | | |/ / / | |/| | |
| | * | | rebase to latest 8.7jan.nijtmans2022-09-227-6/+437
| | |\ \ \
| | | * \ \ Merge 8.7jan.nijtmans2021-11-01162-3193/+3767
| | | |\ \ \
| | | * | | | Added a basic portable test of [fconfigure -stat]dkf2021-07-131-1/+22
| | | * | | | Added documentationdkf2021-07-131-0/+22
| | | * | | | Merge 8.7. Fix fstat() call in tclUnixChan.c, in case Tcl_StatBuf == struct s...jan.nijtmans2021-06-2914-187/+19595
| | | |\ \ \ \
| | | * | | | | Make tclWinChan.c compile again, fixing obvious implementation problems. Not ...jan.nijtmans2021-06-291-6/+4
| | | * | | | | Fix iocmd-8.4 testcasejan.nijtmans2021-06-281-1/+1
| | | * | | | | merge core-8-branchdkf2021-06-2730-67/+183
| | | |\ \ \ \ \
| | | * | | | | | First attempt at Windows implementation.dkf2021-06-191-1/+204
| | | * | | | | | Added in missing fielddkf2021-06-194-157/+155
| | | * | | | | | Start of implementing TIP 603: chan configure -statdkf2021-06-191-1/+168
* | | | | | | | | Eliminate some clang warnings. Only use "testbigdata" if sizeof(Tcl_Size) == ...jan.nijtmans2023-05-252-2/+11
* | | | | | | | | Merge 8.7jan.nijtmans2023-05-246-13/+16
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Fix regular expression in previous commitjan.nijtmans2023-05-241-1/+1
| * | | | | | | | Enhance html generation, so it can handle the "©" copy-sign as welljan.nijtmans2023-05-245-5/+5
| * | | | | | | | More size protection for winDdejan.nijtmans2023-05-241-8/+11
* | | | | | | | | Remove TCL_SIZE_SMAX, not used anywhere. Some more variable which should have...jan.nijtmans2023-05-242-8/+2
* | | | | | | | | Merge 8.7jan.nijtmans2023-05-237-13/+13
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-237-13/+13
* | | | | | | | | Merge 8.7jan.nijtmans2023-05-2210-71/+100
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Small documentation correctionsdkf2023-05-226-66/+95
* | | | | | | | | Merge 8.7jan.nijtmans2023-05-214-65/+65
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Unbreak windows symbols build. More int -> Tcl_Size backported from 9.0jan.nijtmans2023-05-211-62/+64
* | | | | | | | | Fix test to be stable.griffin2023-05-211-2/+2
* | | | | | | | | Add cleanup to lseq tests. Fix assertion.griffin2023-05-202-53/+132
* | | | | | | | | Fix [c9663296fd]. Also refactor memory reallocation.apnadkarni2023-05-2010-213/+344
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Minor refactor to combine alloc/reallocapnadkarni2023-05-203-72/+37
| * | | | | | | | | Merge trunkapnadkarni2023-05-1955-44257/+3522
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | More refactoring into common codeapnadkarni2023-05-196-209/+234
| * | | | | | | | | | Refactor couple more reallocationsapnadkarni2023-05-153-70/+168
| * | | | | | | | | | Refactor allocation in Tcl_DStringAppendElementapnadkarni2023-05-151-14/+33
| * | | | | | | | | | Refactor allocation strategy in Tcl_DStringAppendapnadkarni2023-05-102-14/+38
| * | | | | | | | | | Merge trunkapnadkarni2023-05-1022-63/+88
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge trunkapnadkarni2023-05-0516-337/+358
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Change reallocation growth to 1.5.apnadkarni2023-05-053-25/+26
| * | | | | | | | | | | | Refactor reallocation in preparation for experimentation with different growt...apnadkarni2023-05-045-137/+123
| * | | | | | | | | | | | Merge trunkapnadkarni2023-05-047-57/+54
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix bug-c9663296fd (in progress)apnadkarni2023-05-032-25/+38
* | | | | | | | | | | | | | merge-markjan.nijtmans2023-05-200-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | / / / / / / / / | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | More int/Tcl_Size backportjan.nijtmans2023-05-2010-167/+176
* | | | | | | | | | | | | Fix int/Tcl_Size pointer errorsapnadkarni2023-05-192-9/+11
* | | | | | | | | | | | | Fix build - ckalloc/ckfree not in Tcl 9apnadkarni2023-05-192-12/+12
* | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-05-193-3/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | 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
* | | | | | | | | | | | | Merge 8.7dkf2023-05-1912-73/+2877
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | TIP 558: Basic Configure Support for TclOOdkf2023-05-1912-118/+2885
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| | * | | | | | | | | | | merge core-8-branchdkf2023-05-1948-44308/+507
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |