summaryrefslogtreecommitdiffstats
path: root/win/tkWinSend.c
Commit message (Collapse)AuthorAgeFilesLines
* Assorted minor cleanups.dkf2007-09-081-28/+30
| | | FossilOrigin-Name: 2a5cff56d4709ff5cc546122512d6375136e11a2
* header cleanupdgp2007-09-071-1/+2
| | | FossilOrigin-Name: 04ffea40ef0b3c0cad59a3e1576275019f29e913
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-15/+17
| | | FossilOrigin-Name: 07047209ee3fabf64df75844ccc749416e247cd7
* ANSIficationdkf2005-12-021-296/+367
| | | FossilOrigin-Name: 1be88f1039a57d37b1f4567340d02ca39ddb3575
* * win/tkWinSend.c: Avoid using tcl internal headers and fix topatthoyts2005-10-141-6/+5
| | | | | | | * win/tkWinSendCom.h: correctly link on all types of build (was * win/tkWinSendCom.c: broken in static,msvcrt builds). FossilOrigin-Name: 90f7ea14b3d19d794d13fa33abb3dc9682139ede
* temp patch to restore HEAD builddgp2005-09-301-1/+2
| | | FossilOrigin-Name: 2898b4a117cdbcc93a247fc60156900373f0c5b3
* * win/tkWinSend.c: Removed some misleading comments (bug #846134)patthoyts2003-12-161-10/+22
| | | | | | and disabled the send package until bug #858822 is resolved. FossilOrigin-Name: 897f91e41b3fc35babf33a9244b141b8a7ac4e43
* winSend cleanup and bug fix -- these files need better documentationvincentdarley2003-11-201-73/+68
| | | FossilOrigin-Name: ea139e1e50b60de89fe8f69012d42b14466bff2b
* Fixed an error in returning the name actually registered for 'send'.patthoyts2003-11-081-4/+5
| | | FossilOrigin-Name: 38b166e0dc9d8f2c88b2d690b51abe1c033fe2ba
* * win/tcl.m4: Add TIP #150 items to the TEA makefiles.patthoyts2003-10-081-13/+13
| | | | | | | | | | * win/configure: * win/Makefile.in: * win/tkWinSend.c: Clean up some warnings from gcc -Wall. * win/tkWinSendCom.c: FossilOrigin-Name: 34f9ee5a119c768702a1ab36c15e9a018580f3c7
* * win/makefile.vc: Implementation of TIP #150, "Providepatthoyts2003-09-261-3/+871
| | | | | | | | * win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c: FossilOrigin-Name: 0ac88e3771844bf1cbca4a2f9343139667dd4d43
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | updating Tk to use Tcl 8.4's fully CONST-ified interface, and fully CONSTifying Tk at the same time. This patch includes purging Tk of its last direct access to interp->result. [Bug 589853] The substantial changes include copying event sequence strings into Tcl_DStrings in tkBind.c, and copying [text] indices into Tcl_DStrings because parsing them involved overwriting them. If this causes performance trouble, that can be resolved by further converting them to Tcl_Obj's. The #defines USE_NON_CONST and USE_COMPAT_CONST have the same effect for Tk as they do for Tcl. (They actually change tcl.h) FossilOrigin-Name: 5603f01aa35a127f83db9bb68f3b1ff9e5bb64de
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Initial revisionrjohnson1998-04-011-0/+86
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4