| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -2/+2 |
|
|
* | Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types li... | jan.nijtmans | 2015-12-21 | 1 | -1/+1 |
|
|
* | Simplify NativeIsComPort() implementation: native paths never end in ':', and... | jan.nijtmans | 2014-11-13 | 1 | -20/+12 |
|
|
* | Better errormessage when file path contains invalid characters. | jan.nijtmans | 2014-11-03 | 1 | -0/+5 |
|\ |
|
| * | Better errormessage when file path contains invalid characters. See: [03414f5... | jan.nijtmans | 2014-11-03 | 1 | -0/+5 |
|
|
* | | Added comments raising questions about possible updates to channel | dgp | 2014-03-21 | 1 | -0/+4 |
|
|
* | | Do not reopen a win serial channel for serial detection. There are issues wit... | oehhar | 2014-02-25 | 1 | -2/+101 |
|\ \
| |/ |
|
| * | Changed position of flag evaluation as proposed by Phil Hoffmanbug_2413550 | oehhar | 2014-02-11 | 1 | -18/+18 |
|
|
| * | win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ch... | oehhar | 2014-01-30 | 1 | -2/+149 |
|
|
* | | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -23/+6 |
|\ \
| |/ |
|
| * | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -23/+6 |
|
|
| * | and don't forget the % | jan.nijtmans | 2012-07-08 | 1 | -1/+1 |
|
|
| * | add TCL_I_MODIFIER and use it in the correct places | jan.nijtmans | 2012-07-08 | 1 | -1/+1 |
|
|
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -2/+2 |
| |\ |
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
|
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -9/+8 |
|
|
| | * | ifdef protections to permit builds with mingw on amd64 systems. | jan.nijtmans | 2011-03-11 | 1 | -6/+10 |
|
|
* | | | Fixes to my previous commit, from Francois Vogel. (My thanks and apologies!) | dkf | 2012-08-05 | 1 | -1/+1 |
|
|
* | | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -7/+9 |
|
|
* | | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -0/+2 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -3/+3 |
|
|
* | | | MSVC 6 does not have the %I modifier in sprintf | jan.nijtmans | 2011-03-07 | 1 | -1/+1 |
|
|
* | | | 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 |
|
|
| | * | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -2/+2 |
|
|
| | * | * win/tclWinChan.c: [Bug 819667] Improve logic for identifying COM | hobbs | 2006-08-30 | 1 | -51/+52 |
|
|
| | * | bug #1225957 | Kevin B Kenny | 2005-06-23 | 1 | -113/+100 |
|
|
| | * | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -73/+41 |
|
|
| | * | * win/tclWinChan.c (FileCloseProc): Invoke | mdejong | 2005-01-19 | 1 | -1/+20 |
|
|
| | * | * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, | mdejong | 2004-06-21 | 1 | -7/+35 |
|
|
| * | | fix gcc warnings: unused variable 'registration' | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
| * | | * win/tclWin32Dll.c: #ifdef protections to permit builds with | dgp | 2010-09-08 | 1 | -8/+11 |
|
|
| * | | installData.tcl: Make sure that copyDir only receives normalized paths. | nijtmans | 2010-05-21 | 1 | -6/+6 |
|
|
| * | | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -2/+2 |
|
|
* | | | Fix various gcc-4.5.2 64-bit warning messages, | nijtmans | 2011-01-25 | 1 | -3/+3 |
|
|
* | | | fix gcc warnings: unused variable 'registration' | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
* | | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx | nijtmans | 2010-09-13 | 1 | -3/+3 |
|
|
* | | | * win/tclWinChan.c: #ifdef protections to permit builds with | dgp | 2010-09-08 | 1 | -8/+11 |
|
|
* | | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 1 | -2/+2 |
|
|
* | | | don't cast away "const" without reason. | nijtmans | 2010-03-16 | 1 | -2/+2 |
|
|
* | | | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -3/+3 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -6/+6 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -4/+4 |
|
|
* | | | * win/tclWinChan.c: Fix minor compiler warnings when | nijtmans | 2008-10-14 | 1 | -2/+2 |
|
|
* | | | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -2/+2 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -20/+19 |
|/ / |
|
* | | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 1 | -6/+8 |
|
|
* | | * win/tclWinChan.c [Bug 819667] Improve logic for identifying COM | hobbs | 2006-08-30 | 1 | -51/+52 |
|
|
* | | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 1 | -2/+2 |
|
|