summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkapnadkarni2023-04-184-32/+41
|\
| * Merge 8.7jan.nijtmans2023-04-181-25/+31
| |\
| | * Add TCL_T_MODIFIER (from TIP #660). Some header-file clean-up.jan.nijtmans2023-04-181-28/+69
| * | Correct CHANNEL_BLOCKED to CHANNEL_ENCODING_ERROR in Tcl_GetsObj().pooryorick2023-04-181-1/+1
| * | Plug memory leak caused by [46e7091a77b71ed7|this] commitjan.nijtmans2023-04-171-0/+1
| * | Fix for [eabcbd08274f2d22], [read] error persists on channel with strictpooryorick2023-04-161-1/+3
| * | Merge 8.7jan.nijtmans2023-04-161-3/+3
| |\ \ | | |/
| | * Remove unneeded ENCODING_UTF flagsjan.nijtmans2023-04-161-6/+6
| * | Remove unneeded ENCODING_UTF flags.pooryorick2023-04-161-3/+3
* | | Merge trunkapnadkarni2023-04-164-8/+16
|\ \ \ | |/ /
| * | Fix indentingjan.nijtmans2023-04-151-1/+1
| * | Merge 8.7jan.nijtmans2023-04-153-5/+9
| |\ \ | | |/
| | * 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
| * | | Fix for [a7a89d422a4f5dd3], Under strict encoding, [gets] returns an error in...pooryorick2023-04-151-2/+7
| * | | Fix for [0cd1ae596e709259], under strict encoding, [gets] returns an error evenpooryorick2023-04-141-2/+1
* | | | Fix VC++ unused variable warning, lappend and join.apnadkarni2023-04-161-1/+0
* | | | Fixed bug-a498006438apnadkarni2023-04-141-1/+1
* | | | Merge trunkapnadkarni2023-04-1464-435/+451
|\ \ \ \ | |/ / /
| * | | Allow Tcl build without the Tcl 8 compat API. Derived from "disabletcl8api" b...jan.nijtmans2023-04-135-19/+46
| |\ \ \
| | * \ \ Merged disabletcl8api-win in. Which adds optional Tcl 9 API only to the windo...pointsman2023-04-116-27/+34
| | |\ \ \
| | | * | | Fix compiler warnings and crashes. Builds and passes test suite on Windows an...apnadkarni2023-04-106-21/+34
| | |/ / /
| | * | | Experimental branch which adds configure option --disable-tcl8api which build...pointsman2023-04-091-36/+58
| * | | | Clean up Tcl_SetObjResult().pooryorick2023-04-131-20/+17
| * | | | Remove unnecessary reference count bump in Tcl_ReadObjCmd().pooryorick2023-04-131-3/+0
| * | | | Remove last reference to -nocomplainencoding and fix some spelling errors.pooryorick2023-04-131-2/+2
| * | | | Merge 8.7jan.nijtmans2023-04-132-4/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | 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
| * | | | Remove one unnecesary call to Tcl_SetErrno() in DoReadChars().pooryorick2023-04-131-6/+8
| * | | | Correct the documentation of Tcl_SetObjLength.pooryorick2023-04-121-11/+10
| * | | | Remove unnecessary generation of string representation in DoReadChars.pooryorick2023-04-121-13/+0
| * | | | Rearrange code blocks in DoReadChars to do less work when returning early.pooryorick2023-04-121-26/+31
| * | | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-1260-290/+293
| |\ \ \ \ | | |/ / /
| | * | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-1261-297/+301
| * | | | More int -> Tcl_Size, so (theoretically) longer lists could be handled. Thank...jan.nijtmans2023-04-125-15/+22
| | |/ / | |/| |
| * | | Editorial fix in Tcl_Panic() message.pointsman2023-04-072-2/+2
| * | | Further fix for [fa3d9fd818fa0072]. In ChannelState.encoding, NULL no longerpooryorick2023-04-061-40/+34
* | | | Finish up list tests. Add testbigdata dict command for generating dictsapnadkarni2023-04-141-5/+15
* | | | Few more bigdata testsapnadkarni2023-04-131-1/+1
* | | | Fix compilation on macos, test loading on mingwapnadkarni2023-04-131-2/+3
* | | | Add tests for binary command. Add testlutil command for speeding up list tests.apnadkarni2023-04-111-0/+98
* | | | Merge trunkapnadkarni2023-04-0510-292/+325
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-04-052-61/+61
| |\ \ \ | | |/ /
| | * | 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