summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-01-271-1/+1
|\
| * Fix [16e25e1402]: tcl_startOfPreviousWord cannot handle "end-1"jan.nijtmans2024-01-261-1/+1
* | Improve tcl_startOfPreviousWord, so it can handle indices like "" (from Tk) a...jan.nijtmans2024-01-261-2/+13
* | Merge 8.6jan.nijtmans2024-01-141-2/+2
|\ \ | |/
| * Fix wrongly-placed braces (noted by AKU, thanks!). Also '==' -> 'eq' in expre...jan.nijtmans2024-01-131-2/+2
* | Merge 8.6jan.nijtmans2024-01-091-16/+29
|\ \ | |/
| * Optimize use of $fullutf variablejan.nijtmans2024-01-091-15/+28
| * Backport tcltest 2.5.6 from Tcl9.0b1jan.nijtmans2024-01-092-13/+50
| * Use "info exists" to test for Tk presencejan.nijtmans2024-01-091-1/+1
* | update to TZDATA 2023djan.nijtmans2023-12-246-162/+177
|\ \ | |/
| * update to TZDATA 2023djan.nijtmans2023-12-246-162/+177
* | Reverse the 2.8.9- fix for an apparent bug in Thread on Windows - the "bug" v...kjnash2023-12-181-3/+3
* | Merge 8.7 core-8-branchkjnash2023-12-121-1/+0
|\ \
| * | Fix [0110923366]: some (wish package) is leaving a global variable "test" setjan.nijtmans2023-12-061-1/+0
* | | When http.tcl uses Thread, require Thread 2.8.9- to avoid failure of r/w oper...kjnash2023-12-121-3/+5
* | | Rename commands http::socketForTls -> http::socketAsCallback, http::socket ->...kjnash2023-12-061-29/+30
* | | Generalise http::register etc and revise recent changes that were tls-only.kjnash2023-12-051-17/+67
* | | Define http(usingThread) more preciselykjnash2023-12-051-1/+6
|/ /
* | TIP #670: Simple Extra Procedures for File Accessdkf2023-11-144-0/+88
|\ \
| * | Swapped foreachLine arg order, improved docsdkf2023-05-313-4/+5
| * | Get return stack correct when doing [return -code error] in the bodydkf2023-05-301-0/+3
| * | Basic implementation of TIP 670dkf2023-05-294-0/+84
* | | Merge 8.6 - Bug [0aaeb9c380]apnadkarni2023-09-221-0/+1
|\ \ \ | | |/ | |/|
| * | Bug [0aaeb9c380]. Fix spurious tcltest output on hyphenated constraintsapnadkarni2023-09-221-0/+1
* | | Incorrect use of $mountpoint variablejan.nijtmans2023-09-081-2/+2
* | | More patches from juliannoble2. Thanks!jan.nijtmans2023-09-071-1/+1
* | | Merge 8.7. Exchange "zipfs mount"/TclZipfs_Mount arguments: archive <-> mount...jan.nijtmans2023-09-071-2/+2
* | | Adapt tcltest::Asciify, so it's usable for Tcl 8.5 and 8.6 toojan.nijtmans2023-07-031-4/+6
* | | Merge 8.6jan.nijtmans2023-06-031-65/+70
|\ \ \ | |/ / | | / | |/ |/|
| * Fix [af3ebc5fafe0097c]: clock scan and clock add bugs in error cases / with a...jan.nijtmans2023-06-031-65/+70
| |\
| | * Proposed fix for [af3ebc5fafe0].pointsman2023-05-221-2/+7
| |/
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-1214-72/+72
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-1214-66/+67
* | Improve tcltest package: Don't use 'scan' for printable characters, and don't...jan.nijtmans2023-04-011-7/+6
* | Merge 8.6jan.nijtmans2023-03-311-1/+1
|\ \ | |/
| * Update to tzdata 2023c (which is identical to 2023a, due to the summertime si...jan.nijtmans2023-03-311-1/+1
* | Merge 8.7. Go back to lowercase for POSIX err-messagesjan.nijtmans2023-03-273-17/+17
|\ \
* \ \ Merge 8.7jan.nijtmans2023-03-2611-419/+806
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-03-2611-419/+806
| |\ \ | | |/
| | * Update to tzdata 2023bjan.nijtmans2023-03-2611-419/+806
* | | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ...jan.nijtmans2023-03-253-17/+17
|/ /
* | Merge 8.6jan.nijtmans2023-03-241-1/+1
|\ \ | |/
| * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-241-1/+1
* | Remove unneeded backslashjan.nijtmans2023-03-191-3/+3
* | one too much "-profile tcl8"jan.nijtmans2023-03-181-1/+1
* | Make http package use "-profile tcl8", irrespective of the default profile in...jan.nijtmans2023-03-181-3/+24
* | Make "tcltest" package use "-profile tcl8" internally, irrespective of what t...jan.nijtmans2023-03-181-9/+13
* | Merge 8.7apnadkarni2023-03-143-11/+6
|\ \
| * | Forgot that \x00 is not printable anywayjan.nijtmans2023-03-121-1/+1
| * | Make test-output more readable when it contains non-printable characters (sto...jan.nijtmans2023-03-123-5/+38