summaryrefslogtreecommitdiffstats
path: root/win/tclWinChan.c
Commit message (Expand)AuthorAgeFilesLines
* Make trunk compile on MSVC (problem was: warning C4554: '&' : check operator ...fvogel2017-04-291-1/+1
* [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ...dkf2017-04-271-64/+81
|\
* | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-2/+2
|/
* Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types li...jan.nijtmans2015-12-211-1/+1
* Simplify NativeIsComPort() implementation: native paths never end in ':', and...jan.nijtmans2014-11-131-20/+12
* Better errormessage when file path contains invalid characters.jan.nijtmans2014-11-031-0/+5
|\
| * Better errormessage when file path contains invalid characters. See: [03414f5...jan.nijtmans2014-11-031-0/+5
* | Added comments raising questions about possible updates to channeldgp2014-03-211-0/+4
* | Do not reopen a win serial channel for serial detection. There are issues wit...oehhar2014-02-251-2/+101
|\ \ | |/
| * Changed position of flag evaluation as proposed by Phil Hoffmanbug_2413550oehhar2014-02-111-18/+18
| * win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ch...oehhar2014-01-301-2/+149
* | 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-23/+6
| * and don't forget the %jan.nijtmans2012-07-081-1/+1
| * add TCL_I_MODIFIER and use it in the correct placesjan.nijtmans2012-07-081-1/+1
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-2/+2
| |\
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-9/+8
| | * ifdef protections to permit builds with mingw on amd64 systems.jan.nijtmans2011-03-111-6/+10
* | | Fixes to my previous commit, from Francois Vogel. (My thanks and apologies!)dkf2012-08-051-1/+1
* | | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-7/+9
* | | More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-0/+2
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-3/+3
* | | MSVC 6 does not have the %I modifier in sprintfjan.nijtmans2011-03-071-1/+1
* | | 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
| | * * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-2/+2
| | * * win/tclWinChan.c: [Bug 819667] Improve logic for identifying COMhobbs2006-08-301-51/+52
| | * bug #1225957Kevin B Kenny2005-06-231-113/+100
| | * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-73/+41
| | * * win/tclWinChan.c (FileCloseProc): Invokemdejong2005-01-191-1/+20
| | * * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler,mdejong2004-06-211-7/+35
| * | fix gcc warnings: unused variable 'registration'nijtmans2010-11-191-2/+2
| * | * win/tclWin32Dll.c: #ifdef protections to permit builds withdgp2010-09-081-8/+11
| * | installData.tcl: Make sure that copyDir only receives normalized paths.nijtmans2010-05-211-6/+6
| * | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-2/+2
* | | Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-251-3/+3
* | | fix gcc warnings: unused variable 'registration'nijtmans2010-11-191-2/+2
* | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxxnijtmans2010-09-131-3/+3
* | | * win/tclWinChan.c: #ifdef protections to permit builds withdgp2010-09-081-8/+11
* | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-221-2/+2
* | | don't cast away "const" without reason.nijtmans2010-03-161-2/+2
* | | * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-3/+3
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-6/+6
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-4/+4
* | | * win/tclWinChan.c: Fix minor compiler warnings whennijtmans2008-10-141-2/+2
* | | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-20/+19
|/ /
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-6/+8