| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
FossilOrigin-Name: b51b115f0e59f7d4653df8e95581c3d9f2f78acd
|
|
|
|
|
|
|
|
| |
formatting,
etc.)
FossilOrigin-Name: 3354fd63452f0b436d3a487f1e1f0fecf750cee1
|
|
|
| |
FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
|
|
|
| |
FossilOrigin-Name: 6373cd0cf2deb3038f42488bf9ad272b2d9aed9e
|
|
|
|
|
|
|
| |
* doc/*.3: `make html` so we can get the release
* doc/*.n: out the door.
FossilOrigin-Name: 4fe4274467a1800529131c86ff155c4c0b03db8a
|
|
|
| |
FossilOrigin-Name: 719dc3b1128c165488999004be06a1432d8e6286
|
|
|
|
|
|
| |
fix bug #1627732
FossilOrigin-Name: 3cb10b476b00b2ffc8694865919f758e722cfde4
|
|
|
| |
FossilOrigin-Name: 326b9e3fd240a8960af85c80d3897b18871d42a5
|
|
|
| |
FossilOrigin-Name: 21e74dc17aeb9f48f2a53bcf395d591eedf42bba
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: 1120dc4257448ed1955333e682de48e2940cc741
|
|
|
| |
FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
|
|
FossilOrigin-Name: 8922a99ffbe6bf4c9a879291efacef5ce9caa2aa
|