summaryrefslogtreecommitdiffstats
path: root/win/tclWin32Dll.c
Commit message (Expand)AuthorAgeFilesLines
* TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-22/+24
* Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-0/+4
* Fix some comments: "upper" -> "high" (when talking about surrogates)jan.nijtmans2019-02-191-2/+2
* Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work (again) with TCL_UTF_MAX=6. No...jan.nijtmans2018-11-151-2/+90
* Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize DString,...jan.nijtmans2018-10-071-4/+10
* Better implementations of Tcl_WinTCharToUtf() and Tcl_WinUtfToTChar(). They d...jan.nijtmans2018-10-051-49/+4
* win: avoids warning by x64-build in function 'TclWinCPUID' - pointer targets ...sebres2018-07-201-1/+1
* Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len p...jan.nijtmans2017-12-281-17/+16
* Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh...jan.nijtmans2017-12-281-13/+44
* Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio.Joe Mistachkin2017-08-131-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
|\ \ | |/
| * Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-021-29/+12
* | Eliminate a lot of dead code (for Windows 95/98/ME only). jan.nijtmans2013-06-191-22/+6
* | Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-051-80/+0
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-6/+6
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Fix missing comma in last commitandreas_kupries2010-11-081-2/+2
| | * Backported from 8.6 (see 2010-08-04).andreas_kupries2010-11-031-3/+3
| | * * generic/tclIOUtil.c: Cleaned up some code flagged by adgp2006-10-171-4/+4
| | * backport of some file readable/writable fixes from HEADvincentdarley2006-03-101-1/+42
| | * * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872patthoyts2005-11-031-1/+5
| | * Correct crash in stack.test on gcc/win32Kevin B Kenny2005-06-061-298/+242
| | * * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium),hobbs2004-09-011-3/+3
| | * backport of recent fs fixes from cvs headvincentdarley2004-07-021-1/+9
| | * * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler,mdejong2004-06-211-23/+120
| | * * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-1/+150
| | * * win/tclWin32Dll.c: Structured Exception Handling added arounddavygrvy2004-05-061-3/+82
| | * filesystem fixes backportedvincentdarley2003-04-141-3/+190
| * | handle --enable-64bit=ia64 for gcc. BACKPORT.nijtmans2011-01-171-6/+44
| * | fix gcc warnings: unused variable 'registration'nijtmans2010-11-191-3/+3
| * | * win/tclWin32Dll.c: #ifdef protections to permit builds withdgp2010-09-081-3/+7
| * | * win/tclWin32Dll.c (asciiProcs, unicodeProcs):hobbs2010-08-041-3/+3
| * | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ...patthoyts2009-07-011-3/+5
* | | VS 2005 64-bit does not have intrin.h, and does not need it.nijtmans2011-01-121-2/+2
* | | [Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all envi...nijtmans2010-12-211-3/+18
* | | [Patch 3124554]: fixes for mingw64 - gcc4.5.1 tdm64-1:nijtmans2010-12-191-5/+36
* | | fix gcc warnings: unused variable 'registration'nijtmans2010-11-191-2/+2
* | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T...nijtmans2010-11-041-3/+3
* | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed.nijtmans2010-10-121-11/+11
* | | Allow all Win2000+ API entries in Tclnijtmans2010-09-141-109/+55
* | | Partly revert yesterday's change, to make it work on VC++ 6.0 again.nijtmans2010-09-101-22/+74
* | | mingw should always link with -ladvapi32nijtmans2010-09-091-230/+29
* | | * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as anhobbs2010-08-041-7/+10
* | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs):hobbs2010-08-041-3/+3
* | | Remove unnecessary '&' decoration for functionnijtmans2010-03-111-3/+1