Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -2/+1 |
| | |||||
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | header cleanup | dgp | 2007-09-07 | 1 | -1/+2 |
| | |||||
* | More fixes (mostly getting rid of excess spaces) | dkf | 2005-12-02 | 1 | -198/+234 |
| | |||||
* | * win/tkWinSend.c: Avoid using tcl internal headers and fix to | patthoyts | 2005-10-14 | 1 | -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 COM | davygrvy | 2004-01-15 | 1 | -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 documentation | vincentdarley | 2003-11-20 | 1 | -34/+20 |
| | |||||
* | * win/tcl.m4: Add TIP #150 items to the TEA makefiles. | patthoyts | 2003-10-08 | 1 | -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, "Provide | patthoyts | 2003-09-26 | 1 | -0/+431 |
* win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c: |