Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵ | jan.nijtmans | 2023-03-30 | 11 | -118/+71 |
| | | | | on other platforms either. | ||||
* | 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 |
| | |||||
* | Fix a few -Wconversion warnings | jan.nijtmans | 2023-03-07 | 4 | -69/+80 |
| | |||||
* | Fix testchmod and associated tests that always failed on Windows | apnadkarni | 2023-03-07 | 1 | -151/+165 |
| | |||||
* | Bug [9c5a00c69d]. Tilde expansion on Windows | apnadkarni | 2023-03-04 | 1 | -38/+35 |
| | |||||
* | Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) | jan.nijtmans | 2023-01-04 | 1 | -0/+3 |
| | |||||
* | Change copyright in Windows rc from Activestate to UCal and others to match ↵ | apnadkarni | 2022-12-12 | 2 | -4/+2 |
| | | | | license. | ||||
* | Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be ↵ | jan.nijtmans | 2022-11-29 | 2 | -2/+2 |
| | | | | compiled for Tcl 9.0 as well. | ||||
* | Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not ↵ | jan.nijtmans | 2022-11-23 | 2 | -0/+6 |
| | | | | used by Tcl, but can be used by extensions (backported from 8.7) | ||||
* | Re-generate configure scripts (with correct autoconf version) | jan.nijtmans | 2022-11-23 | 1 | -10/+13 |
| | |||||
* | merge 8.6 | dgp | 2022-10-28 | 1 | -1/+1 |
|\ | |||||
| * | The file $(builddir)/tclUuid.h is not part of the source code distribution. | dgp | 2022-10-28 | 1 | -1/+1 |
| | | | | | | The `make distclean` target should delete it. | ||||
* | | merge 8.6 | dgp | 2022-10-27 | 2 | -3/+3 |
|\ \ | |/ | |||||
| * | www.tcl-tk.org -> www.tcl-lang.org | jan.nijtmans | 2022-10-26 | 1 | -1/+1 |
| | | |||||
| * | Add support for macOS Ventura | jan.nijtmans | 2022-10-23 | 1 | -2/+2 |
| | | |||||
* | | merge 8.6 | dgp | 2022-09-07 | 2 | -311/+468 |
|\ \ | |/ | |||||
| * | code cleanup (backported from 8.7) | jan.nijtmans | 2022-09-07 | 1 | -308/+458 |
| | | |||||
| * | Ticket [55a02f20ec] - fallback to USERPROFILE when setting HOME env on Windows | apnadkarni | 2022-09-05 | 1 | -1/+8 |
| | | |||||
| * | typo's | jan.nijtmans | 2022-09-03 | 1 | -3/+3 |
| | | |||||
* | | merge 8.6 | dgp | 2022-07-25 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | tcltest 2.5.4 -> 2.5.5 | jan.nijtmans | 2022-07-22 | 1 | -2/+2 |
| | | |||||
* | | merge 8.6 | dgp | 2022-07-12 | 4 | -8/+9 |
|\ \ | |/ | |||||
| * | Code cleanup (use {} in if/else statemenets) | jan.nijtmans | 2022-07-12 | 2 | -4/+5 |
| | | |||||
| * | Unnecessary quotes in win/rules.vc | jan.nijtmans | 2022-07-07 | 1 | -1/+1 |
| | | |||||
| * | slightly stricter checking for TCL_MAJOR_VERSION in rules.vc | jan.nijtmans | 2022-06-24 | 1 | -1/+1 |
| | | |||||
| * | bump http version to 2.9.8 | jan.nijtmans | 2022-06-20 | 1 | -2/+2 |
| | | |||||
* | | Bump to 8.6.13 for release | dgp | 2022-06-06 | 2 | -15/+12 |
|/ | |||||
* | Disable C4090 warning; See: ↵ | jan.nijtmans | 2022-05-22 | 2 | -2/+3 |
| | | | | [https://developercommunity.visualstudio.com/t/c-compiler-incorrect-propagation-of-const-qualifie/39071] | ||||
* | Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ↵ | jan.nijtmans | 2022-05-15 | 2 | -10/+9 |
| | | | | effect in Tcl 8.6. Not recommended (but working!) in Tcl 8.7 and 9.0 | ||||
* | Remove "testsize time_t" command, it isn't being used | jan.nijtmans | 2022-05-12 | 1 | -8/+4 |
| | |||||
* | Fix the bug. Standardise and document protocol upgrades. | kjnash | 2022-05-10 | 1 | -2/+2 |
| | |||||
* | 'develop' fixes for zlib-1.2.12. Will be in zlib-1.2.12.1 or zlib-1.2.13. | jan.nijtmans | 2022-05-09 | 2 | -2/+2 |
| | |||||
* | Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6 | jan.nijtmans | 2022-04-04 | 1 | -2/+2 |
| | |||||
* | Fix [639208cc7b]: main makefile.vc OPTS=static compile error in ↵ | jan.nijtmans | 2022-03-15 | 1 | -2/+2 |
| | | | | libtommath\bn_mp_set_i64.c: An unary minus operator was assigned to a signless type. The result is still signless. | ||||
* | Fix [fb4a0a6675]: signed integer overflow in TclpGetClicks() | jan.nijtmans | 2022-02-21 | 1 | -1/+1 |
| | |||||
* | Eliminate aarch64-w64-mingw32-clang warning | jan.nijtmans | 2022-02-18 | 1 | -1/+3 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2022-02-15 | 1 | -3/+3 |
|\ | |||||
| * | Update win/README | jan.nijtmans | 2022-02-15 | 1 | -12/+11 |
| | | |||||
* | | update README | jan.nijtmans | 2022-02-15 | 1 | -9/+8 |
| | | |||||
* | | Add nmakehlp.exe (for AMD64) to distribution, and make it usable in ↵ | jan.nijtmans | 2022-02-15 | 2 | -0/+6 |
| | | | | | | | | rules-ext.vc too | ||||
* | | See [https://patch-diff.githubusercontent.com/raw/tcltk/tcl/pull/12.patch], ↵ | jan.nijtmans | 2022-02-15 | 1 | -4/+4 |
|/ | | | | but slightly better: If cross-compiling for ARM64, we must be on AMD64, so just use a pre-compile nmakehlp executable | ||||
* | Fix regression caused by [d109376ad]: Move nmakehlp target down, so it ↵ | jan.nijtmans | 2022-02-14 | 1 | -3/+3 |
| | | | | doesn't become the default target. | ||||
* | re-generate configure script for windows | jan.nijtmans | 2022-02-14 | 1 | -1/+1 |
| | |||||
* | Update libz.dll.a and zlib1.dll, use a UCRT runtime in stead of msvcrt for ARM64 | jan.nijtmans | 2022-02-14 | 3 | -3/+3 |
|\ | |||||
| * | Fix determination of HAVE_CPUID with configure script | jan.nijtmans | 2022-02-13 | 2 | -3/+3 |
| | | |||||
| * | Make a start supporting aarch64-w64-mingw32-clang (WIP) | jan.nijtmans | 2022-02-13 | 3 | -16/+9 |
|/ | |||||
* | Document how to cross-compile with Visual Studio | jan.nijtmans | 2022-02-11 | 1 | -0/+7 |
| | |||||
* | more tweaks for windows-arm64 | jan.nijtmans | 2022-02-11 | 1 | -3/+3 |
| | |||||
* | See [https://github.com/tcltk/tcl/pull/11], but (hopefully) slightly better | jan.nijtmans | 2022-02-11 | 1 | -0/+5 |
| |