Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
*-. | Fix TestplatformChmod() test function: It should always translate from UTF-8 ↵ | jan.nijtmans | 2025-04-16 | 1 | -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 ASCII | jan.nijtmans | 2025-04-15 | 1 | -32/+32 |
| | | | |||||
| | * | issue [10aa8403d064439f]: make command `testsize` platform-independent ↵ | sebres | 2024-05-10 | 1 | -23/+0 |
| | | | | | | | | | | | | (covers constraint time64bit for unix too) | ||||
| | * | Simplify tenviron2utfdstr(), since 2nd argument is always -1. | jan.nijtmans | 2023-07-26 | 1 | -1/+1 |
| | | | |||||
| | * | Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it ↵ | jan.nijtmans | 2023-03-14 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | fails with TCL_UTF_MAX>3. Broken by [47857515422b8519|this] commit | ||||
| | * | Add "notWsl" test constraints. Clean up many testcases | jan.nijtmans | 2023-03-08 | 1 | -18/+13 |
| | | | |||||
| * | | Missing Tcl_DStringFree()core-testcase-for-tip-716 | jan.nijtmans | 2025-04-15 | 1 | -5/+3 |
| | | | |||||
| * | | Fix TestplatformChmod() test function: It should always translate from UTF-8 ↵ | jan.nijtmans | 2025-04-15 | 1 | -3/+9 |
| | | | | | | | | | | | | to native, since the native encoding is not guaranteed to be UTF-8 | ||||
| * | | Mostly whitespace fixes, but also a bug in Tcl_SetWideUIntObj | dkf | 2025-03-03 | 1 | -3/+3 |
|/ / | |||||
* | | Merge 8.7 | jan.nijtmans | 2024-05-08 | 1 | -3/+3 |
|\ \ | |||||
| * | | Add some typecasts, remove duplicate "memset", remove some spacing. | jan.nijtmans | 2024-05-08 | 1 | -3/+3 |
| | | | |||||
* | | | Few more spacing/formatting tweaks | jan.nijtmans | 2024-03-20 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only. | jan.nijtmans | 2024-03-20 | 1 | -20/+14 |
| | | | |||||
| * | | Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windows | jan.nijtmans | 2024-03-19 | 1 | -5/+4 |
| | | | | | | | | | (cherry-pick): Fix indentation/brace usage style issues | ||||
* | | | more spacing/formatting tweaks | dkf | 2024-03-19 | 1 | -10/+3 |
| | | | |||||
* | | | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 1 | -5/+4 |
| | | | |||||
* | | | Fix Windows build with --disable-shared: Make sure that test-code is never ↵ | jan.nijtmans | 2023-11-10 | 1 | -0/+2 |
| | | | | | | | | | | | | compiled with -DBUILD_tcl -DSTATIC_BUILD | ||||
* | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -4/+4 |
| | | | |||||
* | | | Fix cmdAH-4.3.13.00D80000.solo.utf-32le.tcl8.a testcase from tip-656-tcl9 ↵ | jan.nijtmans | 2023-03-09 | 1 | -5/+5 |
| | | | | | | | | | | | | branch, when TCL_UTF_MAX=3 | ||||
* | | | Merge 8.7 | jan.nijtmans | 2023-03-07 | 1 | -4/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-03-07 | 1 | -9/+8 |
| |\ \ | | |/ | |||||
* | | | Merge 8.7 - testchmod fixes | apnadkarni | 2023-03-07 | 1 | -151/+167 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 - testchmod fixes | apnadkarni | 2023-03-07 | 1 | -151/+166 |
| |\ \ | | |/ | |||||
| | * | Fix testchmod and associated tests that always failed on Windows | apnadkarni | 2023-03-07 | 1 | -151/+165 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-10-10 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-05-12 | 1 | -8/+4 |
| |\ \ | | |/ | |||||
| | * | Remove "testsize time_t" command, it isn't being used | jan.nijtmans | 2022-05-12 | 1 | -8/+4 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-04-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | publicize TclWinConvertError | jan.nijtmans | 2020-12-10 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-05-18 | 1 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | If Tcl is built with external libtommath (TCL_WITH_EXTERNAL_TOMMATH is ↵ | jan.nijtmans | 2020-05-18 | 1 | -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.7 | jan.nijtmans | 2020-03-22 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-03-22 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Even more uppercase HEX representations in source-code | jan.nijtmans | 2020-03-22 | 1 | -1/+1 |
| | | | |||||
| | * | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 1 | -2/+2 |
| | | | |||||
* | | | merge 8.7 | dgp | 2020-03-17 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+0 |
| | | | |||||
* | | | merge 8.7 | dgp | 2020-03-09 | 1 | -23/+11 |
|\ \ \ | |/ / | |||||
| * | | TCL_UNUSED for win sources. | dgp | 2020-03-09 | 1 | -27/+13 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -6/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -0/+1 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -2/+2 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -1/+6 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵ | jan.nijtmans | 2019-09-05 | 1 | -4/+12 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Windows) without -Wunused-parameters warnings | ||||
| * \ \ \ \ \ | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -0/+23 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| * | | | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -3/+3 |
| | | | | | | | |||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | |