| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ \ \
| | |/ /
| | | |
| | | | |
fails, in stead of simply abort()
|
| | | |
| | | |
| | | |
| | | | |
fails, in stead of simply abort()
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | |/ /
| | | |
| | | | |
when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
any more, it might hurt when we compile Tk 8.x
against Tcl 8.y with y > x, because new deprecated constructs might be
added in higher Tcl versions (except for Tk 8.6, for now, because there
is no higher 8.x yet)
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Don't use deprecated "case" any more.
Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case.
Disallow Tk 8.6.x to be loaded in any Tcl 8.6 alpha/beta release.
|
| |\ \ \
| | |/ /
| | | |
| | | | |
Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case.
Disallow Tk 8.5.x to be loaded in any Tcl 8.5 alpha release.
|
| | | |
| | | |
| | | | |
Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
around other functions, to call the wrapped function directly.
|
|\ \ \ \
| | | | |
| | | | | |
Now all key-bindings for Control-a,b,e,f,n,p (and its shift variant) respect tk_strictMotif.
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Now all key-bindings for Control-a,b,e,f,n,p (and its shift variant) respect tk_strictMotif.
|
| |/ / / /
|/| | | | |
|
| |\ \ \ \
|/ / / / /
| | | | |
| | | | | |
what the Tcl_InitStubs does), so there is no need to test both.
|
| |/ / /
| | | |
| | | |
| | | | |
what the Tcl_InitStubs does), so there is no need to test boths
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Tcl_GlobalEvalObj functions.
Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths.
|
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| |\ \ \ \ \
| | | | |/ /
| | |_|_| /
| |/| | |
| | | | |
| | | | |
| | | | | |
Tcl_GlobalEvalObj functions.
Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths.
Remove unused TCLPATCHL, it should be ".0" for all final releases.
Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_
|
| | | |/ |
|
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Tcl_GlobalEvalObj functions.
Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths.
Remove unused TCLPATCHL, it should be ".0" for all final releases.
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
error message,
but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us
to remove Tcl_SetResult() in Tcl 9.0, eventually. More structural improvements, taken
over from Tcl 8.6's tclOOStubLib.c/tclTomMathStubLib.c and from Tk 8.6's tclStubLib.c
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
error message,
but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us
to remove Tcl_SetResult() in Tcl 9.0, eventually. More structural improvements, taken
over from Tcl 8.6's tclOOStubLib.c/tclTomMathStubLib.c and from Tk 8.6's tclStubLib.c
|
| | |
| | |
| | | |
No longer use Tcl_SetResult() for setting the error message, but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us to remove Tcl_SetResult() in Tcl 9.0, eventually
|
|\ \ \ |
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \
| | |/ /
| |/| | |
|
| | | | |
|
| | |\ \
| |_|/ /
|/| | | |
|
| | | | |
|
| | |\ \
| |_|/ /
|/| | | |
|
| | | | |
|
| | |\ \
| |_|/ /
|/| | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently).
|
| |\ \ \
| | | |/
| | |/|
| | | | |
than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently).
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
than leaving it to the vagaries of the system library (buggy on some versions
of MinGW apparently).
|
| | | |\
| |_|_|/
|/| | | |
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | |/ / |
|
| | | | |
|