| Commit message (Expand) | Author | Age | Files | Lines |
* | TclWinConvertError -> Tcl_WinConvertError | jan.nijtmans | 2021-03-09 | 1 | -12/+12 |
|
|
* | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto... | jan.nijtmans | 2021-01-08 | 1 | -8/+8 |
|
|
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-03-22 | 1 | -3/+3 |
|\ |
|
| * | Even more uppercase HEX representations in source-code | jan.nijtmans | 2020-03-22 | 1 | -3/+3 |
|
|
| * | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ... | jan.nijtmans | 2020-03-04 | 1 | -2/+16 |
|
|
* | | TCL_UNUSED for win sources. | dgp | 2020-03-09 | 1 | -9/+4 |
|
|
* | | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 1 | -5/+17 |
|\ \ |
|
| * | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek... | jan.nijtmans | 2020-01-31 | 1 | -4/+10 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2020-01-30 | 1 | -1/+8 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-12-23 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Workaround for [ce3b9f2b04]: compilation errors with clang (windows msys2) | jan.nijtmans | 2019-12-23 | 1 | -3/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ... | jan.nijtmans | 2019-09-19 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 1 | -5/+5 |
|
|
* | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -4/+9 |
|\ \ \
| |/ / |
|
* | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -13/+13 |
|/ / |
|
* | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway... | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
|
|
* | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -3/+3 |
|
|
* | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W... | jan.nijtmans | 2018-09-13 | 1 | -5/+5 |
|
|
* | | merge trunk | jan.nijtmans | 2017-06-12 | 1 | -64/+81 |
|\ \ |
|
| * | | Make trunk compile on MSVC (problem was: warning C4554: '&' : check operator ... | fvogel | 2017-04-29 | 1 | -1/+1 |
|
|
| * | | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ... | dkf | 2017-04-27 | 1 | -64/+81 |
| |\ \
| | |/ |
|
* | | | merge trunk | jan.nijtmans | 2017-04-12 | 1 | -1/+1 |
|/ / |
|
* | | 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 Hoffman | 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 |
|
|