| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
|
| |
| |
| | |
This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
|
|\ \
| |/
| |
| | |
EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64.
|
| |
| |
| |
| | |
EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64.
|
| |
| |
| |
| | |
don't enable command line globbing either by default.
|
|\ \
| | |
| | |
| | | |
don't enable command line globbing either by default.
|
| |/
| |
| |
| | |
don't enable command line globbing either by default. (Accidently cleared execute permission on two files)
|
| |
| |
| |
| |
| | |
Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065].
Both MinGW and MinGW-w64 (32-bit) are affected.
Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway.
|
| |
| |
| |
| | |
Both MinGW and MinGW-w64 (32-bit) are affected.
Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway.
|
|\ \
| |/
| |
| | |
[http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]
|
| |
| |
| |
| | |
[http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
expects a different runtime), so configure shouldn't even try to do this.
(On a dynamic wish.exe this works, this is exactly how wish can run even without X11).
Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers.
|
| |
| |
| |
| | |
non-GNU compilers.
|
|\ \
| |/
| |
| | |
Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead.
Remove some old carbon-leftovers from configure/make (see [3607215]).
|
| |
| |
| |
| | |
Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead.
Add tk.pc
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
(backported from Tk 8.6)
|
|\ \
| |/ |
|
| | |
|
| |
| |
| | |
Remove tkStubLib.o from tk85.dll. On Windows, data cannot be exported from dll's anyway, so it's just dead code. On UNIX, it makes a difference, and it would be a potential incompatibility to remove it.
|
| | |
|
| | |
|
|\ \
| |/
| | |
Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
|
| | |
|
| |
| |
| |
| | |
used in winMain.c/tkAppInit.c
|
| |
| |
| |
| |
| | |
tkAppInit.c/winMain.c.
Remove unneeded use of TEXT() macro, as in tclAppInit.c
|
| |
| |
| | |
Change Tcl_PkgProvideEx() back to Tcl_PkgProvide().
|
| |
| |
| |
| | |
versions in stead.
|
|\ \
| |/
| |
| |
| | |
Cygwin shell.
Improve some comments and quoting, no change in functionality.
|
| |\
| | |
| | |
| | |
| | | |
Cygwin shell.
Improve some comments and quoting, no change in functionality.
|
| | |
| | |
| | |
| | | |
Cygwin shell.
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
everywhere.
Change some internal "length" variables from type int to type size_t, so it could handle bigger string sizes (for "novem")
|
| | |
| | |
| | | |
Convert Tcl_GetStringFromObj to Tcl_GetString when possible.
|
|\ \ \
| |/ /
| | | |
Various Tcl_GetIndexFromObj -> Tcl_GetIndexFromObjStruct changes.
|
| | | |
|
| |\ \
| | |/
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | | |
around other functions, to call the wrapped function directly.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
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.
|
| |\ \
| | |/
| | | |
<p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
|