| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
FossilOrigin-Name: 2a5cff56d4709ff5cc546122512d6375136e11a2
|
|
|
| |
FossilOrigin-Name: 04ffea40ef0b3c0cad59a3e1576275019f29e913
|
|
|
| |
FossilOrigin-Name: 07047209ee3fabf64df75844ccc749416e247cd7
|
|
|
| |
FossilOrigin-Name: 1be88f1039a57d37b1f4567340d02ca39ddb3575
|
|
|
|
|
|
|
| |
* win/tkWinSendCom.h: correctly link on all types of build (was
* win/tkWinSendCom.c: broken in static,msvcrt builds).
FossilOrigin-Name: 90f7ea14b3d19d794d13fa33abb3dc9682139ede
|
|
|
| |
FossilOrigin-Name: 2898b4a117cdbcc93a247fc60156900373f0c5b3
|
|
|
|
|
|
| |
and disabled the send package until bug #858822 is resolved.
FossilOrigin-Name: 897f91e41b3fc35babf33a9244b141b8a7ac4e43
|
|
|
| |
FossilOrigin-Name: ea139e1e50b60de89fe8f69012d42b14466bff2b
|
|
|
| |
FossilOrigin-Name: 38b166e0dc9d8f2c88b2d690b51abe1c033fe2ba
|
|
|
|
|
|
|
|
|
|
| |
* win/configure:
* win/Makefile.in:
* win/tkWinSend.c: Clean up some warnings from gcc -Wall.
* win/tkWinSendCom.c:
FossilOrigin-Name: 34f9ee5a119c768702a1ab36c15e9a018580f3c7
|
|
|
|
|
|
|
|
| |
* win/tkWinSend.c: 'send' command for Windows"
* win/tkWinSendCom.h:
* win/tkWinSendCom.c:
FossilOrigin-Name: 0ac88e3771844bf1cbca4a2f9343139667dd4d43
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
|
|
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4
|