summaryrefslogtreecommitdiffstats
path: root/win/tclWin32Dll.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-06-291-2/+2
|\
| * Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-291-2/+2
* | Merge 8.7jan.nijtmans2019-03-111-12/+12
|\ \ | |/
| * Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-12/+12
* | Merge 8.7jan.nijtmans2019-03-101-96/+4
|\ \ | |/
| * re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-101-96/+4
* | Merge 8.7jan.nijtmans2019-02-271-0/+4
|\ \ | |/
| * Minor optimizationsjan.nijtmans2019-02-191-2/+6
* | Merge 8.7jan.nijtmans2019-02-191-2/+2
|\ \
| * \ Merge 8.6jan.nijtmans2019-02-191-2/+2
| |\ \ | | |/ | |/|
| | * Fix some comments: "upper" -> "high" (when talking about surrogates)jan.nijtmans2019-02-191-2/+2
* | | Merge 8.7jan.nijtmans2018-11-151-2/+90
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2018-11-151-2/+90
| |\ \ | | |/
| | * Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work (again) with TCL_UTF_MAX=6. No...jan.nijtmans2018-11-151-2/+90
* | | TIP #494 implementation: More use of size_t in Tcl 9jan.nijtmans2018-10-081-11/+11
|\ \ \ | |/ / |/| |
| * | Use more TCL_AUTO_LENGTH, when appropriatejan.nijtmans2018-10-061-6/+6
| * | merge trunkjan.nijtmans2018-10-061-45/+10
| |\ \
| * \ \ merge trunkdgp2018-09-251-9/+9
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2018-09-231-4/+14
| |\ \ \ \
| * \ \ \ \ merge trunkjan.nijtmans2018-09-131-2/+16
| |\ \ \ \ \
| * \ \ \ \ \ Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-6/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkjan.nijtmans2018-07-301-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-7/+7
* | | | | | | | Merge 8.6 jan.nijtmans2018-10-081-5/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize DString,...jan.nijtmans2018-10-071-4/+10
* | | | | | | protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return...jan.nijtmans2018-10-061-1/+7
* | | | | | | Merge 8.6jan.nijtmans2018-10-051-45/+4
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Better implementations of Tcl_WinTCharToUtf() and Tcl_WinUtfToTChar(). They d...jan.nijtmans2018-10-051-49/+4
* | | | | | More fixes in Tcl_WinTChar2Utf: Don't restart loop when output contains null-...jan.nijtmans2018-09-241-9/+9
| |_|_|_|/ |/| | | |
* | | | | Handle the (unlikely) case that Tcl_DStringSetLength() results in a re-alloca...jan.nijtmans2018-09-221-0/+1
* | | | | Prevent possible build order problem, due to missing dde/registry dll's.jan.nijtmans2018-09-221-4/+13
| |_|_|/ |/| | |
* | | | Fix test-case registry-6.20, which started failing starting with the TIP #389...jan.nijtmans2018-09-131-2/+16
| |_|/ |/| |
* | | merge 8.6sebres2018-07-201-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * win: avoids warning by x64-build in function 'TclWinCPUID' - pointer targets ...sebres2018-07-201-1/+1
* | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ...jan.nijtmans2018-01-101-74/+2
* | merge core-8-6-branchjan.nijtmans2017-12-281-17/+16
|\ \ | |/
| * Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len p...jan.nijtmans2017-12-281-17/+16
* | merge core-8-6-branchjan.nijtmans2017-12-281-12/+43
|\ \ | |/
| * Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh...jan.nijtmans2017-12-281-13/+44
* | Remove more pre-XP stuff.jan.nijtmans2017-11-231-24/+0
* | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ...jan.nijtmans2017-11-231-16/+8
|\ \
| * | Drop Windows CE support, since it doesn't appear to work anyway.jan.nijtmans2017-11-211-16/+8
| |/
* | Merge core-8-6-branch. Update outdated comment (cherry-pick [d5dec2b0514639f4...jan.nijtmans2017-08-171-2/+2
|\ \ | |/
| * Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio.Joe Mistachkin2017-08-131-2/+2
* | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-1/+1
* | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose,...jan.nijtmans2016-11-111-2/+2
|/
* Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-2/+2
* 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
* | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-021-23/+6
|\ \ | |/