summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers a...jan.nijtmans2023-06-2714-1152/+50
* Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it.jan.nijtmans2023-06-2615-1068/+13
* Fix [44452e2c55]: indexObj.test failures on i386jan.nijtmans2023-06-222-25/+27
|\
| * Proposed fix for [44452e2c55]: indexObj.test failures on i386jan.nijtmans2023-06-222-25/+27
* | Merge-markjan.nijtmans2023-06-220-0/+0
|\ \ | |/ |/|
| * Since Tcl 8.6 doesn't know about Tcl_Size, don't use it, not even in test com...jan.nijtmans2023-06-221-6/+3
* | (partial) fix for [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a...jan.nijtmans2023-06-213-2/+14
|\ \
| * | Fix 3 "lset" testcasesjan.nijtmans2023-06-211-0/+3
| * | (partial) fix for [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a...jan.nijtmans2023-06-212-2/+11
|/ /
* | "trace variable" -> "trace add variable" in testcases (and documentation)jan.nijtmans2023-06-2116-99/+99
* | Move VarHashGetKey() to tclInt.h. More int -> Tcl_Sizejan.nijtmans2023-06-205-112/+116
* | Merge 8.6 - fix tests - hardcoded port and wsl.apnadkarni2023-06-192-10/+12
|\ \ | |/
| * Fix hardcoded port numbers causing Windows failures with hyperv. Disableapnadkarni2023-06-192-12/+16
* | Some more Tcl_Size usagejan.nijtmans2023-06-191-3/+5
* | Specify implicit "-profile tcl8" in encoding-24.4 testcasejan.nijtmans2023-06-131-1/+1
* | Merge 8.6jan.nijtmans2023-06-080-0/+0
|\ \ | |/
| * (cherry-pick): Added note about how some commands are mainly for Tkjan.nijtmans2023-06-081-0/+3
* | Added note about how some commands are mainly for Tkdkf2023-06-051-0/+3
* | Merge 8.6pointsman2023-06-041-2/+1
|\ \ | |/
| * Fixed a new test added by [72f78b60851]. The test as it was repeated just the...pointsman2023-06-041-2/+1
* | Merge 8.6jan.nijtmans2023-06-032-65/+88
|\ \ | |/
| * Fix [af3ebc5fafe0097c]: clock scan and clock add bugs in error cases / with a...jan.nijtmans2023-06-032-65/+88
| |\
| | * Proposed fix for [af3ebc5fafe0].pointsman2023-05-222-2/+25
| |/
* | In TclAttemptInitStringRep(): Don't do a memcpy if attemptckalloc() failsjan.nijtmans2023-06-021-3/+3
* | More library(n) docsdkf2023-06-021-0/+36
* | silence compiler warningdgp2023-06-021-3/+2
* | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-0220-51/+94
* | Fix [9921778646]: something is wrong in core-8-branchjan.nijtmans2023-06-011-6/+6
* | Added some examples to library(n)dkf2023-06-011-3/+75
* | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac...jan.nijtmans2023-05-3113-282/+436
* | Document hoe Tcl_ReadChars() behaves in "-profile strict" mode when an encodi...jan.nijtmans2023-05-311-5/+7
* | Fix [c243e7a85e]: TIP #603 implementation broken on Windowsjan.nijtmans2023-05-311-4/+4
|\ \
| * | Let's see if this helpsjan.nijtmans2023-05-301-4/+4
|/ /
* | More typo fixesdkf2023-05-303-17/+17
* | Backport IO-related changes from Tcl 9.0. Needed for preparation of TIP #653jan.nijtmans2023-05-303-375/+504
* | int -> Tcl_Size, for full Tcl 9 supportjan.nijtmans2023-05-292-8/+9
* | Fix typo and outdated commentdkf2023-05-292-2/+2
* | Fix errors when building the html man page for configurable.n (TIP #558)fvogel2023-05-281-4/+3
|\ \
| * | Fix errors when building the html man page for configurable.nfvogel2023-05-281-4/+3
* | | TIP 603: Get 'stat' Information of Open Filesdkf2023-05-247-6/+437
|\ \ \
| * \ \ merge core-8-branchdkf2023-05-24537-57321/+25279
| |\ \ \ | |/ / / |/| | |
* | | | Fix regular expression in previous commitjan.nijtmans2023-05-241-1/+1
* | | | Enhance html generation, so it can handle the "©" copy-sign as welljan.nijtmans2023-05-245-5/+5
* | | | More size protection for winDdejan.nijtmans2023-05-241-8/+11
* | | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-237-13/+13
* | | | Small documentation correctionsdkf2023-05-226-66/+95
* | | | Unbreak windows symbols build. More int -> Tcl_Size backported from 9.0jan.nijtmans2023-05-211-62/+64
* | | | More int/Tcl_Size backportjan.nijtmans2023-05-2010-167/+176
* | | | int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-1912-169/+169
* | | | Improve the synopsis of the transchan manpage so it helps users a bitdkf2023-05-191-1/+12