summaryrefslogtreecommitdiffstats
path: root/win/tclWinInit.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | windows (mingw build): fix debug recognition (::tcl_platform(debug)), no debu...sebres2019-09-021-1/+1
* | | | | | | Merge 8.7jan.nijtmans2019-08-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2019-08-231-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | | | | / / / | | |_|/ / / | |/| | | |
| | * | | | 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
| |_|_|_|/ |/| | | |
* | | | | 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 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
|/ / /
* | | 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
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-2/+2
* | | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn...jan.nijtmans2018-06-261-55/+9
* | | merge 8.6jan.nijtmans2018-06-251-8/+11
|\ \ \ | |/ /
| * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handli...jan.nijtmans2018-06-251-8/+11
* | | 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 d...sebres2018-05-251-11/+23
* | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ...jan.nijtmans2018-01-101-7/+0
* | | Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-151-3/+3
* | | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ...jan.nijtmans2017-11-231-10/+2
|\ \ \
| * | | 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
|\ \ \ | |/ /
| * | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for...jan.nijtmans2017-05-031-14/+6
| |\ \ | | |/
| | * Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for...jan.nijtmans2017-05-031-4/+1
* | | merge core-8-6-branchjan.nijtmans2017-05-011-0/+20
|\ \ \ | |/ /
| * | merge core-8-6-branchjan.nijtmans2017-04-281-1/+1
| |\ \
| * | | shared structures of pipe-workers rewritten using atomic state of the thread; sebres2017-04-111-0/+20
| |/ /
* | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-8/+9
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-1/+1
|/ /
* | Remove unused variable, don't use deprecated function, some formatting.jan.nijtmans2014-04-161-5/+5
* | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000...jan.nijtmans2014-04-161-14/+10
|\ \ | |/
| * Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000...jan.nijtmans2014-04-161-14/+10
* | Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
|\ \ | |/
| * Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
* | Add missing __stdcall (which crashes on win32), and clean-up indentingjan.nijtmans2014-02-041-10/+11
|\ \ | |/
| * Add missing __stdcall (which crashes on win32), and clean-up indentingjan.nijtmans2014-02-041-10/+11
* | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1jan.nijtmans2014-02-031-4/+14
|\ \ | |/
| * Fix [651e828a52]: Wrong Windows version reported for Windows 8.1jan.nijtmans2014-02-031-4/+14
* | Starting with Windows 8 DSK, GetVersionExA is deprecatedjan.nijtmans2013-11-201-3/+3
|\ \ | |/
| * Starting with Windows 8 DSK, GetVersionExA is deprecatedjan.nijtmans2013-11-201-3/+3
* | Eliminate a lot of dead code (for Windows 95/98/ME only). jan.nijtmans2013-06-191-6/+3
* | also search for the library directory (init.tcl, encodings, etc) relative to ...Joe Mistachkin2012-11-131-1/+63
|\ \ | |/
| * also search for the library directory (init.tcl, encodings, etc) relative to ...Joe Mistachkin2012-11-131-1/+63
* | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-271-2/+0
|\ \ | |/
| * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-1/+1
| |\
| | * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-1/+1
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-3/+2