| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.5 (rename internal TCL_I_MODIFIER -> TCL_Z_MODIFIER) | jan.nijtmans | 2020-10-22 | 1 | -1/+1 |
|\ |
|
| * | (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. | jan.nijtmans | 2020-10-22 | 1 | -2/+2 |
|
|
* | | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -7/+7 |
|
|
* | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|
|
* | | Fix [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes | jan.nijtmans | 2020-05-13 | 1 | -5/+5 |
|
|
* | | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ... | jan.nijtmans | 2020-03-04 | 1 | -2/+16 |
|
|
* | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 1 | -4/+4 |
|
|
* | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 1 | -5/+5 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
|\ \ |
|
* | | | code review, robustness increase, avoid infinite wait by exit, thread exit an... | sebres | 2017-04-11 | 1 | -109/+15 |
|
|
* | | | the same handling to initialize thread without suspend/resume helpers (otherw... | sebres | 2017-04-05 | 1 | -3/+3 |
|
|
* | | | small review: rewritten using already available event handles, additionally p... | sebres | 2017-04-05 | 1 | -18/+16 |
|
|
* | | | Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8c... | sebres | 2017-04-05 | 1 | -3/+38 |
|/ / |
|
* | | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 1 | -1/+1 |
|
|
* | | Do not reopen a win serial channel for serial detection. There are issues wit... | oehhar | 2014-02-25 | 1 | -10/+15 |
|\ \
| |/ |
|
| * | Do not reopen a win serial channel for serial detection. There are issues wit... | oehhar | 2014-02-24 | 1 | -10/+15 |
| |\ |
|
| | * | win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ch... | oehhar | 2014-01-30 | 1 | -10/+15 |
| |/ |
|
* | | 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 |
|/ / |
|