| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge trunk | apnadkarni | 2023-04-18 | 4 | -32/+41 |
|\ |
|
| * | Merge 8.7 | jan.nijtmans | 2023-04-18 | 1 | -25/+31 |
| |\ |
|
| | * | Add TCL_T_MODIFIER (from TIP #660). Some header-file clean-up. | jan.nijtmans | 2023-04-18 | 1 | -28/+69 |
|
|
| * | | Correct CHANNEL_BLOCKED to CHANNEL_ENCODING_ERROR in Tcl_GetsObj(). | pooryorick | 2023-04-18 | 1 | -1/+1 |
|
|
| * | | Plug memory leak caused by [46e7091a77b71ed7|this] commit | jan.nijtmans | 2023-04-17 | 1 | -0/+1 |
|
|
| * | | Fix for [eabcbd08274f2d22], [read] error persists on channel with strict | pooryorick | 2023-04-16 | 1 | -1/+3 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2023-04-16 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Remove unneeded ENCODING_UTF flags | jan.nijtmans | 2023-04-16 | 1 | -6/+6 |
|
|
| * | | Remove unneeded ENCODING_UTF flags. | pooryorick | 2023-04-16 | 1 | -3/+3 |
|
|
* | | | Merge trunk | apnadkarni | 2023-04-16 | 4 | -8/+16 |
|\ \ \
| |/ / |
|
| * | | Fix indenting | jan.nijtmans | 2023-04-15 | 1 | -1/+1 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2023-04-15 | 3 | -5/+9 |
| |\ \
| | |/ |
|
| | * | Merge 8.6 | jan.nijtmans | 2023-04-15 | 3 | -5/+9 |
| | |\ |
|
| | | * | Add one more unused stub entry | jan.nijtmans | 2023-04-15 | 3 | -5/+9 |
|
|
| | | * | 2 more spelling fixes, but undo fixes in compat/zlib: Please report them upst... | jan.nijtmans | 2023-04-12 | 1 | -1/+1 |
|
|
| | | * | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 64 | -286/+286 |
|
|
| | * | | int -> Tcl_Size where appropriate in tcl.decls (reducing the diff against Tcl... | jan.nijtmans | 2023-04-14 | 2 | -18/+18 |
|
|
| * | | | Fix for [a7a89d422a4f5dd3], Under strict encoding, [gets] returns an error in... | pooryorick | 2023-04-15 | 1 | -2/+7 |
|
|
| * | | | Fix for [0cd1ae596e709259], under strict encoding, [gets] returns an error even | pooryorick | 2023-04-14 | 1 | -2/+1 |
|
|
* | | | | Fix VC++ unused variable warning, lappend and join. | apnadkarni | 2023-04-16 | 1 | -1/+0 |
|
|
* | | | | Fixed bug-a498006438 | apnadkarni | 2023-04-14 | 1 | -1/+1 |
|
|
* | | | | Merge trunk | apnadkarni | 2023-04-14 | 64 | -435/+451 |
|\ \ \ \
| |/ / / |
|
| * | | | Allow Tcl build without the Tcl 8 compat API. Derived from "disabletcl8api" b... | jan.nijtmans | 2023-04-13 | 5 | -19/+46 |
| |\ \ \ |
|
| | * \ \ | Merged disabletcl8api-win in. Which adds optional Tcl 9 API only to the windo... | pointsman | 2023-04-11 | 6 | -27/+34 |
| | |\ \ \ |
|
| | | * | | | Fix compiler warnings and crashes. Builds and passes test suite on Windows an... | apnadkarni | 2023-04-10 | 6 | -21/+34 |
| | |/ / / |
|
| | * | | | Experimental branch which adds configure option --disable-tcl8api which build... | pointsman | 2023-04-09 | 1 | -36/+58 |
|
|
| * | | | | Clean up Tcl_SetObjResult(). | pooryorick | 2023-04-13 | 1 | -20/+17 |
|
|
| * | | | | Remove unnecessary reference count bump in Tcl_ReadObjCmd(). | pooryorick | 2023-04-13 | 1 | -3/+0 |
|
|
| * | | | | Remove last reference to -nocomplainencoding and fix some spelling errors. | pooryorick | 2023-04-13 | 1 | -2/+2 |
|
|
| * | | | | Merge 8.7 | jan.nijtmans | 2023-04-13 | 2 | -4/+2 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | cherry-pick from trunk: Remove one unnecesary call to Tcl_SetErrno() in DoRea... | jan.nijtmans | 2023-04-13 | 1 | -8/+10 |
|
|
| | * | | | Cherry-pick: Rearrange code blocks in DoReadChars to do less work when return... | jan.nijtmans | 2023-04-12 | 1 | -69/+71 |
|
|
| | * | | | Some more int -> Tcl_Size (which is actually the same in 8.7). Backported fro... | jan.nijtmans | 2023-04-12 | 3 | -25/+32 |
|
|
| * | | | | Remove one unnecesary call to Tcl_SetErrno() in DoReadChars(). | pooryorick | 2023-04-13 | 1 | -6/+8 |
|
|
| * | | | | Correct the documentation of Tcl_SetObjLength. | pooryorick | 2023-04-12 | 1 | -11/+10 |
|
|
| * | | | | Remove unnecessary generation of string representation in DoReadChars. | pooryorick | 2023-04-12 | 1 | -13/+0 |
|
|
| * | | | | Rearrange code blocks in DoReadChars to do less work when returning early. | pooryorick | 2023-04-12 | 1 | -26/+31 |
|
|
| * | | | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 60 | -290/+293 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 61 | -297/+301 |
|
|
| * | | | | More int -> Tcl_Size, so (theoretically) longer lists could be handled. Thank... | jan.nijtmans | 2023-04-12 | 5 | -15/+22 |
| | |/ /
| |/| | |
|
| * | | | Editorial fix in Tcl_Panic() message. | pointsman | 2023-04-07 | 2 | -2/+2 |
|
|
| * | | | Further fix for [fa3d9fd818fa0072]. In ChannelState.encoding, NULL no longer | pooryorick | 2023-04-06 | 1 | -40/+34 |
|
|
* | | | | Finish up list tests. Add testbigdata dict command for generating dicts | apnadkarni | 2023-04-14 | 1 | -5/+15 |
|
|
* | | | | Few more bigdata tests | apnadkarni | 2023-04-13 | 1 | -1/+1 |
|
|
* | | | | Fix compilation on macos, test loading on mingw | apnadkarni | 2023-04-13 | 1 | -2/+3 |
|
|
* | | | | Add tests for binary command. Add testlutil command for speeding up list tests. | apnadkarni | 2023-04-11 | 1 | -0/+98 |
|
|
* | | | | Merge trunk | apnadkarni | 2023-04-05 | 10 | -292/+325 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.7 | jan.nijtmans | 2023-04-05 | 2 | -61/+61 |
| |\ \ \
| | |/ / |
|
| | * | | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI... | jan.nijtmans | 2023-04-05 | 5 | -96/+99 |
|
|
| | * | | Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars(). | pooryorick | 2023-04-04 | 1 | -5/+7 |
|
|