| Commit message (Expand) | Author | Age | Files | Lines |
* | Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max. | jan.nijtmans | 2013-11-16 | 1 | -2/+2 |
|
|
* | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 1 | -2/+0 |
|\ |
|
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 1 | -2/+0 |
|
|
| * | 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 |
|
|
* | | Don't use deprecated function | jan.nijtmans | 2012-11-16 | 1 | -1/+1 |
|
|
* | | fix two minor blunders, introduced by [1fb35ca910] | jan.nijtmans | 2012-08-06 | 1 | -2/+2 |
|
|
* | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -81/+62 |
|
|
* | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22). | jan.nijtmans | 2012-03-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
| |\ |
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -3/+1 |
|
|
* | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 1 | -3/+1 |
|\ \ \
| |/ / |
|
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 1 | -3/+1 |
|
|
* | | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -13/+52 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -9/+9 |
|
|
* | | | 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/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): | hobbs | 2008-01-14 | 1 | -3/+4 |
|
|
| | * | win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708] | hobbs | 2005-10-05 | 1 | -424/+429 |
|
|
| | * | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -15/+72 |
|
|
| | * | * win/tclWinSerial.c (SerialCloseProc): correct mem leak on | hobbs | 2003-05-11 | 1 | -1/+3 |
|
|
| * | | Various CYGWIN-related fixes | nijtmans | 2010-01-31 | 1 | -10/+8 |
|
|
* | | | Fix various gcc-4.5.2 64-bit warning messages, | nijtmans | 2011-01-25 | 1 | -2/+2 |
|
|
* | | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx | nijtmans | 2010-09-13 | 1 | -4/+4 |
|
|
* | | | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-11 | 1 | -2/+2 |
|
|
* | | | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -2/+2 |
|
|
* | | | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 1 | -10/+8 |
|
|
* | | | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -3/+3 |
|
|
* | | | 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 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -12/+12 |
|/ / |
|
* | | * win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): | hobbs | 2008-01-14 | 1 | -3/+4 |
|
|
* | | Replaced commas in varargs with string concatenation where possible [Patch 15... | Kevin B Kenny | 2007-04-20 | 1 | -5/+5 |
|
|
* | | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 1 | -2/+3 |
|
|
* | | Cleanup and ANSIfy | dkf | 2005-10-31 | 1 | -154/+176 |
|
|
* | | win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708] | hobbs | 2005-10-05 | 1 | -24/+34 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -330/+359 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -15/+72 |
|
|
* | | * win/tclWinSerial.c (SerialErrorStr): Fixed a syntax error | patthoyts | 2003-08-19 | 1 | -2/+2 |
|
|
* | | Style guide police | dkf | 2003-08-19 | 1 | -1093/+1144 |
|
|
* | | * win/tclWinSerial.c (SerialCloseProc): correct mem leak on | hobbs | 2003-05-11 | 1 | -1/+3 |
|/ |
|
* | * win/tclWinSerial.c (SerialOutputProc): add casts for | hobbs | 2003-01-16 | 1 | -4/+4 |
|
|
* | * win/tclWin32Dll.c (squelch_warnings): Squelch | mdejong | 2003-01-16 | 1 | -12/+14 |
|
|
* | * win/tclWinConsole.c: | davygrvy | 2002-11-26 | 1 | -41/+85 |
|
|
* | * generic/tclEvent.c (TclInExit, TclInThreadExit): | mdejong | 2002-11-07 | 1 | -4/+4 |
|
|
* | Made variable static. | dkf | 2002-07-19 | 1 | -2/+6 |
|
|
* | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). | dgp | 2002-01-25 | 1 | -2/+2 |
|
|