summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [0b9200888e]: TIP #660 breaks TIP #628/#630jan.nijtmans2023-04-122-9/+9
|\
| * Proposed fix for [0b9200888e]: TIP #660 breaks TIP #628/#630jan.nijtmans2023-04-112-9/+9
|/
* Merge 9.0apnadkarni2023-04-0820-185/+163
|\
| * Editorial fix in Tcl_Panic() message.pointsman2023-04-072-2/+2
| * Merge bug-[fa3d9fd818fa0072].pooryorick2023-04-066-82/+95
| |\
| | * Update the documentation for [chan] with regard to binary data.pooryorick2023-04-061-16/+13
| | * Remove obsolete comments.pooryorick2023-04-062-4/+0
| | * Further fix for [fa3d9fd818fa0072]. In ChannelState.encoding, NULL no longerpooryorick2023-04-065-62/+82
| | * Merge trunk.pooryorick2023-04-0621-307/+277
| | |\ | | |/ | |/|
| * | TIP 602 - update manpagesapnadkarni2023-04-058-51/+17
| * | Merge 8.7jan.nijtmans2023-04-052-4/+4
| |\ \
| | * | Make sure that infoPtr->validMask only contains TCL_READABLE|TCL_WRITABLE|TCL...jan.nijtmans2023-04-052-4/+4
| * | | 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 tclStubInit gcc warnings with TCL_UTF_MAX=3apnadkarni2023-04-051-4/+4
* | | | Export Tcl_GetSizeFromObj in stubsapnadkarni2023-04-056-8/+42
* | | | Merge 9.0apnadkarni2023-04-0520-253/+377
|\ \ \ \ | |/ / /
| * | | Fix [6390566ecd]: Testcase cmdAH-4.3.13.00DC0000.tail.utf-32.tcl8.a fails som...jan.nijtmans2023-04-041-0/+5
| * | | Accidental rename from TCL_8_COMPAT to TCL_SIGNED_SIZE in previous commit, so...jan.nijtmans2023-04-041-1/+1
| * | | Merge 8.7jan.nijtmans2023-04-042-2/+2
| |\ \ \ | | |/ /
| | * | Starting with [51d813943bcaf835], chan-io-52.10 and io-52.10 are failing on ...jan.nijtmans2023-04-042-2/+2
| | * | Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars().pooryorick2023-04-042-6/+34
| * | | TIP #628 addendum (various fixes to improve handling of 8.7 <-> 9.0 header di...jan.nijtmans2023-04-047-190/+189
| * | | Fix for [fa3d9fd818fa0072], [fcopy $chan1 $chan2 -size $size] is not [putspooryorick2023-04-036-181/+260
| |\ \ \ | | | |/ | | |/|
| | * | Fix for [fa3d9fd818fa0072], [fcopy $chan1 $chan2 -size $size] is not [putspooryorick2023-04-036-181/+260
| |/ /
| * | Fix typo in test io-53.12.1.pooryorick2023-04-031-1/+1
| |\ \
| | * | Fix typo in previous commit.pooryorick2023-04-031-1/+1
| * | | Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars().pooryorick2023-04-032-6/+34
| |\ \ \ | | |/ /
| | * | Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars().pooryorick2023-04-031-5/+7
| | * | Failing test for [9ca87e6286262a62f], Sync fcopy buffers input in ReadChars().pooryorick2023-04-031-1/+27
| * | | Bug [7e3f26c748] - TCL_MEM_DEBUG false positiveapnadkarni2023-04-021-3/+15
| |/ /
| * | Merge 8.7jan.nijtmans2023-04-012-3/+3
| |\ \ | | |/
| | * Add -Wall -Wextra -Wc++-compat -Wconversion -Werror to CFLAGS in unix/dltest/...jan.nijtmans2023-04-016-6/+23
* | | Fix gcc warnings from prior 9.0 mergeapnadkarni2023-04-013-8/+10
* | | Merge 9.0jan.nijtmans2023-04-0151-168/+316
|\ \ \ | |/ /
| * | Merge 8.7. Code cleanup in dltest packagesjan.nijtmans2023-04-017-14/+160
| |\ \ | | |/
| | * New "pkgt" for testing TIP #627jan.nijtmans2023-04-012-2/+119
| | * Improve tcltest package: Don't use 'scan' for printable characters, and don't...jan.nijtmans2023-04-011-7/+6
| * | merge-markjan.nijtmans2023-03-310-0/+0
| |\ \ | | |/
| | * Restore iogt-2.3 expectation expectation to what it was in Tcl 8.6 (due to pr...jan.nijtmans2023-03-311-1/+1
| * | adapt iogt-2.3 expectationjan.nijtmans2023-03-311-1/+1
| * | merge-markjan.nijtmans2023-03-310-0/+0
| |\ \ | | |/
| | * Backport CHANNEL_PROFILE_GET() usage fix from 9.0jan.nijtmans2023-03-311-9/+4
| * | Correct other CHANNEL_PROFILE_GET() usage as well, which had the same error. ...jan.nijtmans2023-03-311-10/+3
| * | Fix TclCopyChannel() incorrect use of CHANNEL_PROFILE_GET().pooryorick2023-03-311-2/+4
| * | Merge 8.7jan.nijtmans2023-03-315-28/+28
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2023-03-314-30/+29
| | |\
| | | * Update to tzdata 2023c (which is identical to 2023a, due to the summertime si...jan.nijtmans2023-03-311-1/+1
| | | * Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now.jan.nijtmans2023-03-311-6/+6
| * | | Merge 8.7jan.nijtmans2023-03-3043-119/+126
| |\ \ \ | | |/ /