summaryrefslogtreecommitdiffstats
path: root/win/tclWinSerial.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-15/+72
* * win/tclWinSerial.c (SerialErrorStr): Fixed a syntax errorpatthoyts2003-08-191-2/+2
* Style guide policedkf2003-08-191-1093/+1144
* * win/tclWinSerial.c (SerialCloseProc): correct mem leak onhobbs2003-05-111-1/+3
* * win/tclWinSerial.c (SerialOutputProc): add casts forhobbs2003-01-161-4/+4
* * win/tclWin32Dll.c (squelch_warnings): Squelchmdejong2003-01-161-12/+14
* * win/tclWinConsole.c:davygrvy2002-11-261-41/+85
* * generic/tclEvent.c (TclInExit, TclInThreadExit):mdejong2002-11-071-4/+4
* Made variable static.dkf2002-07-191-2/+6
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-251-2/+2
* Corrections to earlier TIP 27 changes.dgp2002-01-241-2/+2
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-151-9/+9
* * win/tclWinSerial.c (SerialSetOptionProc): Applied patch for SFandreas_kupries2002-01-111-15/+8
* * win/tclWinSerial.c (SerialCheckProc): corrected timehobbs2001-12-191-5/+6
* * Applied #219311 on behalf of Rolf Schroedterandreas_kupries2001-12-171-4/+34
* * win/tclWinChan.c:hobbs2001-10-151-243/+1071
* * win/tclWinConsole.c:mdejong2001-07-161-2/+1
* * win/tclWinSerial.c (SerialGetOptionProc): corrected reporting ofhobbs2000-09-291-2/+2
* up-port of the stacked channel implementation rewrite in 8.3.2 tohobbs2000-09-281-11/+15
* * win/tclWinSerial.c: cast cleanup [Bug: 5626]hobbs2000-05-221-3/+3
* * win/tclWinSerial.c: adopted patch from Schroedter to handlehobbs1999-11-241-13/+104
* * {win,mac,unix,tools,}/README:hobbs1999-10-051-2/+2
* Applied patch to remove compiler warning.redman1999-08-121-47/+48
* * doc/open.n: Added documentation of \\.\comX notation for openingredman1999-07-221-91/+149
* New windows serial port driver.redman1999-07-071-805/+478
* Resynced with mainline.rjohnson1999-04-211-1/+1
* Merge with 8.1.0 branchredman1999-04-211-32/+10
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+1401