summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
Commit message (Expand)AuthorAgeFilesLines
* TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, Ser...jan.nijtmans2020-12-161-10/+0
* Merge 8.6jan.nijtmans2020-12-161-0/+1
|\
| * Merge 8.6. Get CreateSymbolicLinkW symbol from kernel32.dll, since Windows XP...jan.nijtmans2020-12-111-0/+1
| * Merge 8.5 (rename internal TCL_I_MODIFIER -> TCL_Z_MODIFIER)jan.nijtmans2020-10-221-8/+11
| |\
| | * (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. jan.nijtmans2020-10-221-4/+11
| | * Clean-up some unnecessary spacing.jan.nijtmans2020-04-171-17/+17
| * | Fix [c975939973]: Usage of gnu_printf in latest mingw-w64jan.nijtmans2020-10-211-0/+4
* | | Merge 8.6jan.nijtmans2020-02-241-1/+1
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-02-241-1/+1
| |\ \ | | |/
| * | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-5/+5
* | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-291-3/+3
* | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-2/+2
* | | merge 8.6jan.nijtmans2018-05-291-0/+2
|\ \ \ | |/ /
| * | merge 8.5 (conflicts resolved, rewritten without winapi-stubs)sebres2018-05-281-0/+2
| |\ \ | | |/
| | * optimized winapi-stubs loading (8.5th only); if user name specified without d...sebres2018-05-251-0/+2
* | | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-7/+0
* | | merge core-8-branchjan.nijtmans2017-12-191-13/+0
|\ \ \
| * | | Drop Windows CE support, since it doesn't appear to work anyway.jan.nijtmans2017-11-211-13/+0
| |/ /
* | | merge trunkjan.nijtmans2017-06-121-0/+75
|\ \ \ | |/ /
| * | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for...jan.nijtmans2017-05-031-1/+1
| |\ \ | | |/
| * | merge core-8-6-branchjan.nijtmans2017-04-281-5/+5
| |\ \
| * | | code review, robustness increase, avoid infinite wait by exit, thread exit an...sebres2017-04-111-0/+8
| * | | added wake-up event to prevent possible dead-locks by some waiting thread (e....sebres2017-04-111-2/+4
| * | | prepared to use pipe-helpers (TI-structure handling) for all pipe-workers (tc...sebres2017-04-111-0/+56
| * | | shared structures of pipe-workers rewritten using atomic state of the thread; sebres2017-04-111-0/+9
| |/ /
* | | merge trunkjan.nijtmans2017-04-121-6/+0
|/ /
* | Bugfix [3613671]. file owned implementation for Windows.ashok2016-07-091-0/+1
* | Do not reopen a win serial channel for serial detection. There are issues wit...oehhar2014-02-251-1/+1
|\ \ | |/
| * win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ch...oehhar2014-01-301-1/+1
* | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-021-0/+17
|\ \ | |/
| * Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-021-0/+17
* | Better place to put vsnprintf switch, so it is usable by all *.c files. jan.nijtmans2013-06-181-6/+0
* | MSVC 6.0 does not have the %I modifierjan.nijtmans2012-07-081-0/+6
|\ \ | |/
| * add TCL_I_MODIFIER and use it in the correct placesjan.nijtmans2012-07-081-0/+6
* | Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-051-86/+0
* | MSVC 6 does not have the %I modifier in sprintfjan.nijtmans2011-03-071-0/+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
| | * Backported from 8.6 (see 2010-08-04).andreas_kupries2010-11-031-2/+2
| | * backport of some file readable/writable fixes from HEADvincentdarley2006-03-101-1/+27
| | * * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872patthoyts2005-11-031-1/+15
| | * * win/tclWin32Dll.c (TclpCheckStackSpace): Kevin B Kenny2004-05-031-2/+2
| | * define WIN32_CE platform infohobbs2004-03-211-1/+5
| | * filesystem fixes backportedvincentdarley2003-04-141-2/+7
| * | * win/tclWin32Dll.c (asciiProcs, unicodeProcs):hobbs2010-08-041-2/+2
| * | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ...patthoyts2009-07-011-1/+2
* | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed.nijtmans2010-10-121-2/+2
* | | mingw should always link with -ladvapi32nijtmans2010-09-091-5/+3
* | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs):hobbs2010-08-041-2/+2