Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 - Bug [0aaeb9c380] | apnadkarni | 2023-09-22 | 1 | -0/+1 |
|\ | |||||
| * | Bug [0aaeb9c380]. Fix spurious tcltest output on hyphenated constraints | apnadkarni | 2023-09-22 | 1 | -0/+1 |
| | | |||||
* | | Incorrect use of $mountpoint variable | jan.nijtmans | 2023-09-08 | 1 | -2/+2 |
| | | |||||
* | | More patches from juliannoble2. Thanks! | jan.nijtmans | 2023-09-07 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.7. Exchange "zipfs mount"/TclZipfs_Mount arguments: archive <-> ↵ | jan.nijtmans | 2023-09-07 | 1 | -2/+2 |
| | | | | | | | | mountpoint | ||||
* | | Adapt tcltest::Asciify, so it's usable for Tcl 8.5 and 8.6 too | jan.nijtmans | 2023-07-03 | 1 | -4/+6 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2023-06-03 | 1 | -65/+70 |
|\ \ | |/ | |||||
| * | Fix [af3ebc5fafe0097c]: clock scan and clock add bugs in error cases / with ↵ | jan.nijtmans | 2023-06-03 | 1 | -65/+70 |
| |\ | | | | | | | | | | abbreviated options | ||||
| | * | Proposed fix for [af3ebc5fafe0]. | pointsman | 2023-05-22 | 1 | -2/+7 |
| |/ | |||||
| * | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 14 | -72/+72 |
| | | | | | | corrections in history.tcl and tcltest.test. | ||||
* | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 14 | -66/+67 |
| | | | | | | corrections in history.tcl and tcltest.test. | ||||
* | | Improve tcltest package: Don't use 'scan' for printable characters, and ↵ | jan.nijtmans | 2023-04-01 | 1 | -7/+6 |
| | | | | | | | | don't print lf as \x0A any more (as in Tcl 8.6) | ||||
* | | Merge 8.6 | jan.nijtmans | 2023-03-31 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update to tzdata 2023c (which is identical to 2023a, due to the summertime ↵ | jan.nijtmans | 2023-03-31 | 1 | -1/+1 |
| | | | | | | | | situation in Libanon) | ||||
* | | Merge 8.7. Go back to lowercase for POSIX err-messages | jan.nijtmans | 2023-03-27 | 3 | -17/+17 |
|\ \ | |||||
* \ \ | Merge 8.7 | jan.nijtmans | 2023-03-26 | 11 | -419/+806 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-03-26 | 11 | -419/+806 |
| |\ \ | | |/ | |||||
| | * | Update to tzdata 2023b | jan.nijtmans | 2023-03-26 | 11 | -419/+806 |
| | | | |||||
* | | | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ↵ | jan.nijtmans | 2023-03-25 | 3 | -17/+17 |
|/ / | | | | | | | | | too big" Let's synchronize the POSIX error-messages with what Linux gives nowadays. | ||||
* | | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
| | | |||||
* | | Remove unneeded backslash | jan.nijtmans | 2023-03-19 | 1 | -3/+3 |
| | | |||||
* | | one too much "-profile tcl8" | jan.nijtmans | 2023-03-18 | 1 | -1/+1 |
| | | |||||
* | | Make http package use "-profile tcl8", irrespective of the default profile ↵ | jan.nijtmans | 2023-03-18 | 1 | -3/+24 |
| | | | | | | | | in Tcl, until decided differently | ||||
* | | Make "tcltest" package use "-profile tcl8" internally, irrespective of what ↵ | jan.nijtmans | 2023-03-18 | 1 | -9/+13 |
| | | | | | | | | the default profile is | ||||
* | | Merge 8.7 | apnadkarni | 2023-03-14 | 3 | -11/+6 |
|\ \ | |||||
| * | | Forgot that \x00 is not printable anyway | jan.nijtmans | 2023-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Make test-output more readable when it contains non-printable characters ↵ | jan.nijtmans | 2023-03-12 | 3 | -5/+38 |
| | | | | | | | | | | | | | | | (stolen from TIP #656 impl, thanks Ashok!) tcltest -> 2.5.6 | ||||
* | | | Merge 8.7 | apnadkarni | 2023-02-24 | 28 | -46/+47 |
|\ \ \ | |/ / | |||||
| * | | re-generate macDingbats.enc, so it can now throw exceptions for the range ↵ | jan.nijtmans | 2023-02-22 | 1 | -2/+2 |
| | | | | | | | | | | | | 0x8E-0x9F | ||||
| * | | More encoding fixes, e.g. range 0x80-0x9F for dingbats and symbol. Remove ↵ | jan.nijtmans | 2023-02-21 | 3 | -4/+5 |
| | | | | | | | | | | | | "-m" option from txt2enc.c tool, since the same is already handled in the table encoding code in Tcl itself. This was wat prevent Tcl to handle throwing exceptions correctly | ||||
| * | | re-generated 8 more encodings | jan.nijtmans | 2023-02-20 | 8 | -14/+14 |
| | | | |||||
| * | | Two more files, re-generated | jan.nijtmans | 2023-02-20 | 2 | -4/+4 |
| | | | |||||
| * | | Proposed fix for [4bea02e811]: encoding convertfrom -strict ascii \x7f ↵ | jan.nijtmans | 2023-02-20 | 14 | -22/+22 |
| | | | | | | | | | | | | generates exception | ||||
* | | | Part way through utf-8 test equivalence classes | apnadkarni | 2023-02-17 | 1 | -2/+35 |
| | | | |||||
* | | | Fix tcltest to not exit on encoding errors when printing to stdout | apnadkarni | 2023-02-07 | 1 | -1/+5 |
|/ / | |||||
* | | Merge 8.7 | jan.nijtmans | 2022-11-30 | 13 | -418/+261 |
|\ \ | |/ | |||||
| * | Update to tzdata 2022g | jan.nijtmans | 2022-11-30 | 13 | -418/+261 |
| |\ | |||||
| | * | Update to tzdata 2022g | jan.nijtmans | 2022-11-30 | 13 | -418/+261 |
| | | | |||||
| * | | merge 8.6 | dgp | 2022-11-01 | 11 | -2029/+11 |
| |\ \ | |||||
| * \ \ | merge 8.6 | dgp | 2022-10-27 | 2 | -2/+13 |
| |\ \ \ | |||||
| * \ \ \ | merge 8.6 | dgp | 2022-10-17 | 10 | -318/+10 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge 8.6 | dgp | 2022-09-26 | 4 | -813/+316 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge 8.6 | dgp | 2022-09-07 | 38 | -2310/+353 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge 8.6 | dgp | 2022-07-25 | 2 | -3/+3 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge 8.6 | dgp | 2022-07-12 | 2 | -67/+100 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Bump to 8.6.13 for release | dgp | 2022-06-06 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | make Windows dde (-> 1.4.5) and registry (-> 1.3.7) extensions ready for the ↵ | jan.nijtmans | 2022-11-29 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl 9.0 era. | ||||
* | | | | | | | | | | http 2.10a4 -> 2.10b1, for upcoming release | jan.nijtmans | 2022-11-16 | 3 | -3/+3 |
| | | | | | | | | | | |||||
* | | | | | | | | | | fix filename | jan.nijtmans | 2022-11-13 | 1 | -1/+1 |
| | | | | | | | | | |