Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [f8ef6b3670] crash. TclpSysAlloc macro was truncating size request to 32 ↵ | apnadkarni | 2023-03-01 | 1 | -3/+3 |
| | | | | bits on Windows. | ||||
* | Merge 8.7 | jan.nijtmans | 2022-05-22 | 1 | -0/+1 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2022-05-22 | 1 | -0/+1 |
| |\ | |||||
| | * | Disable C4090 warning; See: ↵ | jan.nijtmans | 2022-05-22 | 1 | -0/+1 |
| | | | | | | | | | | | | [https://developercommunity.visualstudio.com/t/c-compiler-incorrect-propagation-of-const-qualifie/39071] | ||||
| | * | Merge 8.5 | jan.nijtmans | 2021-08-23 | 1 | -1/+0 |
| | |\ | |||||
| | | * | Code formatting | jan.nijtmans | 2021-08-23 | 1 | -4/+2 |
| | | | | |||||
* | | | | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -37/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they ↵ | jan.nijtmans | 2021-01-07 | 1 | -21/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | (probably) cannot handle Windows 7 API anyway. | ||||
| * | | | | Simplifications when assuming VS 2015 or later | jan.nijtmans | 2020-12-17 | 1 | -13/+3 |
| | | | | | |||||
| * | | | | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, ↵ | jan.nijtmans | 2020-12-16 | 1 | -3/+3 |
| |/ / / | | | | | | | | | | | | | Server 2008 | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-10-29 | 1 | -4/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-10-29 | 1 | -4/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 1 | -4/+0 |
| | |\ \ | | | |/ | | | | | 3 new testcases | ||||
| | | * | Slight tweak to previous commit: Move definition of __USE_MINGW_ANSI_STDIO ↵ | jan.nijtmans | 2020-10-29 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | to the Makefile | ||||
| | | * | (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. | jan.nijtmans | 2020-10-22 | 1 | -0/+4 |
| | | | | | | | | | | | | Change (internal, windows-only) TCL_I_MODIFIER to TCL_Z_MODIFIER, since that's how it's called in Tcl 8.7 and up | ||||
| | | * | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ↵ | jan.nijtmans | 2020-10-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-10-21 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-10-21 | 1 | -0/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix [c975939973]: Usage of gnu_printf in latest mingw-w64 | jan.nijtmans | 2020-10-21 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-10-09 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Make everything compile warning-free with -Wundef. Put enum ↵ | jan.nijtmans | 2020-10-08 | 1 | -3/+3 |
| |\ \ \ | | |/ / | | | | | | | | | ASSEM_DICT_GET_DEF last in TalInstType, so it's binary compatible with Tcl 8.6 | ||||
| | * | | Eliminate warnings when compiling with -Wundef | jan.nijtmans | 2020-10-08 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-08-12 | 1 | -1/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-08-12 | 1 | -1/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.5 | jan.nijtmans | 2020-08-12 | 1 | -1/+3 |
| | |\ \ | | | |/ | |||||
| | | * | Update .travis.yml: remove deprecated "sudo" and rename "matrix" to "jobs" | jan.nijtmans | 2020-08-12 | 1 | -1/+3 |
| | | | | | | | | | | | | Fix travis build for Windows/Debug | ||||
| | | * | Only use OPTS=msvcrt in combination with "static", otherwise it's a NOOP. ↵ | jan.nijtmans | 2019-12-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Disable pragma warning:C4146 (backported from 8.6), since it only gives misleading warnings. | ||||
| | * | | rules.vc: No need to redefine values which are already the default. ↵ | jan.nijtmans | 2020-06-12 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | tclWinPort.h: Fix comment | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-06-12 | 1 | -1/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | rules.vc: No need to redefine values which are already the default. | jan.nijtmans | 2020-06-12 | 1 | -2/+1 |
| | | | | | | | | | | | | tclWinPort.h: Fix comment | ||||
* | | | | Still ... need to disable C4305 on Win32 (32-bit only) | jan.nijtmans | 2020-06-08 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge 8.7. This makes disabling Microsoft warning C4307 no longer necessary: ↵ | jan.nijtmans | 2020-06-07 | 1 | -1/+0 |
|\ \ \ \ | |/ / / | | | | | | | | | It appears this warning was good for something after all. | ||||
* | | | | Fix Travis build for Windows in debug mode. | jan.nijtmans | 2020-06-06 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-03-22 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-03-22 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Even more uppercase HEX representations in source-code | jan.nijtmans | 2020-03-22 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix Travis build for MSVC Debug mode | jan.nijtmans | 2019-12-13 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -0/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7. Tweak makefile.vc for detection of stdint.h/inttypes.h/stdbool.h | jan.nijtmans | 2019-11-27 | 1 | -1/+1 |
| |\ \ \ | |||||
| * | | | | Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead ↵ | jan.nijtmans | 2019-11-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | of statically linking libtommath, whenever possible. | ||||
| * | | | | Merge 8.7. Finish implementation. | jan.nijtmans | 2019-11-12 | 1 | -0/+6 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| * | | | | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible ↵ | jan.nijtmans | 2019-11-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | accordingly (still WIP) | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | | | |||||
| | * | | | | Enhance rules.vc like already done in other configure scripts: Determine ↵ | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | HAVE_STDINT_H/HAVE_INTTYPES_H/HAVE_STDBOOL_H/MP_NO_STDINT the simple way, just by compiler version. | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -0/+3 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 8.6 | jan.nijtmans | 2019-11-11 | 1 | -0/+3 |
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | | | |||||
| | * | | | Use <inttypes.h> header-file on windows when available, just as on UNIX | jan.nijtmans | 2019-11-11 | 1 | -0/+3 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | On win32, include <inttypes.h> if available, just as on UNIX. | jan.nijtmans | 2019-11-11 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | Disable compiler warning C4244 on all Microsoft compiler versions, not just the latest ones. |