summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-12182-609/+611
| | | corrections in history.tcl and tcltest.test.
* Update to tzdata 2023c (which is identical to 2023a, due to the summertime ↵jan.nijtmans2023-03-311-1/+1
| | | | situation in Libanon)
* Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now.jan.nijtmans2023-03-311-6/+6
|
* Fix [0cb3554903]: macOS 13 SDK deprecates sprintf()jan.nijtmans2023-03-3048-230/+192
|\
| * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵jan.nijtmans2023-03-3048-230/+192
|/ | | | on other platforms either.
* Allow empty mode list in [chan create], so that refchans are able to mimic ↵max2023-03-303-18/+17
| | | | the behavior of channels created by [socket -server].
* Fix irritating gcc warning for minizipapnadkarni2023-03-281-2/+2
|
* Fix some typo's in POSIX error-messages, and add missing ones (ESTRPIPE, ↵jan.nijtmans2023-03-271-19/+64
| | | | ERESTART, ENOSHARE, ENOMEDIUM, ENMFILE, EMEDIUMTYPE, EFTYPE, ECASECLASH)
* Update to tzdata 2023bjan.nijtmans2023-03-2611-419/+806
|
* Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-2415-28/+28
|
* Resolve C warnings on 32-bit platforms. More code cleanup.jan.nijtmans2023-03-231-118/+119
|
* 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 ↵jan.nijtmans2023-03-2210-42/+34
| | | | | | | | are not public. Some formatting.
| * code cleanup: use more *SURROGATE() macro'sjan.nijtmans2023-03-221-8/+8
| |
| * Since TCL_ENCODING_PROFILE_DEFAULT == TCL_ENCODING_PROFILE_TCL8 (on Tcl 8), ↵jan.nijtmans2023-03-224-18/+5
| | | | | | | | we can simplify.
| * Remove unneeded Tcl_IncrRefCount and TclDecrRefCount. TclPtrSetVarIdx takespooryorick2023-03-211-2/+0
| | | | | | ownership of newValuePtr if its refCount is 0, and either stores or frees it.
| * Fix [1bedc53c8c]: synchronous [read] with -strictencoding does not produce ↵jan.nijtmans2023-03-212-6/+48
| |\ | | | | | | | | | an error on invalid input
| | * Some test-cases, which test for partial read without throwing EILSEQ ↵jan.nijtmans2023-03-211-5/+5
| | | | | | | | | | | | immediately, only work with ""-blocking 0". That's expected.
| | * Proposed fix for [1bedc53c8c]: synchronous [read] with -strictencoding does ↵jan.nijtmans2023-03-202-1/+43
| | | | | | | | | | | | not produce an error on invalid input
| * | 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
| |/ | | | | | | | | channel. Extracted from TIP #657 branch (better keeping bug-fix separate from enhancements)
| * 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 - ↵jan.nijtmans2023-03-201-7/+9
| | | | | | | | does the same but better for debugging.
| * 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
| | | | | | | | now stored in utf-8.
| * 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 ↵jan.nijtmans2023-03-181-3/+24
| | | | | | | | in Tcl, until decided differently
| * Make "tcltest" package use "-profile tcl8" internally, irrespective of what ↵jan.nijtmans2023-03-181-9/+13
| | | | | | | | the default profile is
| * 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 ↵jan.nijtmans2023-03-172-20/+20
| | | | | | | | | | | | | | | | Stefan Sobernig)
| | * | Merge 8.7jan.nijtmans2023-03-175-14/+20
| | |\ \ | | |/ / | |/| |
| * | | Fix [6390566ecd]: Testcase cmdAH-4.3.13.00DC0000.tail.utf-32.tcl8.a fails ↵jan.nijtmans2023-03-171-4/+7
| | | | | | | | | | | | | | | | sometimes
| * | | merge 8.6dgp2023-03-171-0/+3
| |\ \ \ | |/ / / |/| | |
* | | | Clean up after events to avoid errors in later tests that use an event loop.dgp2023-03-171-0/+3
| | | |
| * | | merge markdgp2023-03-170-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | unbreak the builddgp2023-03-171-1/+1
| | | |
| * | | merge-markjan.nijtmans2023-03-170-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | Don't return from a void functionjan.nijtmans2023-03-171-1/+1
| | | |