summaryrefslogtreecommitdiffstats
path: root/win/tclWinSerial.c
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-6-branchjan.nijtmans2017-05-011-77/+16
|\
| * merge core-8-6-branchfix_1997007jan.nijtmans2017-04-281-1/+1
| |\
| * | code review, robustness increase, avoid infinite wait by exit, thread exit an...sebres2017-04-111-109/+15
| * | the same handling to initialize thread without suspend/resume helpers (otherw...sebres2017-04-051-3/+3
| * | small review: rewritten using already available event handles, additionally p...sebres2017-04-051-18/+16
| * | Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8c...sebres2017-04-051-3/+38
| |/
* | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-2/+2
|/
* Remove a number of eol-spaces. No change in functionality.jan.nijtmans2014-11-141-1/+1
* Do not reopen a win serial channel for serial detection. There are issues wit...oehhar2014-02-251-10/+15
|\
| * Do not reopen a win serial channel for serial detection. There are issues wit...oehhar2014-02-241-10/+15
| |\
| | * win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ch...oehhar2014-01-301-10/+15
| |/
* | Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max.jan.nijtmans2013-11-161-2/+2
* | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-2/+0
|\ \ | |/
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-2/+0
| * 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
* | Don't use deprecated functionjan.nijtmans2012-11-161-1/+1
* | fix two minor blunders, introduced by [1fb35ca910]jan.nijtmans2012-08-061-2/+2
* | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-81/+62
* | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).jan.nijtmans2012-03-231-1/+1
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| |\
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-3/+1
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-3/+1
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-3/+1
* | | More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-13/+52
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-9/+9
* | | 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/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel):hobbs2008-01-141-3/+4
| | * win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708]hobbs2005-10-051-424/+429
| | * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-15/+72
| | * * win/tclWinSerial.c (SerialCloseProc): correct mem leak onhobbs2003-05-111-1/+3
| * | Various CYGWIN-related fixesnijtmans2010-01-311-10/+8
* | | Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-251-2/+2
* | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxxnijtmans2010-09-131-4/+4
* | | Unnecessary type casts, See Tcl [Patch #2997087]nijtmans2010-05-111-2/+2
* | | reverted earlier rename from tcl*Stubs tonijtmans2010-02-151-2/+2
* | | Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-10/+8
* | | * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-3/+3
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-4/+4
* | | * win/tclWinChan.c: Fix minor compiler warnings whennijtmans2008-10-141-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-12/+12
|/ /
* | * win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel):hobbs2008-01-141-3/+4
* | Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-5/+5
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-271-2/+3
* | Cleanup and ANSIfydkf2005-10-311-154/+176
* | win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708]hobbs2005-10-051-24/+34
* | Getting more systematic about styledkf2005-07-241-330/+359