summaryrefslogtreecommitdiffstats
path: root/win/tclWinInit.c
Commit message (Collapse)AuthorAgeFilesLines
* 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, ↵jan.nijtmans2020-12-161-17/+0
| | | | | | | | | | | | Server 2008
* | | 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 ↵jan.nijtmans2021-01-051-2/+2
| | | | | | | | | | | | | | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16
* | | | 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 ↵jan.nijtmans2020-12-111-0/+3
| | |/ / | | | | | | | | | | | | XP doesn't have it
* | | | 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
| | | | | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | | 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 ↵jan.nijtmans2020-10-131-1/+1
| | | | | | | | | | | | | | | | stead of Tcl_NewIntObj()
| | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵jan.nijtmans2020-08-111-2/+2
| | | | | | | | | | | | | | | | size_t or int
* | | | More usage for TclNewWideIntObjFromSize(), TCL_IO_FAILURE -> TCL_INDEX_NONE ↵jan.nijtmans2020-09-111-2/+2
| | | | | | | | | | | | | | | | where appropriate
* | | | 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 ↵jan.nijtmans2020-05-111-20/+11
| | | | | | | | | | | | | | | | Christian Werner for the Bug report and the Fix.
* | | | 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 ↵jan.nijtmans2020-04-031-12/+4
| | | | | | | | | | | | | | | | Windows CE, no chance that Tcl 8.6 will ever run .... Windows XP is the minimum now.
| | * | Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. jan.nijtmans2020-03-311-7/+6
| | | | | | | | | | | | Increase size of MSG structure in Cygwin Notifier: Should conform with Win32 size. Some related code cleanup.
| | * | Even more uppercase HEX representations in source-codejan.nijtmans2020-03-221-1/+1
| | | |
* | | | Internal API simplifications: Don't use types like HINSTANCE/HMODULE any ↵jan.nijtmans2020-03-311-2/+2
| | | | | | | | | | | | | | | | more, just void*. Has effect only on Win32 and Cygwin.
* | | | 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
| |\ \ \ | | |/ / | | | | | | | | of the "master" build failure)
* | | | 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
| | |\ \ | | | | | | | | | | Code review: Tcl 8.6 doesn't (need to) build with -DUNICODE -D_UNICODE any more, so things can be simplified. Good work, thanks!
| | * | | fix back-ported from tclSE (with several modifications due to conflicts and ↵sebres2020-03-131-2/+14
| | |/ / | | | | | | | | | | | | compat reasons)
| | * | Fix some gcc(-9) warnings caused by -Wcast-function-typejan.nijtmans2020-03-041-2/+2
| | | |
* | | | Merge 8.7.jan.nijtmans2020-03-041-2/+2
|\ \ \ \ | |/ / / | | | | Remove documentation and typedefs related to old channel types.
* | | | Merge 8.7jan.nijtmans2020-02-281-4/+4
|\ \ \ \ | |/ / /
| * | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-6/+6
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2020-02-131-3/+9
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merge 8.7jan.nijtmans2019-09-191-6/+6
| | |\ \ \
| | * \ \ \ Merge tip-548jan.nijtmans2019-09-031-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge tip-548jan.nijtmans2019-08-291-1/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge tip-548 (since using the *WChar* functions leads to less type-casts in ↵jan.nijtmans2019-08-031-2/+2
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c++) Als finish implementaton for MacOSX
| | * \ \ \ \ \ \ Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-5/+5
| | |\ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-01-131-3/+9
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge 8.6jan.nijtmans2020-01-131-3/+9
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | / / | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Fix [0b9332722a]: Support utf-8 on Windows consolejan.nijtmans2020-01-131-3/+9
| | | | | | | | |
* | | | | | | | | Merge 8.7jan.nijtmans2019-09-191-6/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /