| Commit message (Expand) | Author | Age | Files | Lines |
* | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway... | jan.nijtmans | 2019-06-29 | 1 | -2/+2 |
|
|
* | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -12/+12 |
|
|
* | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ... | jan.nijtmans | 2019-03-10 | 1 | -96/+4 |
|
|
* | Minor optimizations | jan.nijtmans | 2019-02-19 | 1 | -2/+6 |
|
|
* | Merge 8.6 | jan.nijtmans | 2018-11-15 | 1 | -2/+90 |
|\ |
|
| * | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work (again) with TCL_UTF_MAX=6. No... | jan.nijtmans | 2018-11-15 | 1 | -2/+90 |
|
|
* | | Merge 8.6
| jan.nijtmans | 2018-10-08 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize DString,... | jan.nijtmans | 2018-10-07 | 1 | -4/+10 |
|
|
* | | protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return... | jan.nijtmans | 2018-10-06 | 1 | -1/+7 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2018-10-05 | 1 | -45/+4 |
|\ \
| |/ |
|
| * | Better implementations of Tcl_WinTCharToUtf() and Tcl_WinUtfToTChar(). They d... | jan.nijtmans | 2018-10-05 | 1 | -49/+4 |
|
|
* | | More fixes in Tcl_WinTChar2Utf: Don't restart loop when output contains null-... | jan.nijtmans | 2018-09-24 | 1 | -9/+9 |
|
|
* | | Handle the (unlikely) case that Tcl_DStringSetLength() results in a re-alloca... | jan.nijtmans | 2018-09-22 | 1 | -0/+1 |
|
|
* | | Prevent possible build order problem, due to missing dde/registry dll's. | jan.nijtmans | 2018-09-22 | 1 | -4/+13 |
|
|
* | | Fix test-case registry-6.20, which started failing starting with the TIP #389... | jan.nijtmans | 2018-09-13 | 1 | -2/+16 |
|
|
* | | merge 8.6 | sebres | 2018-07-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | win: avoids warning by x64-build in function 'TclWinCPUID' - pointer targets ... | sebres | 2018-07-20 | 1 | -1/+1 |
|
|
* | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ... | jan.nijtmans | 2018-01-10 | 1 | -74/+2 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-12-28 | 1 | -17/+16 |
|\ \
| |/ |
|
| * | Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len p... | jan.nijtmans | 2017-12-28 | 1 | -17/+16 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-12-28 | 1 | -12/+43 |
|\ \
| |/ |
|
| * | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh... | jan.nijtmans | 2017-12-28 | 1 | -13/+44 |
|
|
* | | Remove more pre-XP stuff. | jan.nijtmans | 2017-11-23 | 1 | -24/+0 |
|
|
* | | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ... | jan.nijtmans | 2017-11-23 | 1 | -16/+8 |
|\ \ |
|
| * | | Drop Windows CE support, since it doesn't appear to work anyway. | jan.nijtmans | 2017-11-21 | 1 | -16/+8 |
| |/ |
|
* | | Merge core-8-6-branch. Update outdated comment (cherry-pick [d5dec2b0514639f4... | jan.nijtmans | 2017-08-17 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio. | Joe Mistachkin | 2017-08-13 | 1 | -2/+2 |
|
|
* | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -1/+1 |
|
|
* | | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose,... | jan.nijtmans | 2016-11-11 | 1 | -2/+2 |
|/ |
|
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -2/+2 |
|
|
* | Starting with Windows 8 DSK, GetVersionExA is deprecated | jan.nijtmans | 2013-11-20 | 1 | -3/+3 |
|\ |
|
| * | Starting with Windows 8 DSK, GetVersionExA is deprecated | jan.nijtmans | 2013-11-20 | 1 | -3/+3 |
|
|
* | | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -23/+6 |
|\ \
| |/ |
|
| * | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -29/+12 |
|
|
* | | Eliminate a lot of dead code (for Windows 95/98/ME only). | jan.nijtmans | 2013-06-19 | 1 | -22/+6 |
|
|
* | | Remove tclWinProcs, as it is no longer being used | jan.nijtmans | 2011-10-05 | 1 | -80/+0 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -6/+6 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | Fix missing comma in last commit | andreas_kupries | 2010-11-08 | 1 | -2/+2 |
|
|
| | * | Backported from 8.6 (see 2010-08-04). | andreas_kupries | 2010-11-03 | 1 | -3/+3 |
|
|
| | * | * generic/tclIOUtil.c: Cleaned up some code flagged by a | dgp | 2006-10-17 | 1 | -4/+4 |
|
|
| | * | backport of some file readable/writable fixes from HEAD | vincentdarley | 2006-03-10 | 1 | -1/+42 |
|
|
| | * | * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872 | patthoyts | 2005-11-03 | 1 | -1/+5 |
|
|
| | * | Correct crash in stack.test on gcc/win32 | Kevin B Kenny | 2005-06-06 | 1 | -298/+242 |
|
|
| | * | * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), | hobbs | 2004-09-01 | 1 | -3/+3 |
|
|
| | * | backport of recent fs fixes from cvs head | vincentdarley | 2004-07-02 | 1 | -1/+9 |
|
|
| | * | * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, | mdejong | 2004-06-21 | 1 | -23/+120 |
|
|
| | * | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 1 | -1/+150 |
|
|