summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Try the new windows-11-arm runnercore-github-windows-armjan.nijtmans2025-04-201-0/+44
|
* VarHashCreateVar() isn't used in tclExecute.cjan.nijtmans2025-04-201-9/+4
|
* Fix warning: variables 'ui' and 'maxSizeDecade' used in loop condition not ↵jan.nijtmans2025-04-171-2/+1
| | | | | modified in loop body [-Wfor-loop-analysis] Remove unnecessary right-shift
* off-by-8 (thanks, Don!)jan.nijtmans2025-04-171-1/+1
|
* Update macher version in onefiledist.yml so it will work with a thin macOS ↵culler2025-04-171-1/+1
| | | | executable.
* Correct false claims in the header comment of RequiredPrecision()dgp2025-04-161-1/+2
|
* (cherry-pick): Clarify exec manpage << entry that the value is encoded and ↵jan.nijtmans2025-04-161-1/+3
| | | | lineendings converted
*-. Fix TestplatformChmod() test function: It should always translate from UTF-8 ↵jan.nijtmans2025-04-163-20/+31
|\ \ | | | | | | | | | to native, since the native encoding is not guaranteed to be UTF-8
| | * Fix TestplatformChmod() function, so it can handle more than only ASCIIjan.nijtmans2025-04-152-39/+39
| | |
| * | Missing Tcl_DStringFree()core-testcase-for-tip-716jan.nijtmans2025-04-151-5/+3
| | |
| * | Fix TestplatformChmod() test function: It should always translate from UTF-8 ↵jan.nijtmans2025-04-151-3/+9
| | | | | | | | | | | | to native, since the native encoding is not guaranteed to be UTF-8
| * | Testcase for TIP #716jan.nijtmans2025-04-151-7/+7
| | |
| * | Merge 9.0jan.nijtmans2025-04-142-14/+13
| |\ \ | |/ / |/| |
* | | Review [56f880ad7b|this] commit: Introduce TclNewNamespaceObj() to factor ↵jan.nijtmans2025-04-142-8/+7
| | | | | | | | | | | | out a common idiom
| * | Clarify exec manpage << entry that the value is encoded and lineendings ↵apnadkarni2025-04-141-1/+3
| | | | | | | | | | | | converted
| * | Merge 9.0jan.nijtmans2025-04-141-17/+29
| |\ \ | |/ / |/| |
* | | Update changes.mdjan.nijtmans2025-04-141-0/+1
| | |
* | | Fix [92aeb847f9]: proc with more than 2**31 variablesjan.nijtmans2025-04-141-15/+26
|\ \ \
| * | | Error-message cleanupjan.nijtmans2025-04-141-21/+17
| | | |
| * | | Slight improvement: Cleanup before creating error-messagejan.nijtmans2025-04-101-6/+11
| | | |
| * | | First attempt at fixing [92aeb847f9]: proc with more than 2**31 variables. ↵jan.nijtmans2025-04-101-1/+10
| | | | | | | | | | | | | | | | At least, prevent the crash.
| | * | Merge 9.0jan.nijtmans2025-04-131-0/+7
| | |\ \ | |_|/ / |/| | |
* | | | Put back a comment, which should not have been removedjan.nijtmans2025-04-131-0/+7
| | | |
| | * | Merge 9.0jan.nijtmans2025-04-132-16/+0
| | |\ \ | |_|/ / |/| | |
* | | | Remove comment which is not true any more: TclVarHashFindVar() is not used ↵jan.nijtmans2025-04-132-16/+0
| | | | | | | | | | | | | | | | | | | | in Itcl at all. Remove some unnecessary #undef's
| | * | Merge 9.0jan.nijtmans2025-04-112-9/+12
| | |\ \ | |_|/ / |/| | |
* | | | Fix for [fd8341e496]: Tcl_InitStubs compatibility for 9.1jan.nijtmans2025-04-112-1/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix for [fd8341e496]: Tcl_InitStubs compatibility for 9.1jan.nijtmans2025-04-112-0/+5
| | | |
* | | | (cherry-pick): Updated changes for [010d8f38]. Indentingjan.nijtmans2025-04-112-9/+10
| | | |
| | | * Merge 9.0jan.nijtmans2025-04-113-42/+52
| | | |\ | |_|_|/ |/| | |
* | | | Fix and speedup for TclLog2() - only used with TCL_COMPILE_STATS. Can now ↵jan.nijtmans2025-04-114-43/+53
| |/ / |/| | | | | | | | handle values > 2**31
| | * Updated changes with [tclEpollNotfy PlatformEventsControl panics if ↵stevel2025-04-101-1/+2
| | | | | | | | | | | | websocket disconnected](https://core.tcl-lang.org/tcl/tktview/010d8f38)
| | * Merge 9.0jan.nijtmans2025-04-091-2/+2
| | |\ | |_|/ |/| |
* | | Update rules.vcjan.nijtmans2025-04-091-2/+2
| | |
| | * Merge 9.0jan.nijtmans2025-04-071-8/+1
| | |\ | |_|/ |/| |
* | | Remove OPTS=tk8 option: It was meant to be able to compile extesions witk Tk ↵jan.nijtmans2025-04-071-8/+1
| | | | | | | | | | | | 8.7, which will never fly ....
| | * Merge 9.0jan.nijtmans2025-04-071-3/+3
| | |\ | |_|/ |/| |
* | | (cherry-pick): Fix [010d8f3885] tclEpollNotfy PlatformEventsControl panics ↵jan.nijtmans2025-04-071-7/+13
| | | | | | | | | | | | if websocket disconnected
* | | Fix [04aad56155]: __attribute__((noreturn)) conflicts with stdnoreturn.hjan.nijtmans2025-04-071-3/+3
|\ \ \ | |/ /
| * | Fix [04aad56155]: __attribute__((noreturn)) conflicts with stdnoreturn.hjan.nijtmans2025-04-071-1/+1
| | |
| | * Fix [010d8f3885] tclEpollNotfy PlatformEventsControl panics if websocket ↵stevel2025-04-071-4/+10
| | |\ | | | | | | | | | | | | disconnected
| | | * Added comments explaining the tclEpollNotfy.c fixstevel2025-03-241-0/+8
| | | |
| | | * Ticket ↵stevel2025-03-241-4/+2
| | | | | | | | | | | | | | | | [https://core.tcl-lang.org/tcl/tktview/010d8f3885642212cf2c65036dd4ad444e9f769e]. A fix for a panic if tclEpollNotfy PlatformEventsControl TclOSfstat returns -1 which it does when using a websocket to a browser and the browser page is refreshed. As per discussions with Jan and Donal the only thing we can do is return and hope it doesn't leak too much memory.
| | * | Merge 9.0jan.nijtmans2025-04-061-5/+8
| | |\ \ | |_|/ / |/| | |
* | | | Fix [02fe7f5c89]: tcl::unsupported::icu::detect missing 32-bit error-checkjan.nijtmans2025-04-061-5/+8
| | | |
| | * | Merge 9.0jan.nijtmans2025-04-061-16/+16
| | |\ \ | |_|/ / |/| | |
* | | | Eliminate some -Wconversion warnings. Fix commentsjan.nijtmans2025-04-061-34/+33
| | | |
| | * | Merge 9.0jan.nijtmans2025-04-031-0/+8
| | |\ \ | |_|/ / |/| | |
* | | | Prevent warning on Cygwin: warning: 'ECASECLASH' is no longer used by Cygwinjan.nijtmans2025-04-031-0/+8
|\ \ \ \ | |/ / /
| * | | Prevent warning on Cygwin: warning: 'ECASECLASH' is no longer used by Cygwinjan.nijtmans2025-04-031-0/+8
| | | |