Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 2 | -2/+2 |
| | |||||
* | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 |
| | |||||
* | Add missing __stdcall (which crashes on win32) | jan.nijtmans | 2014-02-04 | 1 | -1/+2 |
| | |||||
* | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows ↵ | jan.nijtmans | 2014-02-04 | 1 | -9/+20 |
| | | | | version reported for Windows 8.1 | ||||
* | Some bit of Windows 8.1 compatibility: See ↵ | jan.nijtmans | 2013-11-20 | 4 | -12/+34 |
| | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] | ||||
* | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-04 | 5 | -9/+15 |
| | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
* | Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵ | jan.nijtmans | 2013-10-02 | 1 | -15/+15 |
| | | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64. | ||||
* | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 ↵ | jan.nijtmans | 2013-10-01 | 1 | -0/+4 |
| | | | | don't enable command line globbing either by default. | ||||
* | Cherrypick [132bf978f2] from trunk: | jan.nijtmans | 2013-09-27 | 2 | -82/+2 |
| | | | | | 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. | ||||
* | workaround for mingw bug ↵ | jan.nijtmans | 2013-09-23 | 2 | -6/+84 |
| | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724] | ||||
* | Bump to 8.5.15 for release. | dgp | 2013-08-30 | 2 | -2/+2 |
| | |||||
* | Fix [3588364] (hopefully) | jan.nijtmans | 2013-06-28 | 1 | -3/+3 |
| | |||||
* | Don't use deprecated stricmp/strnicmp any more, but underscored variant for ↵ | jan.nijtmans | 2013-06-14 | 1 | -2/+2 |
| | | | | non-GNU compilers. | ||||
* | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 1 | -0/+14 |
| | | | | 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 | ||||
* | some code cleanup, remove structure which is no longer used. | jan.nijtmans | 2013-06-07 | 1 | -26/+9 |
| | |||||
* | Fix [1913750]: tk_chooseDirectory -initialdir internationalization problem. ↵ | jan.nijtmans | 2013-06-07 | 1 | -737/+182 |
| | | | | (backported from Tk 8.6) | ||||
* | [Bug 3568760]: Tk documentation fails to build | jan.nijtmans | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | Remove unused variable. | jan.nijtmans | 2013-04-03 | 3 | -3/+0 |
| | | | 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. | ||||
* | merge release to 8.5; revert features not included in release | dgp | 2013-04-03 | 5 | -42/+5 |
| | |||||
* | Easier solution, with proper protection and configure warnings. | jan.nijtmans | 2013-03-28 | 2 | -0/+10 |
| | |||||
* | Same change as [9bc120ced2] for UNIX, but for Windows as well. | jan.nijtmans | 2013-03-27 | 5 | -3/+30 |
| | |||||
* | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 2 | -19/+31 |
|\ | | | | | | | | | Cygwin shell. Improve some comments and quoting, no change in functionality. | ||||
| * | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 2 | -46/+58 |
| | | | | | | | | Cygwin shell. | ||||
| * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 2 | -136/+351 |
| | | |||||
* | | remove duplicate code | jan.nijtmans | 2013-01-24 | 1 | -5/+0 |
| | | |||||
* | | Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ↵ | jan.nijtmans | 2013-01-16 | 1 | -1/+1 |
|\ \ | |/ | | | | | 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 compile Tk with -DTCL_NO_DEPRECATED by default | jan.nijtmans | 2013-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | 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) | ||||
* | | More flexible search for win32 tclConfig.sh, backported from TEA. | jan.nijtmans | 2013-01-14 | 2 | -67/+285 |
| | | |||||
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 3 | -7/+5 |
|\ \ | |/ | | | | | | | | | | | 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_ | ||||
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 3 | -9/+8 |
| | | | | | | | | | | | | 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. | ||||
* | | [Bug 3585396]: winDialog.test requires user interaction. | jan.nijtmans | 2012-11-13 | 1 | -32/+47 |
|\ \ | |/ | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style. | ||||
| * | [Bug 3585396]: winDialog.test requires user interaction. | jan.nijtmans | 2012-11-13 | 1 | -59/+80 |
| | | | | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style. | ||||
* | | merge 8.5 | dgp | 2012-11-09 | 1 | -2/+2 |
|\ \ | |||||
| * | | Avoid setting TK_LIBRARY to a relative pathname. | dgp | 2012-11-09 | 1 | -2/+2 |
| | | | |||||
* | | | Release branch for Tk 8.5.13. | dgp | 2012-11-05 | 2 | -2/+2 |
|/ / | |||||
* | | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 2 | -7/+8 |
|\ \ | |/ | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal | ||||
| * | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 1 | -4/+5 |
| | | |||||
* | | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar ↵ | jan.nijtmans | 2012-10-23 | 2 | -22/+5 |
| | | | | | | | | metrics handling from trunk | ||||
* | | Compile win32 binaries with -DTCL_NO_DEPRECATED | jan.nijtmans | 2012-09-26 | 1 | -11/+22 |
|\ \ | |/ | |||||
| * | Compile win32 binaries with -DTCL_NO_DEPRECATED | jan.nijtmans | 2012-09-26 | 1 | -9/+15 |
| | | |||||
* | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵ | jan.nijtmans | 2012-08-17 | 1 | -4/+6 |
|\ \ | |/ | | | | | version numbers. | ||||
| * | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵ | jan.nijtmans | 2012-08-17 | 1 | -4/+6 |
| | | | | | | | | version numbers. | ||||
* | | Backport some more improvements from Tcl 8.6 | jan.nijtmans | 2012-08-15 | 1 | -62/+127 |
| | | |||||
* | | Only build the threaded builds by default. | jan.nijtmans | 2012-08-15 | 2 | -70/+88 |
| | | | | | | Backport some improvements from Tcl 8.6 | ||||
* | | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension | jan.nijtmans | 2012-07-31 | 1 | -87/+58 |
|\ \ | |/ | |||||
| * | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension | jan.nijtmans | 2012-07-31 | 1 | -60/+267 |
| | | |||||
* | | merge 8.5 | dgp | 2012-07-24 | 2 | -7/+7 |
|\ \ | |||||
| * \ | autoconf-2.59 | jan.nijtmans | 2012-07-19 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| * | | better formatting of "configure --help" | jan.nijtmans | 2012-07-18 | 1 | -4/+4 |
| | | | |||||
* | | | merge 8.5 | dgp | 2012-07-17 | 1 | -4/+3 |
|\ \ \ | |/ / |