summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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}, ^~~~ { }
| * \ \ \ \ \ \ This construct doens't work on MSVCjan.nijtmans2024-04-271-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Fix [9a8ce8af3d] - test suite hang in io-28.6apnadkarni2024-04-271-11/+20
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix test for [9a8ce8af3d]core-bug-9a8ce8af3dapnadkarni2024-04-261-11/+20
| |/ / / / / / / /
| * | | | | | | | Fix [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-04-261-1/+3
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Make sure to forward-declare "struct addrinfo". Some compilers don't like ↵jan.nijtmans2024-05-021-0/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | | doing that in a parameter-list
| * | | | | | | | Remove COMPAT==0 part, no longer makes sense. More code-cleanup, backported ↵jan.nijtmans2024-05-022-158/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from 8.7
| * | | | | | | | Ticket [cab08bbf04]: document "format %llu" as invalidoehhar2024-05-021-0/+3
| | | | | | | | |
| * | | | | | | | Make sure to forward-declare "struct addrinfo". Some compilers don't like ↵jan.nijtmans2024-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doing that in a parameter-list.
* | | | | | | | | Ticket [cab08bbf04]: document "scan %llu" as validoehhar2024-05-021-3/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag.jan.nijtmans2024-04-292-0/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Tcl_MainEx() never returns, so it should be TCL_NORETURN as well.jan.nijtmans2024-04-294-6/+6
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | TCL_NORETURN1 is empty for extensions, just not for Tcl and Tk builds. Why? ↵jan.nijtmans2024-04-297-23/+13
| | | | | | | | | | | | | | | | | | | | | | | | Backport changing this from 8.7/9.0
* | | | | | Merge 8.6jan.nijtmans2024-04-297-10/+27
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ↵jan.nijtmans2024-04-2910-55/+54
| | | | | | | | | | | | | | | | | | | | from 8.7/9.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}, ^~~~ { }
| * | | Fix clang warning:jan.nijtmans2024-04-261-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | tclWinTime.c:84:6: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] {0, 0}, ^~~~ { }
| * | | typojan.nijtmans2024-04-261-1/+1
| | | |
* | | | This construct doens't work on MSVCjan.nijtmans2024-04-271-1/+1
| |_|/ |/| |
* | | Fix [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-04-261-1/+3
|\ \ \
| * | | Slightly betterjan.nijtmans2024-04-261-1/+1
| | | |
| * | | Proposed fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-04-261-1/+3
| | |/ | |/|