summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some formatting errors.pooryorick2023-03-261-3/+3
* Update reference-counting advice for Tcl_ObjSetVar2 and friends.pooryorick2023-03-261-9/+9
* Merge 8.6jan.nijtmans2023-03-2611-419/+806
|\
| * Update to tzdata 2023bjan.nijtmans2023-03-2611-419/+806
* | Merge-mark: Valgrind reports no memory leaks.pooryorick2023-03-260-0/+0
* | Fix for [6d4e9d1af5bf5b7d]: Memory leak: SetFsPathFromAny, assisted by the gl...pooryorick2023-03-263-0/+75
|\ \
| * | Fix for [6d4e9d1af5bf5b7d]: Memory leak: SetFsPathFromAny, assisted by the pooryorick2023-03-261-0/+2
| * | Failing test for [6d4e9d1af5bf5b7d].pooryorick2023-03-262-0/+73
|/ /
* | Fix [68417a8bb3]: No result/LF printed for 64-bit integer type checkjan.nijtmans2023-03-242-4/+7
* | Merge 8.6jan.nijtmans2023-03-2418-27/+27
|\ \ | |/
| * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-2415-28/+28
* | Merge 8.6jan.nijtmans2023-03-231-7/+6
|\ \ | |/
| * Resolve C warnings on 32-bit platforms. More code cleanup.jan.nijtmans2023-03-231-118/+119
* | fix for [f3cb2a32d6] Add initialization to allocation of string rep buffer to...jan.nijtmans2023-03-231-0/+1
|\ \
| * | Candidate fix for [f3cb2a32d6]dgp2023-03-201-0/+1
* | | Remove knownProfileBug constraint: this is already fixedjan.nijtmans2023-03-221-4/+1
* | | One missing int -> Tcl_Size changejan.nijtmans2023-03-222-3/+3
* | | Merge 8.6jan.nijtmans2023-03-222-2/+2
|\ \ \ | | |/ | |/|
| * | Fix [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8jan.nijtmans2023-03-221-1/+1
| |\ \
| | * | Proposed fix for [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8.jan.nijtmans2023-03-221-1/+1
| |/ / |/| |
* | | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-2210-42/+34
* | | code cleanup: use more *SURROGATE() macro'sjan.nijtmans2023-03-221-8/+8
* | | Since TCL_ENCODING_PROFILE_DEFAULT == TCL_ENCODING_PROFILE_TCL8 (on Tcl 8), w...jan.nijtmans2023-03-224-18/+5
* | | Remove unneeded Tcl_IncrRefCount and TclDecrRefCount. TclPtrSetVarIdx takespooryorick2023-03-211-2/+0
* | | Fix [1bedc53c8c]: synchronous [read] with -strictencoding does not produce an...jan.nijtmans2023-03-212-6/+48
|\ \ \
| * | | Some test-cases, which test for partial read without throwing EILSEQ immediat...jan.nijtmans2023-03-211-5/+5
| * | | Proposed fix for [1bedc53c8c]: synchronous [read] with -strictencoding does n...jan.nijtmans2023-03-202-1/+43
* | | | Fix indenting. More use of TCL_INDEX_NONEjan.nijtmans2023-03-211-146/+136
* | | | Fix [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured channeljan.nijtmans2023-03-213-11/+37
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Proposed fix for [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured ...jan.nijtmans2023-03-203-11/+37
|/ /
* | Duplicate test namedgp2023-03-201-1/+1
* | Fix [bdcb5126c0]: Failed assertion in test chan-io-7.3jan.nijtmans2023-03-203-3/+4
* | Use TclNewIndexObj() in stead of Tcl_NewWideIntObj(), which - actually - does...jan.nijtmans2023-03-201-7/+9
* | Fix [d7fd37ebd9]: handling leftover prefix in table encodingjan.nijtmans2023-03-203-15/+20
|\ \
| * | Possible fix for [d7fd37ebd9]: handling leftover prefix in table encodingjan.nijtmans2023-03-192-14/+18
* | | Fix http11 test hang caused by trailing brace in previous commitapnadkarni2023-03-201-2/+2
|/ /
* | Don't let httpd11 depend on the system encoding any more: All text files are ...jan.nijtmans2023-03-191-1/+5
* | Remove unneeded backslashjan.nijtmans2023-03-191-3/+3
* | one too much "-profile tcl8"jan.nijtmans2023-03-181-1/+1
* | Make http package use "-profile tcl8", irrespective of the default profile in...jan.nijtmans2023-03-181-3/+24
* | Make "tcltest" package use "-profile tcl8" internally, irrespective of what t...jan.nijtmans2023-03-181-9/+13
* | Manpage fixesjan.nijtmans2023-03-183-9/+9
* | Update manpages for TIP 656apnadkarni2023-03-184-140/+225
|\ \
| * | Update manpages in anticipation of TIP 656apnadkarni2023-03-164-140/+225
* | | TIP 656 acceptedapnadkarni2023-03-1824-880/+4517
|\ \ \
| * \ \ Merge 8.7apnadkarni2023-03-186-31/+31
| |\ \ \ | |/ / / |/| | |
* | | | Few more arm64e -> arm64jan.nijtmans2023-03-171-5/+5
* | | | Merge 8.6jan.nijtmans2023-03-175-26/+26
|\ \ \ \ | | |_|/ | |/| |
| * | | arm64e -> arm64, since arm64e is not available yet on MacOS (Thanks to Stefan...jan.nijtmans2023-03-172-20/+20
| | * | Merge 8.7jan.nijtmans2023-03-175-14/+20
| | |\ \ | |_|/ / |/| | |