summaryrefslogtreecommitdiffstats
path: root/win/tkWinSendCom.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | | | | | | | remove some earlier CYGWIN-related hacks which then are no longer necessary.
* | fix more gcc warnings: missing initializernijtmans2010-01-221-3/+3
| | | | | | | | | | | | | | Eliminate use of __argc and __argv for CYGWIN Make cygwin configuration error into a warning: CYGWIN compilation works although there still are test failures.
* | 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.h: correctly link on all types of build (was * win/tkWinSendCom.c: broken in static,msvcrt builds).
* * win/tkWinSendCom.c: Placed the requirement for the special COMdavygrvy2004-01-151-1/+7
| | | | | | | | | | libraries into the object file itself with #paragma comment (lib, ...) when built with VC++. This will simplify linking for users of the static library. uuid.lib is required for VC5.2, but is implicit with VC6. * win/makefile.vc: Removed 'ole32.lib oleaut32.lib uuid.lib' from $(baselibs).
* 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/configure: * win/Makefile.in: * win/tkWinSend.c: Clean up some warnings from gcc -Wall. * win/tkWinSendCom.c:
* * win/makefile.vc: Implementation of TIP #150, "Providepatthoyts2003-09-261-0/+431
* win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c: