summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge [4a1848c27fd63955], which was improperly backed-out (there was no noticepooryorick2024-05-141-129/+194
|\ | | | | or public discussion).
| * Backout [b49efeca6a] (so people can judge whether this is just a textual ↵jan.nijtmans2024-05-131-129/+194
| | | | | | | | improvement or not)
* | silence warning (implicit-fallthrough)sebres2024-05-131-0/+2
| |
* | merge 8.7sebres2024-05-131-2/+4
|\ \
| * | clock.test: amend to hotfix [9889f96f4da77e3b] - ensemble created ↵sebres2024-05-131-2/+4
| | | | | | | | | | | | implicitely now
* | | Clean up a lot of small whitespace issues dkf/to-redodkf2024-05-13117-3341/+3535
| | | | | | | | | This is the dullest commit ever. Sorry.
* | | merge 8.7 (interim fix for [9889f96f4da77e3b])sebres2024-05-131-5/+3
|\ \ \ | |/ / | | / | |/ |/|
| * interim fix for [9889f96f4da77e3b]: avoid lazy creation and compilation for ↵sebres2024-05-131-5/+3
| | | | | | | | clock-ensemble (unless the issue with line-number reset by recompile is solved)
* | More whitespace cleanupdkf2024-05-1060-430/+328
| |
* | Merge-markjan.nijtmans2024-05-100-0/+0
|\ \ | |/
| * (backport): Funcs without args must explicitly take voidjan.nijtmans2024-05-101-2/+2
| |
* | Funcs without args must explicitly take void dkf2024-05-101-1/+1
| | | | | | Otherwise C compilers operate in a weird legacy mode which we never want.
* | Code style fixes dkf2024-05-102-703/+724
| | | | | | Mostly whitespace fixing really
* | Code style cleanupdkf2024-05-102-575/+619
| |
* | closes [10aa8403d064439f]: merge 8.7, restore time64bit constraint (all ↵sebres2024-05-102-2/+29
|\ \ | |/ | | | | platforms now)
| * merge 8.6sebres2024-05-102-24/+23
| |\
| | * issue [10aa8403d064439f]: make command `testsize` platform-independent ↵sebres2024-05-102-23/+23
| | | | | | | | | | | | (covers constraint time64bit for unix too)
* | | Tidy up the zlib code a bit dkf2024-05-091-386/+430
| | | | | | | | | In particular, 'cd' was used for vars of different types (ClientData, ZlibChannelData) which was quite confusing.
* | | Merge 8.7jan.nijtmans2024-05-084-11/+11
|\ \ \ | |/ /
| * | Add some typecasts, remove duplicate "memset", remove some spacing.jan.nijtmans2024-05-084-12/+11
| | |
* | | Merge markoehhar2024-05-080-0/+0
|\ \ \ | |/ /
| * | Backport [e0bdc14669] "Cleaning up tclWinSock.c"oehhar2024-05-081-144/+168
| |\ \ | |/ / |/| |
* | | Cleaning up tclWinSock.cdkf2024-05-081-145/+169
| | |
* | | merge 8.7sebres2024-05-071-10/+10
|\ \ \ | |/ /
| * | more simplificationssebres2024-05-071-10/+10
| | |
* | | merge 8.7sebres2024-05-072-29/+44
|\ \ \ | |/ /
| * | code review (optimization by parse of word tokens in clock format)sebres2024-05-071-31/+36
| | |
| * | closes [a858d95f4bfddafb]: adjust word-token pointer after possible reallocsebres2024-05-072-0/+10
| | |
* | | Fix [3c26dec71e]: TCLX_y_TM_PATH - unspecified behaviour - change with 90b1rcjan.nijtmans2024-05-051-7/+7
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-05-051-4/+7
| |\ \ | | |/
| | * Fix [3c26dec71e]: TCLX_y_TM_PATH - unspecified behaviour - change with 90b1rcjan.nijtmans2024-05-051-2/+2
| | |\
| | | * Possible solution for [3c26dec71e]: TCLX_y_TM_PATH - unspecified behaviour - ↵jan.nijtmans2024-05-041-1/+1
| |_|/ |/| | | | | | | | change with 90b1rc
* | | [unknown] only calls shell command in interactive tclsh sessionsmjanssen2024-05-031-1/+1
|\ \ \
| * | | [unknown] only calls shell command in interactive tclsh sessionsmjanssen2024-05-021-1/+1
| | | |
* | | | Fix [a5f4a7aed8] - tcl::tm::path auto_index entryapnadkarni2024-05-031-1/+1
|/ / /
* | | Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-05-023-15/+19
|\ \ \
* \ \ \ Make sure to forward-declare "struct addrinfo". Some compilers don't like ↵jan.nijtmans2024-05-021-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | doing that in a parameter-list
* \ \ \ \ Merge 8.7oehhar2024-05-021-3/+0
|\ \ \ \ \
| | | | * \ Merge 8.6jan.nijtmans2024-05-042-2/+2
| | | | |\ \ | | | |/ / / | | | | | _
| | | | * Fix [a5f4a7aed8] - tcl::tm::path auto_index entryjan.nijtmans2024-05-041-1/+1
| | | | |
| | | | * [unknown] only calls shell command in interactive tclsh sessionsjan.nijtmans2024-05-041-1/+1
| | | | |
| | | * | Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-05-023-24/+30
| | | |\ \ | | |/ / /
| | | * | Would checking for __STRICT_ANSI__ help?jan.nijtmans2024-05-021-1/+1
| | | | |
| | | * | Add runtime PANIC when Tcl_GetBoolFromObj() violates size-restrictions, and ↵jan.nijtmans2024-05-021-9/+15
| | | | | | | | | | | | | | | | | | | | compile-time checks are disabled with by using -std=c99
| | | * | Check for C11 before using _Static_assertjan.nijtmans2024-04-301-1/+1
| |_|/ / |/| | |
* | | | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag.jan.nijtmans2024-04-292-0/+4
|\ \ \ \
* \ \ \ \ One missing TCL_NORETURNjan.nijtmans2024-04-291-2/+2
|\ \ \ \ \
* \ \ \ \ \ Eliminate (internal) TclpExit(), which is just the same as exit()jan.nijtmans2024-04-294-7/+2
|\ \ \ \ \ \
* | | | | | | Remove outdated commentjan.nijtmans2024-04-281-4/+0
| | | | | | |
* | | | | | | Fix clang warning:jan.nijtmans2024-04-272-6/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tclWinTime.c:84:6: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] {0, 0}, ^~~~ { }