summaryrefslogtreecommitdiffstats
path: root/win/tclWinTest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-05-081-3/+3
|\
| * Add some typecasts, remove duplicate "memset", remove some spacing.jan.nijtmans2024-05-081-3/+3
* | Few more spacing/formatting tweaksjan.nijtmans2024-03-201-4/+4
|\ \ | |/
| * (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-20/+14
| * Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windowsjan.nijtmans2024-03-191-5/+4
* | more spacing/formatting tweaksdkf2024-03-191-10/+3
* | Fix indentation/brace usage style issuesdkf2024-03-191-5/+4
* | Fix Windows build with --disable-shared: Make sure that test-code is never co...jan.nijtmans2023-11-101-0/+2
* | Merge 8.7jan.nijtmans2023-10-191-4/+4
|\ \ | |/
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-4/+4
* | Fix cmdAH-4.3.13.00D80000.solo.utf-32le.tcl8.a testcase from tip-656-tcl9 bra...jan.nijtmans2023-03-091-5/+5
* | Merge 8.7jan.nijtmans2023-03-071-4/+3
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-03-071-9/+8
| |\
* | \ Merge 8.7 - testchmod fixesapnadkarni2023-03-071-151/+167
|\ \ \ | |/ /
| * | Merge 8.6 - testchmod fixesapnadkarni2023-03-071-151/+166
| |\ \ | | |/
| | * Fix testchmod and associated tests that always failed on Windowsapnadkarni2023-03-071-151/+165
* | | Merge 8.7jan.nijtmans2022-10-101-6/+6
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-05-121-8/+4
| |\ \ | | |/
| | * Remove "testsize time_t" command, it isn't being usedjan.nijtmans2022-05-121-8/+4
* | | Merge 8.7jan.nijtmans2021-04-081-1/+1
|\ \ \ | |/ /
| * | publicize TclWinConvertErrorjan.nijtmans2020-12-101-1/+1
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-05-181-1/+5
|\ \ \ | |/ /
| * | If Tcl is built with external libtommath (TCL_WITH_EXTERNAL_TOMMATH is define...jan.nijtmans2020-05-181-1/+5
* | | Merge 8.7jan.nijtmans2020-03-221-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-221-1/+1
| |\ \ | | |/
| | * Even more uppercase HEX representations in source-codejan.nijtmans2020-03-221-1/+1
| | * Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-2/+2
* | | merge 8.7dgp2020-03-171-1/+0
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-1/+0
* | | merge 8.7dgp2020-03-091-23/+11
|\ \ \ | |/ /
| * | TCL_UNUSED for win sources.dgp2020-03-091-27/+13
* | | Merge 8.7jan.nijtmans2020-02-281-6/+12
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-12-131-0/+1
| |\ \
| * \ \ Merge 8.7jan.nijtmans2019-09-191-2/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-09-141-1/+6
| |\ \ \ \
| * \ \ \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-4/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-0/+23
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-3/+3
* | | | | | | Merge 8.7jan.nijtmans2019-12-131-0/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Re-base to core-8-branchjan.nijtmans2019-11-011-0/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-0/+1
| | |/ / / /
* | | | | | Merge 8.7jan.nijtmans2019-09-191-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-2/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| * | | | Merge 8.6jan.nijtmans2019-09-051-1/+6
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | merge 8.5sebres2019-09-051-1/+6
| | |\ \
| | | * | amend to [4718b41c56]: check size of st_mtime instead of time_t in constraintsebres2019-09-051-1/+6
| * | | | merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ...sebres2019-07-121-0/+23
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-121-0/+23
| | |\ \ | | | |/