summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-04-153-5/+9
|\
| * Add one more unused stub entryjan.nijtmans2023-04-153-5/+9
| * 2 more spelling fixes, but undo fixes in compat/zlib: Please report them upst...jan.nijtmans2023-04-121-1/+1
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-1264-286/+286
* | int -> Tcl_Size where appropriate in tcl.decls (reducing the diff against Tcl...jan.nijtmans2023-04-142-18/+18
* | cherry-pick from trunk: Remove one unnecesary call to Tcl_SetErrno() in DoRea...jan.nijtmans2023-04-131-8/+10
* | Cherry-pick: Rearrange code blocks in DoReadChars to do less work when return...jan.nijtmans2023-04-121-69/+71
* | Some more int -> Tcl_Size (which is actually the same in 8.7). Backported fro...jan.nijtmans2023-04-123-25/+32
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-1261-297/+301
* | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI...jan.nijtmans2023-04-055-96/+99
* | Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars().pooryorick2023-04-041-5/+7
* | Backport CHANNEL_PROFILE_GET() usage fix from 9.0jan.nijtmans2023-03-311-9/+4
* | Merge 8.6jan.nijtmans2023-03-311-22/+21
|\ \ | |/
* | Merge 8.6jan.nijtmans2023-03-3027-73/+76
|\ \ | |/
| * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-3028-92/+95
* | Merge 8.6: Allow empty mode list in [chan create].max2023-03-301-11/+10
|\ \ | |/
| * Allow empty mode list in [chan create], so that refchans are able to mimic th...max2023-03-301-11/+10
* | Fix [fa128568a5]: EOVERFLOW does not necessarily mean "file too big". Synchro...jan.nijtmans2023-03-281-45/+63
|\ \
| * | More text fixesjan.nijtmans2023-03-271-4/+16
| * | Merge 8.7jan.nijtmans2023-03-2723-50/+50
| |\ \
| * \ \ Merge 8.7. Go back to lowercase for POSIX err-messagesjan.nijtmans2023-03-275-167/+188
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-03-265-8/+10
| |\ \ \ \ | | |/ / /
| * | | | Sync all error-messages with modern Linuxjan.nijtmans2023-03-261-52/+48
| * | | | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ...jan.nijtmans2023-03-257-147/+151
* | | | | Merge 8.6. POSIX errors update and minizip fixapnadkarni2023-03-281-19/+64
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Fix some typo's in POSIX error-messages, and add missing ones (ESTRPIPE, ERES...jan.nijtmans2023-03-271-19/+64
* | | | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-2723-50/+50
* | | | Avoid msvc "illegal indirection" error.pooryorick2023-03-271-1/+1
| |_|/ |/| |
* | | Fix for [6d4e9d1af5bf5b7d]: Memory leak: SetFsPathFromAny, assisted by the pooryorick2023-03-261-0/+2
| |/ |/|
* | Merge 8.6jan.nijtmans2023-03-2412-19/+19
|\ \ | |/
| * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-2411-23/+23
* | 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
* | | One missing int -> Tcl_Size changejan.nijtmans2023-03-222-3/+3
* | | Merge 8.6jan.nijtmans2023-03-221-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-229-40/+33
* | | 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-211-1/+27
|\ \ \
| * | | Proposed fix for [1bedc53c8c]: synchronous [read] with -strictencoding does n...jan.nijtmans2023-03-201-1/+27
* | | | Fix indenting. More use of TCL_INDEX_NONEjan.nijtmans2023-03-211-146/+136
|/ / /
* | | Proposed fix for [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured ...jan.nijtmans2023-03-202-9/+19
| |/ |/|
* | Fix [bdcb5126c0]: Failed assertion in test chan-io-7.3jan.nijtmans2023-03-201-1/+2
* | 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-201-13/+18
|\ \