summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug [5be203d6ca] - better fix and add testapnadkarni2023-07-052-14/+14
* Correctly compute consumed bytes in case of truncated byte sequence at end.apnadkarni2023-07-041-0/+8
* Branch meant for bug-fixing [5be203d6ca]: io-7.3 and chanio-7.3 fail in debug...jan.nijtmans2023-07-033-5/+2
* Adapt tcltest::Asciify, so it's usable for Tcl 8.5 and 8.6 toojan.nijtmans2023-07-031-4/+6
* Fix testcase (broken by previous commit)jan.nijtmans2023-07-031-1/+1
* Fix comment (missing ticket ID)jan.nijtmans2023-07-031-1/+1
* Temporary disable tests io-7.3 and chanio-7.3, which fail in debug mode. Tick...jan.nijtmans2023-07-033-3/+6
* Merge 8.6jan.nijtmans2023-07-022-2/+2
|\
| * No need for function prototypes in unix/dltest/*.cjan.nijtmans2023-07-025-50/+2
* | merge core-8-6-branch (no change)fvogel2023-07-020-0/+0
|\ \ | |/
| * Unbreak the 8.6 build.fvogel2023-07-022-2/+2
* | We definitely need to build core-8-6-branch of Tcl IMHO.fvogel2023-07-023-0/+3
|\ \ | |/
| * We definitely need to build core-8-6-branch of Tcl IMHO.fvogel2023-07-023-0/+3
* | Backport fix [66ffafd309]. DBCS infinite loop on invalid encodingapnadkarni2023-07-024-6/+28
* | Test update for bug [63530267aa].griffin2023-06-301-53/+177
* | Merge 8.6jan.nijtmans2023-06-301-20/+24
|\ \ | |/
| * Use more strict compilation-flags (but not -DTCL_MEM_DEBUG) in unix/dltest/Ma...jan.nijtmans2023-06-302-23/+25
| * Since TCL_MAJOR_VERSION is always "8", don't check for it. Add C++-compatible...jan.nijtmans2023-06-307-178/+156
* | Fix uninitialized variable.griffin2023-06-291-2/+1
* | Bug [6a3e2cb0f0] - invalid bytes in escape encodingsapnadkarni2023-06-292-5/+11
* | Fix ticket [63530267aa] by implementing ticket [e5f06285de] and making additi...griffin2023-06-284-126/+207
* | Fix [26960060d7]: lseq-3.14 triggers use-after-freejan.nijtmans2023-06-282-0/+7
* | Fix [78b9b6860c]: Please sync tclOOScript.hjan.nijtmans2023-06-281-5/+6
* | 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