summaryrefslogtreecommitdiffstats
path: root/win/tclWinInit.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge 8.6jan.nijtmans2020-03-171-1/+1
|\ \ | |/
* | 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.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
| |
* | 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.6jan.nijtmans2020-01-131-3/+9
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix [0b9332722a]: Support utf-8 on Windows consolejan.nijtmans2020-01-131-3/+9
| | | | | | |
* | | | | | | 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
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | | -DUNICODE)
| * | | | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since ↵jan.nijtmans2019-09-181-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | we are impicitly compiling with -DUNICODE
* | | | | | Merge 8.7jan.nijtmans2019-09-031-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge 8.6jan.nijtmans2019-09-031-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | windows (mingw build): fix debug recognition (::tcl_platform(debug)), no ↵sebres2019-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | debug if NDEBUG is set
* | | | | | Merge 8.7jan.nijtmans2019-08-261-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2019-08-231-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | | Update effective_tld_names.txt.gz to the latest version. Adapt .gitattributes and .fossil-settings/binary-glob to handle *.gz file transparently in fossil/git
| | * | | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| | |\ \ \
| | | * | | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| | | | | |
* | | | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ↵jan.nijtmans2019-08-031-1/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | the same, but more consistent.
* | | | | Merge 8.7jan.nijtmans2019-08-011-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate more usage of C++-specific keywords in C-code.jan.nijtmans2019-07-251-1/+1
| | |_|/ | |/| |
* | | | Rename UTF-related functions to "WChar" and "Char16" variants, more ↵jan.nijtmans2019-07-111-1/+1
| | | | | | | | | | | | | | | | intuitive because they represent wchar_t and char16_t (since C++11) types in modern compilers.
* | | | 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 ↵jan.nijtmans2019-06-031-2/+2
|/ / / | | | | | | | | | more flexible replacement functions
* | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-4/+4
| | |
* | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ↵jan.nijtmans2019-03-101-4/+5
| | | | | | | | | | | | new utility functions. This allows to re-use code in more places: cleaner implementation more future-proof.
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵jan.nijtmans2019-02-271-2/+2
| | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more.
* | | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we ↵jan.nijtmans2018-06-261-55/+9
| | | | | | | | | | | | know TCL_UTF_MAX>=4, we can simplify things. No change in functionality.
* | | merge 8.6jan.nijtmans2018-06-251-8/+11
|\ \ \ | |/ /
| * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate ↵jan.nijtmans2018-06-251-8/+11
| | | | | | | | | | | | | | | handling). Fix various typo's
* | | merge 8.6jan.nijtmans2018-05-291-11/+23
|\ \ \ | |/ /
| * | merge 8.5 (conflicts resolved, rewritten without winapi-stubs)sebres2018-05-281-11/+23
| |\ \ | | |/
| | * optimized winapi-stubs loading (8.5th only); if user name specified without ↵sebres2018-05-251-11/+23
| | | | | | | | | | | | domain and equals the current user - try safest and fastest way to get current user-home path (without usage of netapi)
* | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ↵jan.nijtmans2018-01-101-7/+0
| | | | | | | | | | | | TCL_UTF_MAX=3. We can do that now safely, because of the changed handling of valid 4-byte UTF-8 characters in the previous commit.
* | | Revert a few more (int -> size_t) transitions, which could effect extensions ↵jan.nijtmans2017-12-151-3/+3
| | | | | | | | | | | | | | | (such as Itcl 3.4) which use internal Tcl header files. Better wait until 9.0 for this. What we _can_ do is change some (internal) fields to 'unsigned': that doubles the epoch range without further danger. Thanks, Don, for pointing this out!
* | | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ↵jan.nijtmans2017-11-231-10/+2
|\ \ \ | | | | | | | | | | | | 8.7 in TIP #487.
| * | | Drop Windows CE support, since it doesn't appear to work anyway.jan.nijtmans2017-11-211-10/+2
| |/ /
* | | merge core-8-6-branchjan.nijtmans2017-05-031-14/+6
|\ \ \ | |/ /