summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
Commit message (Expand)AuthorAgeFilesLines
* Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-1/+1
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-6/+6
* Clean up a lot of small whitespace issues dkf2024-05-131-6/+6
* More whitespace cleanupdkf2024-05-101-3/+0
* Eliminate (internal) TclpExit(), which is just the same as exit()jan.nijtmans2024-04-291-2/+0
|\
| * Merge 8.6jan.nijtmans2024-04-291-1/+3
| |\
| | * Add O_ACCMODE fow Windows, in case it is not definedjan.nijtmans2024-04-111-0/+3
| * | Fix [e155cedf33]: Error-handling in TclGetOpenMode(). jan.nijtmans2024-04-111-0/+3
* | | Add O_ACCMODE fow Windows, in case it is not definedjan.nijtmans2024-04-111-0/+3
* | | Merge 8.7jan.nijtmans2023-06-261-6/+0
|\ \ \ | |/ /
| * | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it.jan.nijtmans2023-06-261-6/+0
| * | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade...jan.nijtmans2022-10-251-0/+3
* | | Fix [f8ef6b3670] crash. TclpSysAlloc macro was truncating size request to 32 ...apnadkarni2023-03-011-3/+3
* | | Merge 8.7jan.nijtmans2022-05-221-0/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-05-221-0/+1
| |\ \ | | |/
| | * Disable C4090 warning; See: [https://developercommunity.visualstudio.com/t/c...jan.nijtmans2022-05-221-0/+1
| | * Merge 8.5jan.nijtmans2021-08-231-1/+0
| | |\
| | | * Code formattingjan.nijtmans2021-08-231-4/+2
* | | | Merge 8.7 (resolve conflicts)dgp2021-01-081-37/+7
|\ \ \ \ | |/ / /
| * | | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they (proba...jan.nijtmans2021-01-071-21/+1
| |\ \ \
| * | | | Simplifications when assuming VS 2015 or laterjan.nijtmans2020-12-171-13/+3
| * | | | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, Ser...jan.nijtmans2020-12-161-3/+3
| |/ / /
* | | | Merge 8.7jan.nijtmans2020-10-291-4/+0
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-10-291-4/+0
| |\ \ \ | | |/ /
| | * | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-4/+0
| | |\ \ | | | |/
| | | * Slight tweak to previous commit: Move definition of __USE_MINGW_ANSI_STDIO to...jan.nijtmans2020-10-291-4/+0
| | | * (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. jan.nijtmans2020-10-221-0/+4
| | | * (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ...jan.nijtmans2020-10-091-3/+3
* | | | Merge 8.7jan.nijtmans2020-10-211-0/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-10-211-0/+4
| |\ \ \ | | |/ /
| | * | Fix [c975939973]: Usage of gnu_printf in latest mingw-w64jan.nijtmans2020-10-211-0/+4
* | | | Merge 8.7jan.nijtmans2020-10-091-3/+3
|\ \ \ \ | |/ / /
| * | | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE...jan.nijtmans2020-10-081-3/+3
| |\ \ \ | | |/ /
| | * | Eliminate warnings when compiling with -Wundefjan.nijtmans2020-10-081-3/+3
* | | | Merge 8.7jan.nijtmans2020-08-121-1/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-08-121-1/+3
| |\ \ \ | | |/ /
| | * | Merge 8.5jan.nijtmans2020-08-121-1/+3
| | |\ \ | | | |/
| | | * Update .travis.yml: remove deprecated "sudo" and rename "matrix" to "jobs"jan.nijtmans2020-08-121-1/+3
| | | * Only use OPTS=msvcrt in combination with "static", otherwise it's a NOOP. Di...jan.nijtmans2019-12-161-0/+1
| | * | rules.vc: No need to redefine values which are already the default. tclWinPor...jan.nijtmans2020-06-121-2/+1
* | | | Merge 8.7jan.nijtmans2020-06-121-1/+2
|\ \ \ \ | |/ / /
| * | | rules.vc: No need to redefine values which are already the default.jan.nijtmans2020-06-121-2/+1
* | | | Still ... need to disable C4305 on Win32 (32-bit only)jan.nijtmans2020-06-081-0/+3
* | | | Merge 8.7. This makes disabling Microsoft warning C4307 no longer necessary: ...jan.nijtmans2020-06-071-1/+0
|\ \ \ \ | |/ / /
* | | | Fix Travis build for Windows in debug mode.jan.nijtmans2020-06-061-0/+1
* | | | Merge 8.7jan.nijtmans2020-03-221-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-03-221-2/+2
| |\ \ \ | | |/ /
| | * | Even more uppercase HEX representations in source-codejan.nijtmans2020-03-221-2/+2
| | * | Fix Travis build for MSVC Debug modejan.nijtmans2019-12-131-0/+1
* | | | Merge 8.7jan.nijtmans2019-12-131-0/+6
|\ \ \ \ | |/ / /