| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 182 | -609/+611 |
|
|
* | Update to tzdata 2023c (which is identical to 2023a, due to the summertime si... | jan.nijtmans | 2023-03-31 | 1 | -1/+1 |
|
|
* | Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now. | jan.nijtmans | 2023-03-31 | 1 | -6/+6 |
|
|
* | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf() | jan.nijtmans | 2023-03-30 | 48 | -230/+192 |
|\ |
|
| * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 48 | -230/+192 |
|/ |
|
* | Allow empty mode list in [chan create], so that refchans are able to mimic th... | max | 2023-03-30 | 3 | -18/+17 |
|
|
* | Fix irritating gcc warning for minizip | apnadkarni | 2023-03-28 | 1 | -2/+2 |
|
|
* | Fix some typo's in POSIX error-messages, and add missing ones (ESTRPIPE, ERES... | jan.nijtmans | 2023-03-27 | 1 | -19/+64 |
|
|
* | Update to tzdata 2023b | jan.nijtmans | 2023-03-26 | 11 | -419/+806 |
|
|
* | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 15 | -28/+28 |
|
|
* | Resolve C warnings on 32-bit platforms. More code cleanup. | jan.nijtmans | 2023-03-23 | 1 | -118/+119 |
|
|
* | Fix [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8 | jan.nijtmans | 2023-03-22 | 1 | -1/+1 |
|\ |
|
| * | Proposed fix for [0265750233]: invalid read in cmdAH-4.3.13.C1.solo.utf-8.tcl8. | jan.nijtmans | 2023-03-22 | 1 | -1/+1 |
|
|
| * | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a... | jan.nijtmans | 2023-03-22 | 10 | -42/+34 |
|
|
| * | code cleanup: use more *SURROGATE() macro's | jan.nijtmans | 2023-03-22 | 1 | -8/+8 |
|
|
| * | Since TCL_ENCODING_PROFILE_DEFAULT == TCL_ENCODING_PROFILE_TCL8 (on Tcl 8), w... | jan.nijtmans | 2023-03-22 | 4 | -18/+5 |
|
|
| * | Remove unneeded Tcl_IncrRefCount and TclDecrRefCount. TclPtrSetVarIdx takes | pooryorick | 2023-03-21 | 1 | -2/+0 |
|
|
| * | Fix [1bedc53c8c]: synchronous [read] with -strictencoding does not produce an... | jan.nijtmans | 2023-03-21 | 2 | -6/+48 |
| |\ |
|
| | * | Some test-cases, which test for partial read without throwing EILSEQ immediat... | jan.nijtmans | 2023-03-21 | 1 | -5/+5 |
|
|
| | * | Proposed fix for [1bedc53c8c]: synchronous [read] with -strictencoding does n... | jan.nijtmans | 2023-03-20 | 2 | -1/+43 |
|
|
| * | | Fix indenting. More use of TCL_INDEX_NONE | jan.nijtmans | 2023-03-21 | 1 | -146/+136 |
|
|
| * | | Fix [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured channel | jan.nijtmans | 2023-03-21 | 3 | -11/+37 |
| |\ \
| | |/ |
|
| | * | Proposed fix for [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured ... | jan.nijtmans | 2023-03-20 | 3 | -11/+37 |
| |/ |
|
| * | Duplicate test name | dgp | 2023-03-20 | 1 | -1/+1 |
|
|
| * | Fix [bdcb5126c0]: Failed assertion in test chan-io-7.3 | jan.nijtmans | 2023-03-20 | 3 | -3/+4 |
|
|
| * | Use TclNewIndexObj() in stead of Tcl_NewWideIntObj(), which - actually - does... | jan.nijtmans | 2023-03-20 | 1 | -7/+9 |
|
|
| * | Fix [d7fd37ebd9]: handling leftover prefix in table encoding | jan.nijtmans | 2023-03-20 | 3 | -15/+20 |
| |\ |
|
| | * | Possible fix for [d7fd37ebd9]: handling leftover prefix in table encoding | jan.nijtmans | 2023-03-19 | 2 | -14/+18 |
|
|
| * | | Fix http11 test hang caused by trailing brace in previous commit | apnadkarni | 2023-03-20 | 1 | -2/+2 |
| |/ |
|
| * | Don't let httpd11 depend on the system encoding any more: All text files are ... | jan.nijtmans | 2023-03-19 | 1 | -1/+5 |
|
|
| * | Remove unneeded backslash | jan.nijtmans | 2023-03-19 | 1 | -3/+3 |
|
|
| * | one too much "-profile tcl8" | jan.nijtmans | 2023-03-18 | 1 | -1/+1 |
|
|
| * | Make http package use "-profile tcl8", irrespective of the default profile in... | jan.nijtmans | 2023-03-18 | 1 | -3/+24 |
|
|
| * | Make "tcltest" package use "-profile tcl8" internally, irrespective of what t... | jan.nijtmans | 2023-03-18 | 1 | -9/+13 |
|
|
| * | Manpage fixes | jan.nijtmans | 2023-03-18 | 3 | -9/+9 |
|
|
| * | Update manpages for TIP 656 | apnadkarni | 2023-03-18 | 4 | -140/+225 |
| |\ |
|
| | * | Update manpages in anticipation of TIP 656 | apnadkarni | 2023-03-16 | 4 | -140/+225 |
|
|
| * | | TIP 656 accepted | apnadkarni | 2023-03-18 | 24 | -880/+4517 |
| |\ \ |
|
| | * \ | Merge 8.7 | apnadkarni | 2023-03-18 | 6 | -31/+31 |
| | |\ \
| | |/ /
| |/| | |
|
| * | | | Few more arm64e -> arm64 | jan.nijtmans | 2023-03-17 | 1 | -5/+5 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2023-03-17 | 5 | -26/+26 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | arm64e -> arm64, since arm64e is not available yet on MacOS (Thanks to Stefan... | jan.nijtmans | 2023-03-17 | 2 | -20/+20 |
|
|
| | * | | Merge 8.7 | jan.nijtmans | 2023-03-17 | 5 | -14/+20 |
| | |\ \
| | |/ /
| |/| | |
|
| * | | | Fix [6390566ecd]: Testcase cmdAH-4.3.13.00DC0000.tail.utf-32.tcl8.a fails som... | jan.nijtmans | 2023-03-17 | 1 | -4/+7 |
|
|
| * | | | merge 8.6 | dgp | 2023-03-17 | 1 | -0/+3 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | Clean up after events to avoid errors in later tests that use an event loop. | dgp | 2023-03-17 | 1 | -0/+3 |
|
|
| * | | | merge mark | dgp | 2023-03-17 | 0 | -0/+0 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | unbreak the build | dgp | 2023-03-17 | 1 | -1/+1 |
|
|
| * | | | merge-mark | jan.nijtmans | 2023-03-17 | 0 | -0/+0 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | Don't return from a void function | jan.nijtmans | 2023-03-17 | 1 | -1/+1 |
|
|