summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix [9921778646]: something is wrong in core-8-branchjan.nijtmans2023-06-011-6/+6
| * | Added some examples to library(n)dkf2023-06-011-3/+75
* | | merge-markjan.nijtmans2023-05-310-0/+0
|\ \ \ | |/ /
| * | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac...jan.nijtmans2023-05-3113-282/+436
* | | Merge 8.7jan.nijtmans2023-05-311-5/+7
|\ \ \ | |/ /
| * | Document hoe Tcl_ReadChars() behaves in "-profile strict" mode when an encodi...jan.nijtmans2023-05-311-5/+7
* | | Merge 8.7jan.nijtmans2023-05-314-21/+21
|\ \ \ | |/ /
| * | Fix [c243e7a85e]: TIP #603 implementation broken on Windowsjan.nijtmans2023-05-311-4/+4
| |\ \
| | * | Let's see if this helpsjan.nijtmans2023-05-301-4/+4
| |/ /
| * | More typo fixesdkf2023-05-303-17/+17
* | | Merge 8.7jan.nijtmans2023-05-303-74/+64
|\ \ \ | |/ /
| * | Backport IO-related changes from Tcl 9.0. Needed for preparation of TIP #653jan.nijtmans2023-05-303-375/+504
* | | Merge 8.7jan.nijtmans2023-05-294-6/+6
|\ \ \ | |/ /
| * | int -> Tcl_Size, for full Tcl 9 supportjan.nijtmans2023-05-292-8/+9
| * | Fix typo and outdated commentdkf2023-05-292-2/+2
* | | merge 8.7fvogel2023-05-288-10/+440
|\ \ \ | |/ /
| * | Fix errors when building the html man page for configurable.n (TIP #558)fvogel2023-05-281-4/+3
| |\ \
| | * | Fix errors when building the html man page for configurable.nfvogel2023-05-281-4/+3
| * | | TIP 603: Get 'stat' Information of Open Filesdkf2023-05-247-6/+437
| |\ \ \
| | * \ \ 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