Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6: Allow empty mode list in [chan create]. | max | 2023-03-30 | 1 | -11/+10 |
|\ | |||||
| * | Allow empty mode list in [chan create], so that refchans are able to mimic ↵ | max | 2023-03-30 | 1 | -11/+10 |
| | | | | | | | | the behavior of channels created by [socket -server]. | ||||
* | | Fix [fa128568a5]: EOVERFLOW does not necessarily mean "file too big". ↵ | jan.nijtmans | 2023-03-28 | 1 | -45/+63 |
|\ \ | | | | | | | | | | Synchronize many error-messages with what Linux gives nowadays. | ||||
| * | | More text fixes | jan.nijtmans | 2023-03-27 | 1 | -4/+16 |
| | | | |||||
| * | | Merge 8.7 | jan.nijtmans | 2023-03-27 | 23 | -50/+50 |
| |\ \ | |||||
| * \ \ | Merge 8.7. Go back to lowercase for POSIX err-messages | jan.nijtmans | 2023-03-27 | 5 | -167/+188 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2023-03-26 | 5 | -8/+10 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Sync all error-messages with modern Linux | jan.nijtmans | 2023-03-26 | 1 | -52/+48 |
| | | | | | |||||
| * | | | | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ↵ | jan.nijtmans | 2023-03-25 | 7 | -147/+151 |
| | | | | | | | | | | | | | | | | | | | | | | | | | too big" Let's synchronize the POSIX error-messages with what Linux gives nowadays. | ||||
* | | | | | Merge 8.6. POSIX errors update and minizip fix | apnadkarni | 2023-03-28 | 1 | -19/+64 |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | |||||
| * | | | Fix some typo's in POSIX error-messages, and add missing ones (ESTRPIPE, ↵ | jan.nijtmans | 2023-03-27 | 1 | -19/+64 |
| | | | | | | | | | | | | | | | | ERESTART, ENOSHARE, ENOMEDIUM, ENMFILE, EMEDIUMTYPE, EFTYPE, ECASECLASH) | ||||
* | | | | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's | jan.nijtmans | 2023-03-27 | 23 | -50/+50 |
| | | | | |||||
* | | | | Avoid msvc "illegal indirection" error. | pooryorick | 2023-03-27 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Fix for [6d4e9d1af5bf5b7d]: Memory leak: SetFsPathFromAny, assisted by the | pooryorick | 2023-03-26 | 1 | -0/+2 |
| |/ |/| | | | global literal table, causes a Tcl_Obj to reference itself. | ||||
* | | Merge 8.6 | jan.nijtmans | 2023-03-24 | 12 | -19/+19 |
|\ \ | |/ | |||||
| * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 11 | -23/+23 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2023-03-23 | 1 | -7/+6 |
|\ \ | |/ | |||||
| * | Resolve C warnings on 32-bit platforms. More code cleanup. | jan.nijtmans | 2023-03-23 | 1 | -118/+119 |
| | | |||||
* | | fix for [f3cb2a32d6] Add initialization to allocation of string rep buffer ↵ | jan.nijtmans | 2023-03-23 | 1 | -0/+1 |
|\ \ | | | | | | | | | | to resolve valgrind reports on use of uninitialized memory | ||||
| * | | Candidate fix for [f3cb2a32d6] | dgp | 2023-03-20 | 1 | -0/+1 |
| | | | | | | | | | | | | Add initialization to allocation of string rep buffer to resolve valgrind reports on use of uninitialized memory | ||||
* | | | One missing int -> Tcl_Size change | jan.nijtmans | 2023-03-22 | 2 | -3/+3 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2023-03-22 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | 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 ↵ | jan.nijtmans | 2023-03-22 | 9 | -40/+33 |
| | | | | | | | | | | | | are not public. Some formatting. | ||||
* | | | 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), ↵ | jan.nijtmans | 2023-03-22 | 4 | -18/+5 |
| | | | | | | | | | | | | we can simplify. | ||||
* | | | Remove unneeded Tcl_IncrRefCount and TclDecrRefCount. TclPtrSetVarIdx takes | pooryorick | 2023-03-21 | 1 | -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.nijtmans | 2023-03-21 | 1 | -1/+27 |
|\ \ \ | | | | | | | | | | | | | an error on invalid input | ||||
| * | | | Proposed fix for [1bedc53c8c]: synchronous [read] with -strictencoding does ↵ | jan.nijtmans | 2023-03-20 | 1 | -1/+27 |
| | | | | | | | | | | | | | | | | not produce an error on invalid input | ||||
* | | | | Fix indenting. More use of TCL_INDEX_NONE | jan.nijtmans | 2023-03-21 | 1 | -146/+136 |
|/ / / | |||||
* | | | Proposed fix for [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured ↵ | jan.nijtmans | 2023-03-20 | 2 | -9/+19 |
| |/ |/| | | | | | | | channel. Extracted from TIP #657 branch (better keeping bug-fix separate from enhancements) | ||||
* | | Fix [bdcb5126c0]: Failed assertion in test chan-io-7.3 | jan.nijtmans | 2023-03-20 | 1 | -1/+2 |
| | | |||||
* | | Use TclNewIndexObj() in stead of Tcl_NewWideIntObj(), which - actually - ↵ | jan.nijtmans | 2023-03-20 | 1 | -7/+9 |
| | | | | | | | | does the same but better for debugging. | ||||
* | | Fix [d7fd37ebd9]: handling leftover prefix in table encoding | jan.nijtmans | 2023-03-20 | 1 | -13/+18 |
|\ \ | |||||
| * | | Possible fix for [d7fd37ebd9]: handling leftover prefix in table encoding | jan.nijtmans | 2023-03-19 | 1 | -13/+17 |
|/ / | |||||
* | | Merge 8.7 | jan.nijtmans | 2023-03-17 | 3 | -13/+16 |
|\ \ | |||||
| * | | Fix [6390566ecd]: Testcase cmdAH-4.3.13.00DC0000.tail.utf-32.tcl8.a fails ↵ | jan.nijtmans | 2023-03-17 | 1 | -4/+7 |
| | | | | | | | | | | | | sometimes | ||||
| * | | If TCL_UTF_MAX=4, don't set 'exact' to 1 | jan.nijtmans | 2023-03-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | apnadkarni | 2023-03-16 | 4 | -18/+48 |
|\ \ \ | |/ / | |||||
| * | | Prevent extensions compiled with TCL_UTF_MAX=4 (See ↵ | jan.nijtmans | 2023-03-16 | 1 | -0/+7 |
| |\ \ | | | | | | | | | | | | | [https://core.tcl-lang.org/tips/doc/trunk/tip/542.md|TIP #542]) from running in Tcl 8.6. | ||||
| * | | | Fix (minor) warning on 32-bit platforms | jan.nijtmans | 2023-03-16 | 1 | -2/+2 |
| | | | | |||||
| * | | | Further fix for issue [ea69b0258a9833cb], crash when using a channel ↵ | pooryorick | 2023-03-15 | 2 | -16/+39 |
| | | | | | | | | | | | | | | | | transformation on TCP client socket. | ||||
* | | | | Change -encodingprofile to -profile | apnadkarni | 2023-03-16 | 1 | -29/+29 |
| | | | | |||||
* | | | | Merge 8.7 | apnadkarni | 2023-03-14 | 3 | -44/+90 |
|\ \ \ \ | |/ / / | |||||
| * | | | Since "unicode" is deprecated, use "utf-16" in testcases. Otherwise ↵ | jan.nijtmans | 2023-03-14 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | -DTCL_NO_DEPRECATED build fails. | ||||
| * \ \ \ | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on | pooryorick | 2023-03-13 | 1 | -27/+40 |
| |\ \ \ \ | | | | | | | | | | | | | TCP client socket. | ||||
| | * | | | | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on | pooryorick | 2023-03-13 | 1 | -27/+40 |
| | | | | | | | | | | | | | | | | | | TCP client socket. | ||||
| * | | | | | Merge 8.6: Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal | apnadkarni | 2023-03-13 | 2 | -2/+254 |
| |\ \ \ \ \ | |||||
| * | | | | | | Backport [6fb14ee3e876978c]. Add testcases | jan.nijtmans | 2023-03-12 | 1 | -7/+5 |
| | | | | | | |