summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of small whitespace issues dkf/to-redodkf2024-05-1316-228/+239
* More whitespace cleanupdkf2024-05-109-31/+15
* Merge 8.7jan.nijtmans2024-05-083-10/+10
|\
| * Add some typecasts, remove duplicate "memset", remove some spacing.jan.nijtmans2024-05-083-11/+10
| * Backport [e0bdc14669] "Cleaning up tclWinSock.c"oehhar2024-05-081-144/+168
| |\ | |/ |/|
* | Cleaning up tclWinSock.cdkf2024-05-081-145/+169
* | Eliminate (internal) TclpExit(), which is just the same as exit()jan.nijtmans2024-04-292-3/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-04-293-4/+17
| |\
| | * Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ...jan.nijtmans2024-04-292-30/+29
* | | Fix clang warning:jan.nijtmans2024-04-271-5/+5
|\ \ \ | |/ /
| * | Fix clang warning:jan.nijtmans2024-04-271-5/+5
| |\ \ | | |/
| | * Fix clang warning:jan.nijtmans2024-04-261-5/+5
| * | Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer.jan.nijtmans2024-04-252-19/+3
| |\ \ | |/ / |/| |
* | | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are TCL_NORETUR...jan.nijtmans2024-04-251-1/+1
|\ \ \ | |/ /
| * | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are TCL_NORETUR...jan.nijtmans2024-04-251-1/+1
* | | Merge 8.7 (Tcl_ConsolePanic() should be TCL_NORETURN)jan.nijtmans2024-04-251-2/+2
|\ \ \ | |/ /
| * | (cherry-pick): Fix building of libtclzip for out-of-source buildsjan.nijtmans2024-04-251-4/+6
| * | Tcl_ConsolePanic() is TCL_NORETURN, not TCL_NORETURN1. Merge 8.6jan.nijtmans2024-04-241-1/+1
| |\ \ | | |/
| * | Merge 8.6. Don't change ActiveCodePage on Windows (yet), that's for 9.0jan.nijtmans2024-04-123-8/+4
| |\ \ | | |/
| | * Since all tools are in utf-8 (actually: ascii), make that explicitjan.nijtmans2024-04-122-4/+4
| | * Add O_ACCMODE fow Windows, in case it is not definedjan.nijtmans2024-04-111-0/+3
| * | Fix [e155cedf33]: Error-handling in TclGetOpenMode(). jan.nijtmans2024-04-111-0/+3
| |\ \
* | | | Fix building of libtclzip for out-of-source buildsapnadkarni2024-04-251-4/+6
* | | | In Tcl 9, we don't need "-encoding utf-8" here any morejan.nijtmans2024-04-122-2/+2
* | | | Add O_ACCMODE fow Windows, in case it is not definedjan.nijtmans2024-04-111-0/+3
* | | | Merge 8.7jan.nijtmans2024-04-102-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6 Use TclHasInternalRep() macro in more places.jan.nijtmans2024-04-102-2/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * Use O_ACCMODE in stead of the non-standard RW_MODES. Since O_RDONLY|O_WRONLY|...jan.nijtmans2024-04-102-2/+2
| | * Make a start, upgrading to libtommath 1.3jan.nijtmans2024-03-312-4/+4
* | | Merge 8.7dkf2024-04-091-1/+11
|\ \ \ | |/ /
| * | Add ability to regenerate tclOOScript.h to Win builddkf2024-04-091-1/+11
* | | TIP 688: clock command revision and speedupjan.nijtmans2024-04-012-0/+4
|\ \ \ | |/ /
| * | TIP 688: clock command revision and speedupjan.nijtmans2024-04-012-0/+4
| |\ \
| | * \ Merge 9.0jan.nijtmans2024-03-2212-74/+72
| | |\ \
| | * \ \ Rebase to latest 9.0jan.nijtmans2024-03-202-0/+4
| | |\ \ \
| | | * \ \ Rebase to latest 9.0jan.nijtmans2024-03-132-0/+4
| | | |\ \ \
| | | | * | | load clock-stubs dynamically with namespace unknown (no auto-index needed)sebres2024-03-111-3/+3
| | | | * | | Merge 9.0. Add ::tcl::clock to library/tclIndexjan.nijtmans2024-03-105-5/+35
| | | | |\ \ \
| | | | * \ \ \ Merge 9.0jan.nijtmans2024-03-044-31/+1
| | | | |\ \ \ \
| | | | * \ \ \ \ Merge current main branchoehhar2024-03-041-1/+1
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Rebase to latest 9.0jan.nijtmans2024-02-262-0/+4
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merge 8.7jan.nijtmans2022-07-0517-134/+205
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Merge 8.7. Also fix [5ec9985a94]: testing sebres-8-7-clock-speedup-cr2 branchjan.nijtmans2021-12-081-5/+5
| | | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-12-0810-15/+94
| | | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-09-2422-667/+813
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-02-232-5/+5
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ Get sebres-8-6-clock-speedup-cr2 ready for 8.7 toojan.nijtmans2021-02-182-0/+4
| | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2021-02-1711-242/+366
| | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-11-303-7/+7
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-10-309-16/+31
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \