summaryrefslogtreecommitdiffstats
path: root/win/tkWinSendCom.c
Commit message (Expand)AuthorAgeFilesLines
* Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-1/+1
* -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-1/+1
* (c) -> ©jan.nijtmans2020-12-091-1/+1
* Merge 8.6. Fix some more -Wshadow warningsjan.nijtmans2020-10-061-2/+2
|\
| * Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-241-26/+41
| * Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w...jan.nijtmans2019-09-241-3/+3
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-19/+34
* | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made possi...jan.nijtmans2019-09-251-2/+1
* | Merge trunkjan.nijtmans2019-09-091-4/+4
|\ \
| * | More removals of "register" keyword.jan.nijtmans2019-08-161-1/+1
| |/
* | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(...jan.nijtmans2019-06-101-5/+6
|/
* On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since T...jan.nijtmans2017-05-051-5/+20
* Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-50/+52
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-2/+1
|\
* \ Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
* | Add <wchar.h> to tkWinPort.h, andnijtmans2010-04-081-3/+3
* | fix more gcc warnings: missing initializernijtmans2010-01-221-3/+3
* | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-5/+5
|/
* merge stable branch onto HEADdgp2007-12-131-1/+1
* header cleanupdgp2007-09-071-1/+2
* More fixes (mostly getting rid of excess spaces)dkf2005-12-021-198/+234
* * win/tkWinSend.c: Avoid using tcl internal headers and fix topatthoyts2005-10-141-7/+1
* * win/tkWinSendCom.c: Placed the requirement for the special COMdavygrvy2004-01-151-1/+7
* winSend cleanup and bug fix -- these files need better documentationvincentdarley2003-11-201-34/+20
* * win/tcl.m4: Add TIP #150 items to the TEA makefiles.patthoyts2003-10-081-50/+61
* * win/makefile.vc: Implementation of TIP #150, "Providepatthoyts2003-09-261-0/+431