summaryrefslogtreecommitdiffstats
path: root/win/tclWinInit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/
| | * Fix some gcc(-9) warnings caused by -Wcast-function-typejan.nijtmans2020-03-041-2/+2
* | | Merge 8.7.jan.nijtmans2020-03-041-2/+2
|\ \ \ | |/ /
* | | 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
| | |\ \ \ \ \
| | * \ \ \ \ \ 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
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6jan.nijtmans2019-09-191-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-1/+1
| * | | | | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-5/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | | |_|_|_|_|/ | |/| | | | |
| | * | | | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-7/+7
* | | | | | | Merge 8.7jan.nijtmans2019-09-141-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.7jan.nijtmans2019-09-031-1/+1
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge 8.7jan.nijtmans2019-08-261-1/+1
| |\ \ \ \ \ \
| * | | | | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge 8.7jan.nijtmans2019-08-011-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-1/+1
| * | | | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-1/+1
| * | | | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2019-09-031-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge 8.6jan.nijtmans2019-09-031-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |