Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2019-06-29 | 1 | -3/+3 |
|\ | |||||
| * | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we ↵ | jan.nijtmans | 2019-06-29 | 1 | -3/+3 |
| | | | | | | | | always compile in UNICODE mode. | ||||
* | | Merge 8.7 | jan.nijtmans | 2019-03-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -2/+2 |
| | | |||||
* | | Merge trunk. Some more size_t additions in parameters/fields | jan.nijtmans | 2018-06-14 | 1 | -0/+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 ↵ | sebres | 2018-05-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | domain and equals the current user - try safest and fastest way to get current user-home path (without usage of netapi) | ||||
* | | | | merge trunk | jan.nijtmans | 2018-05-23 | 1 | -7/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -7/+0 |
| | | | | |||||
* | | | | merge trunk | jan.nijtmans | 2018-02-22 | 1 | -6/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -13/+0 |
| |\ \ \ | |||||
| * \ \ \ | merge trunk | jan.nijtmans | 2017-06-12 | 1 | -0/+75 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | merge trunk | jan.nijtmans | 2017-04-12 | 1 | -6/+0 |
| | | | | | |||||
* | | | | | change ClientData -> void * in a lot of places (mainly header files) | jan.nijtmans | 2017-12-28 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | merge trunk | jan.nijtmans | 2017-12-15 | 1 | -14/+1 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Drop Windows CE support, since it doesn't appear to work anyway. | jan.nijtmans | 2017-11-21 | 1 | -13/+0 |
|/ / / | |||||
* | | | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed ↵ | jan.nijtmans | 2017-05-03 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | | | | | | | for an already loaded dll. Fix filesystem-1.52 (only works correctly on UNIX) | ||||
* | | | merge core-8-6-branch | jan.nijtmans | 2017-04-28 | 1 | -5/+5 |
|\ \ \ | | |/ | |/| | |||||
* | | | code review, robustness increase, avoid infinite wait by exit, thread exit ↵ | sebres | 2017-04-11 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | and by pipes of closed processes); use pipe-helpers (TI-structure handling) for all pipe-workers (tclWinConsole, tclWinSerial); | ||||
* | | | added wake-up event to prevent possible dead-locks by some waiting thread ↵ | sebres | 2017-04-11 | 1 | -2/+4 |
| | | | | | | | | | | | | (e. g. for writable events) | ||||
* | | | prepared to use pipe-helpers (TI-structure handling) for all pipe-workers ↵ | sebres | 2017-04-11 | 1 | -0/+56 |
| | | | | | | | | | | | | (tclWinConsole, tclWinSerial) | ||||
* | | | shared structures of pipe-workers rewritten using atomic state of the thread; | sebres | 2017-04-11 | 1 | -0/+9 |
|/ / | | | | | | | asynchronous start/stop of pipe-workers (if possible), try the soft way to end workers using cancelSynchronousIo before it would be terminated; | ||||
* | | 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 ↵ | oehhar | 2014-02-25 | 1 | -1/+1 |
|\ \ | |/ | | | | | with some Bluetooth virtual com. Fix bug [2413550], patch by Rolf Schroedter | ||||
| * | win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ↵ | oehhar | 2014-01-30 | 1 | -1/+1 |
| | | | | | | | | channels which causes issues with Bluetooth virtual com. Patch by Rolf Schroedter. | ||||
* | | Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵ | jan.nijtmans | 2013-10-02 | 1 | -0/+17 |
|\ \ | |/ | | | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64. | ||||
| * | Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵ | jan.nijtmans | 2013-10-02 | 1 | -0/+17 |
| | | | | | | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64. | ||||
* | | Better place to put vsnprintf switch, so it is usable by all *.c files. | jan.nijtmans | 2013-06-18 | 1 | -6/+0 |
| | | | | | | Fix comment on _ANSI_ARGS_ which is no longer true since 8.6. | ||||
* | | 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 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Backported from 8.6 (see 2010-08-04). | andreas_kupries | 2010-11-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to prefer dependent DLLs in same dir as loaded DLL. | ||||
| | * | 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/tclWinConsole.c: to give unicode console support on * win/tclWinInt.h: suitable systems (eg: NT/XP) | ||||
| | * | * win/tclWin32Dll.c (TclpCheckStackSpace): | Kevin B Kenny | 2004-05-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | * tests/stack.test (stack-3.1): Fix for undetected stack overflow in TclReExec on Windows. [Bug 947070] | ||||
| | * | 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 |
| | | | | | | | | | | | | | | | | | | * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to prefer dependent DLLs in same dir as loaded DLL. | ||||
| * | | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ↵ | patthoyts | 2009-07-01 | 1 | -1/+2 |
| | | | | | | | | | | | | 2806622] | ||||
* | | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. | nijtmans | 2010-10-12 | 1 | -2/+2 |
| | | | | | | | | | | | | Fix some MSVC 6.0 warnings | ||||
* | | | mingw should always link with -ladvapi32 | nijtmans | 2010-09-09 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove ascii variant of tkWinPocs table, it is no longer necessary. Fix CreateProcess signature and remove unused GetModuleFileName and lstrcpy mingw/cygwin fixes: <tchar.h> should always be included, and fix conflict in various macro values: Always force the same values as in VC++. | ||||
* | | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to prefer dependent DLLs in same dir as loaded DLL. | ||||
* | | | test that tclOO stubs are present in stub library | nijtmans | 2010-03-07 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | Applied missing part of [Patch 2961556] Change all tclWinProcs signatures to use TCHAR* in stead of WCHAR*. This is meant as preparation to make [Enh 2965056] possible at all. | ||||
* | | | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -58/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | tcl*ConstStubs, it's not necessary at all. tclEnsemble.c: Fix signed-unsigned mismatch make tclWinProcs "const" Add first part of mslu support, See [Feature Request #2819611] | ||||
* | | | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent space within stub table function parameters if the parameter type is a pointer. Minor formatting, and VOID -> void. Change signature of TclNRInterpProcCore, and TclOONewProc(Instance|)MethodEx, indicating that errorProc is a function pointer tclVar.c: fixed two gcc warnings |