summaryrefslogtreecommitdiffstats
path: root/win/tclWinInit.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate dead code and fix a commentjan.nijtmans2022-02-201-14/+0
* Merge 8.7jan.nijtmans2022-02-071-42/+0
|\
| * Merge 8.6jan.nijtmans2022-02-071-42/+0
| |\
| | * Add support for windows-arm platformjan.nijtmans2022-02-071-42/+0
* | | Merge 8.7jan.nijtmans2021-11-261-1/+2
|\ \ \ | |/ /
| * | Merge 8.7. Change more functions signatures to return the Tcl full version nu...jan.nijtmans2021-02-241-4/+4
| |\ \
| * \ \ Merge 8.7jan.nijtmans2021-01-281-16/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-12-131-2/+2
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2020-10-141-1/+1
| |\ \ \ \ \
| * | | | | | Merge 8.7jan.nijtmans2020-09-271-1/+2
* | | | | | | Merge 8.7jan.nijtmans2021-02-231-4/+4
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge 8.6. Fix Cygwin compilejan.nijtmans2021-02-231-4/+4
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Merge 8.5jan.nijtmans2021-02-231-5/+5
| | |\ \ \ \
| | | * | | | Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size...jan.nijtmans2021-02-231-6/+6
* | | | | | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | Merge 8.7 (resolve conflicts)dgp2021-01-081-17/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.7jan.nijtmans2021-01-071-2/+2
| |\ \ \ \ \ \
| * | | | | | | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, Ser...jan.nijtmans2020-12-161-17/+0
* | | | | | | | Merge 8.7jan.nijtmans2021-01-051-2/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge 8.6: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-051-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / /
| | * | | | | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-051-2/+2
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[o...jan.nijtmans2021-01-051-2/+2
* | | | | | | Merge 8.7jan.nijtmans2020-12-161-0/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2020-12-161-0/+3
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
| | * | | | Merge 8.6jan.nijtmans2020-12-131-2/+2
| | |\ \ \ \
| | * | | | | Merge 8.6. Get CreateSymbolicLinkW symbol from kernel32.dll, since Windows XP...jan.nijtmans2020-12-111-0/+3
| | |/ / / /
* | | | | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge 8.7jan.nijtmans2020-10-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-10-131-1/+1
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+1
| | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-2/+2
* | | | More usage for TclNewWideIntObjFromSize(), TCL_IO_FAILURE -> TCL_INDEX_NONE w...jan.nijtmans2020-09-111-2/+2
* | | | Merge 8.7jan.nijtmans2020-05-111-13/+8
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-05-111-13/+8
| |\ \ \ | | |/ /
| | * | Fix [d402ffe76]: Win32 potential crash when using main(). Thanks to Christian...jan.nijtmans2020-05-111-20/+11
* | | | Merge 8.7jan.nijtmans2020-04-031-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-04-031-3/+3
| |\ \ \ | | |/ /
| | * | Make sure that "Windows NT" is the only supported Windows platform. On Window...jan.nijtmans2020-04-031-12/+4
| | * | Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. jan.nijtmans2020-03-311-7/+6
| | * | Even more uppercase HEX representations in source-codejan.nijtmans2020-03-221-1/+1
* | | | Internal API simplifications: Don't use types like HINSTANCE/HMODULE any more...jan.nijtmans2020-03-311-2/+2
* | | | Merge 8.7jan.nijtmans2020-03-171-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-03-171-1/+1
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2020-03-151-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Also fix build with -DTCL_NO_DEPRECATED (which was also the cause ...jan.nijtmans2020-03-151-2/+2
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2020-03-141-2/+14
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-03-141-2/+14
| |\ \ \ | | |/ /
| | * | Merge 8.6. jan.nijtmans2020-03-131-1/+1
| | |\ \
| | * | | fix back-ported from tclSE (with several modifications due to conflicts and c...sebres2020-03-131-2/+14
| | |/ /