Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2023-06-22 | 1 | -5/+8 |
|\ | |||||
| * | Fix [44452e2c55]: indexObj.test failures on i386 | jan.nijtmans | 2023-06-22 | 2 | -25/+27 |
| |\ | |||||
| | * | Proposed fix for [44452e2c55]: indexObj.test failures on i386 | jan.nijtmans | 2023-06-22 | 2 | -25/+27 |
| * | | Merge-mark | jan.nijtmans | 2023-06-22 | 0 | -0/+0 |
| |\ \ | | |/ | |/| | |||||
| | * | Since Tcl 8.6 doesn't know about Tcl_Size, don't use it, not even in test com... | jan.nijtmans | 2023-06-22 | 1 | -6/+3 |
* | | | merge-mark | jan.nijtmans | 2023-06-21 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | (partial) fix for [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a... | jan.nijtmans | 2023-06-21 | 3 | -2/+14 |
| |\ \ | |||||
| | * | | Fix 3 "lset" testcases | jan.nijtmans | 2023-06-21 | 1 | -0/+3 |
| | * | | (partial) fix for [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a... | jan.nijtmans | 2023-06-21 | 2 | -2/+11 |
| |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-06-21 | 16 | -99/+99 |
|\ \ \ | |/ / | |||||
| * | | "trace variable" -> "trace add variable" in testcases (and documentation) | jan.nijtmans | 2023-06-21 | 16 | -99/+99 |
* | | | Merge 8.7 | jan.nijtmans | 2023-06-20 | 2 | -14/+14 |
|\ \ \ | |/ / | |||||
| * | | Move VarHashGetKey() to tclInt.h. More int -> Tcl_Size | jan.nijtmans | 2023-06-20 | 5 | -112/+116 |
* | | | Merge 8.7 - fix tests - hardcoded port and wsl. | apnadkarni | 2023-06-19 | 2 | -10/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 - fix tests - hardcoded port and wsl. | apnadkarni | 2023-06-19 | 2 | -10/+12 |
| |\ \ | | |/ | |||||
| | * | Fix hardcoded port numbers causing Windows failures with hyperv. Disable | apnadkarni | 2023-06-19 | 2 | -12/+16 |
* | | | Merge 8.7 | jan.nijtmans | 2023-06-19 | 5 | -25/+27 |
|\ \ \ | |/ / | |||||
| * | | Some more Tcl_Size usage | jan.nijtmans | 2023-06-19 | 1 | -3/+5 |
* | | | Fix [c13819225e]: Problem with lsort|lsearch -stride on 32-bit linux | jan.nijtmans | 2023-06-18 | 4 | -14/+15 |
|\ \ \ | |||||
| * | | | Proposed fix for [c13819225e]: Problem with lsort|lsearch -stride on 32-bit l... | jan.nijtmans | 2023-06-16 | 4 | -14/+15 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-06-13 | 2 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Specify implicit "-profile tcl8" in encoding-24.4 testcase | jan.nijtmans | 2023-06-13 | 1 | -1/+1 |
| * | | Merge 8.6 | jan.nijtmans | 2023-06-08 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | (cherry-pick): Added note about how some commands are mainly for Tk | jan.nijtmans | 2023-06-08 | 1 | -0/+3 |
| * | | Added note about how some commands are mainly for Tk | dkf | 2023-06-05 | 1 | -0/+3 |
* | | | Revert unwarranted change in Tcl_CreateChannel() from [1776327edd]. | pooryorick | 2023-06-12 | 1 | -2/+2 |
* | | | Tests for invalidly encoded file names and env (TIP 671 motivation) | apnadkarni | 2023-06-11 | 2 | -1/+42 |
* | | | Merge 8.7 | pointsman | 2023-06-04 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | pointsman | 2023-06-04 | 1 | -2/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed a new test added by [72f78b60851]. The test as it was repeated just the... | pointsman | 2023-06-04 | 1 | -2/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2023-06-03 | 2 | -65/+88 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-06-03 | 2 | -65/+88 |
| |\ \ | | |/ | |||||
| | * | Fix [af3ebc5fafe0097c]: clock scan and clock add bugs in error cases / with a... | jan.nijtmans | 2023-06-03 | 2 | -65/+88 |
| | |\ | |||||
| | | * | Proposed fix for [af3ebc5fafe0]. | pointsman | 2023-05-22 | 2 | -2/+25 |
| | |/ | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-06-02 | 2 | -3/+39 |
|\ \ \ | |/ / | |||||
| * | | In TclAttemptInitStringRep(): Don't do a memcpy if attemptckalloc() fails | jan.nijtmans | 2023-06-02 | 1 | -3/+3 |
| * | | More library(n) docs | dkf | 2023-06-02 | 1 | -0/+36 |
* | | | Merge 8.7 | jan.nijtmans | 2023-06-02 | 1 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | silence compiler warning | dgp | 2023-06-02 | 1 | -3/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2023-06-02 | 17 | -68/+98 |
|\ \ \ | |/ / | |||||
| * | | New (internal) macro TclAttemptInitStringRep() | jan.nijtmans | 2023-06-02 | 20 | -51/+94 |
* | | | Merge 8.7 | jan.nijtmans | 2023-06-01 | 2 | -5/+77 |
|\ \ \ | |/ / | |||||
| * | | Fix [9921778646]: something is wrong in core-8-branch | jan.nijtmans | 2023-06-01 | 1 | -6/+6 |
| * | | Added some examples to library(n) | dkf | 2023-06-01 | 1 | -3/+75 |
* | | | merge-mark | jan.nijtmans | 2023-05-31 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac... | jan.nijtmans | 2023-05-31 | 13 | -282/+436 |
* | | | Merge 8.7 | jan.nijtmans | 2023-05-31 | 1 | -5/+7 |
|\ \ \ | |/ / | |||||
| * | | Document hoe Tcl_ReadChars() behaves in "-profile strict" mode when an encodi... | jan.nijtmans | 2023-05-31 | 1 | -5/+7 |
* | | | Merge 8.7 | jan.nijtmans | 2023-05-31 | 4 | -21/+21 |
|\ \ \ | |/ / | |||||
| * | | Fix [c243e7a85e]: TIP #603 implementation broken on Windows | jan.nijtmans | 2023-05-31 | 1 | -4/+4 |
| |\ \ |