summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* TIP #666 implementationjan.nijtmans2023-05-0320-542/+69
* Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. See...apnadkarni2023-05-036-28/+39
* Merge 8.6 - [ab123cfd3d] and [784befb0ba]apnadkarni2023-05-022-7/+10
|\
| * Fix [ab123cfd3d] - scan ubsan. Tx chrstphrchvz for patchapnadkarni2023-05-021-6/+9
| * Fix [784befb0ba] - tailcall crashapnadkarni2023-05-021-1/+1
* | Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAXjan.nijtmans2023-04-293-17/+7
* | Remove some (void *) typecasts, which are no longer necessaryjan.nijtmans2023-04-281-9/+9
* | Simplify Tcl 9 compatibility macro's. No change in functionality.jan.nijtmans2023-04-276-86/+84
* | Bug [d90fee06d0] - lassign performanceapnadkarni2023-04-234-10/+24
|\ \
| * | Use TclListObjRange in lassign for performance reasonsapnadkarni2023-04-224-10/+24
* | | Fix [203792a48c]: Avoid signed integer overflow in Utf32ToUtfProc()jan.nijtmans2023-04-221-2/+2
* | | Fill in URL in previous commitjan.nijtmans2023-04-221-1/+2
* | | Register "utf32string" for Pythonjan.nijtmans2023-04-221-0/+4
* | | Fix tclTomMath.h (from prev commit)jan.nijtmans2023-04-221-7/+6
* | | Fix [2a5cb49733ff]: Make TCL_NO_TOMMATH_H sufficient for tclTomMathDecls.hjan.nijtmans2023-04-221-0/+9
|/ /
* | Since Tcl_GetSizeIntFromObj is the same as Tcl_GetIntFromObj (in 8.7), it's n...jan.nijtmans2023-04-214-38/+7
* | Reduce diff between 8.7 and 9.0. Add some testcasesjan.nijtmans2023-04-212-184/+198
* | Merge 8.7apnadkarni2023-04-199-46/+69
|\ \
| * | Fix missing stddef.h includeapnadkarni2023-04-191-0/+1
| * | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changesjan.nijtmans2023-04-1810-92/+88
| * | Add TCL_T_MODIFIER (from TIP #660). Some header-file clean-up.jan.nijtmans2023-04-181-28/+69
| * | Remove unneeded ENCODING_UTF flagsjan.nijtmans2023-04-161-6/+6
* | | size_t -> ptrdiff_t to match Tcl 9 unsigned->signed changeapnadkarni2023-04-167-75/+75
* | | Merge core-8-branchapnadkarni2023-04-1666-518/+540
|\ \ \ | |/ /
| * | 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
* | | Add TCL_SIZE_MAX and TCL_SIZE_MODIFIERapnadkarni2023-04-051-4/+19
* | | Tcl_GetSizeIntFromObjapnadkarni2023-04-054-4/+38
|/ /
* | 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