| Commit message (Expand) | Author | Age | Files | Lines |
* | (cherry-pick) Reduce the number of warnings on Windows: channel names generat... | jan.nijtmans | 2024-02-16 | 1 | -1/+2 |
|
|
* | Merge 8.6 | jan.nijtmans | 2023-03-31 | 1 | -2/+0 |
|\ |
|
| * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -2/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-06-24 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, Ser... | jan.nijtmans | 2020-12-16 | 1 | -10/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-12-16 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Merge 8.6. Get CreateSymbolicLinkW symbol from kernel32.dll, since Windows XP... | jan.nijtmans | 2020-12-11 | 1 | -0/+1 |
|
|
| * | Merge 8.5 (rename internal TCL_I_MODIFIER -> TCL_Z_MODIFIER) | jan.nijtmans | 2020-10-22 | 1 | -8/+11 |
| |\ |
|
| | * | (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. | jan.nijtmans | 2020-10-22 | 1 | -4/+11 |
|
|
| | * | Clean-up some unnecessary spacing. | jan.nijtmans | 2020-04-17 | 1 | -17/+17 |
|
|
| * | | Fix [c975939973]: Usage of gnu_printf in latest mingw-w64 | jan.nijtmans | 2020-10-21 | 1 | -0/+4 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-02-24 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.5 | jan.nijtmans | 2020-02-24 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 1 | -5/+5 |
|
|
* | | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway... | jan.nijtmans | 2019-06-29 | 1 | -3/+3 |
|
|
* | | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -2/+2 |
|
|
* | | | merge 8.6 | jan.nijtmans | 2018-05-29 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | merge 8.5 (conflicts resolved, rewritten without winapi-stubs) | sebres | 2018-05-28 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | optimized winapi-stubs loading (8.5th only); if user name specified without d... | sebres | 2018-05-25 | 1 | -0/+2 |
|
|
* | | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -7/+0 |
|
|
* | | | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -13/+0 |
|\ \ \ |
|
| * | | | Drop Windows CE support, since it doesn't appear to work anyway. | jan.nijtmans | 2017-11-21 | 1 | -13/+0 |
| |/ / |
|
* | | | merge trunk | jan.nijtmans | 2017-06-12 | 1 | -0/+75 |
|\ \ \
| |/ / |
|
| * | | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for... | jan.nijtmans | 2017-05-03 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-04-28 | 1 | -5/+5 |
| |\ \ |
|
| * | | | code review, robustness increase, avoid infinite wait by exit, thread exit an... | sebres | 2017-04-11 | 1 | -0/+8 |
|
|
| * | | | added wake-up event to prevent possible dead-locks by some waiting thread (e.... | sebres | 2017-04-11 | 1 | -2/+4 |
|
|
| * | | | prepared to use pipe-helpers (TI-structure handling) for all pipe-workers (tc... | sebres | 2017-04-11 | 1 | -0/+56 |
|
|
| * | | | shared structures of pipe-workers rewritten using atomic state of the thread;
| sebres | 2017-04-11 | 1 | -0/+9 |
| |/ / |
|
* | | | merge trunk | jan.nijtmans | 2017-04-12 | 1 | -6/+0 |
|/ / |
|
* | | Bugfix [3613671]. file owned implementation for Windows. | ashok | 2016-07-09 | 1 | -0/+1 |
|
|
* | | Do not reopen a win serial channel for serial detection. There are issues wit... | oehhar | 2014-02-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ch... | oehhar | 2014-01-30 | 1 | -1/+1 |
|
|
* | | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -0/+17 |
|
|
* | | Better place to put vsnprintf switch, so it is usable by all *.c files. | jan.nijtmans | 2013-06-18 | 1 | -6/+0 |
|
|
* | | MSVC 6.0 does not have the %I modifier | jan.nijtmans | 2012-07-08 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | add TCL_I_MODIFIER and use it in the correct places | jan.nijtmans | 2012-07-08 | 1 | -0/+6 |
|
|
* | | Remove tclWinProcs, as it is no longer being used | jan.nijtmans | 2011-10-05 | 1 | -86/+0 |
|
|
* | | MSVC 6 does not have the %I modifier in sprintf | jan.nijtmans | 2011-03-07 | 1 | -0/+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 |
|
|
| | * | Backported from 8.6 (see 2010-08-04). | andreas_kupries | 2010-11-03 | 1 | -2/+2 |
|
|
| | * | backport of some file readable/writable fixes from HEAD | vincentdarley | 2006-03-10 | 1 | -1/+27 |
|
|
| | * | * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872 | patthoyts | 2005-11-03 | 1 | -1/+15 |
|
|
| | * | * win/tclWin32Dll.c (TclpCheckStackSpace):
| Kevin B Kenny | 2004-05-03 | 1 | -2/+2 |
|
|
| | * | define WIN32_CE platform info | hobbs | 2004-03-21 | 1 | -1/+5 |
|
|
| | * | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -2/+7 |
|
|
| * | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 1 | -2/+2 |
|
|