summaryrefslogtreecommitdiffstats
path: root/win/tclWinTest.c
Commit message (Collapse)AuthorAgeFilesLines
*-. Fix TestplatformChmod() test function: It should always translate from UTF-8 ↵jan.nijtmans2025-04-161-12/+16
|\ \ | | | | | | | | | 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-151-32/+32
| | |
| | * issue [10aa8403d064439f]: make command `testsize` platform-independent ↵sebres2024-05-101-23/+0
| | | | | | | | | | | | (covers constraint time64bit for unix too)
| | * Simplify tenviron2utfdstr(), since 2nd argument is always -1.jan.nijtmans2023-07-261-1/+1
| | |
| | * Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it ↵jan.nijtmans2023-03-141-5/+5
| | | | | | | | | | | | | | | fails with TCL_UTF_MAX>3. Broken by [47857515422b8519|this] commit
| | * Add "notWsl" test constraints. Clean up many testcasesjan.nijtmans2023-03-081-18/+13
| | |
| * | 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
| * | Mostly whitespace fixes, but also a bug in Tcl_SetWideUIntObjdkf2025-03-031-3/+3
|/ /
* | 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
| | | | | | | | | (cherry-pick): Fix indentation/brace usage style issues
* | | 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 ↵jan.nijtmans2023-11-101-0/+2
| | | | | | | | | | | | compiled with -DBUILD_tcl -DSTATIC_BUILD
* | | 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 ↵jan.nijtmans2023-03-091-5/+5
| | | | | | | | | | | | branch, when TCL_UTF_MAX=3
* | | 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
| | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | Merge 8.7jan.nijtmans2020-05-181-1/+5
|\ \ \ | |/ /
| * | If Tcl is built with external libtommath (TCL_WITH_EXTERNAL_TOMMATH is ↵jan.nijtmans2020-05-181-1/+5
| | | | | | | | | | | | | | | defined), do the tests with the external libtommath too. Also, don't try to include <tommath.h> if BN_H_ is already defined.
* | | 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
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Windows) without -Wunused-parameters warnings
| * \ \ \ \ \ 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
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |