summaryrefslogtreecommitdiffstats
path: root/win/tkWinSendCom.h
Commit message (Collapse)AuthorAgeFilesLines
* Move scrollbar sanity checks from platform-code to generic. Fix indenting in ↵jan.nijtmans2024-06-171-3/+3
| | | | win/* files
* (c) -> ©jan.nijtmans2020-12-091-1/+1
|
* Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-3/+3
| | | ** WORK IN PROGRESS **
* Purge RCS Keywords.dgp2011-06-081-2/+0
|
* More fixes (mostly getting rid of excess spaces)dkf2005-12-021-16/+17
|
* * win/tkWinSend.c: Avoid using tcl internal headers and fix topatthoyts2005-10-141-4/+8
| | | | | * win/tkWinSendCom.h: correctly link on all types of build (was * win/tkWinSendCom.c: broken in static,msvcrt builds).
* * win/makefile.vc: Implementation of TIP #150, "Providepatthoyts2003-09-261-0/+58
* win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c: