Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with Tcl version of tcl.m4 | jan.nijtmans | 2013-08-11 | 1 | -0/+5 |
| | |||||
* | Don't hardcode "tclWinError.o" for Cygwin. | jan.nijtmans | 2013-07-26 | 1 | -1/+2 |
| | |||||
* | sync with Tcl version | jan.nijtmans | 2013-07-26 | 1 | -2/+3 |
|\ | |||||
| * | sync with Tcl version. | jan.nijtmans | 2013-07-26 | 1 | -1/+1 |
| | | |||||
* | | Use X11/Xlib.h for checking where X11 can be found in stead of ↵ | jan.nijtmans | 2013-07-07 | 1 | -10/+10 |
|\ \ | |/ | | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig) | ||||
| * | Use X11/Xlib.h for checking where X11 can be found in stead of ↵ | jan.nijtmans | 2013-07-07 | 1 | -10/+10 |
| | | | | | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig) | ||||
| * | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 1 | -45/+10 |
| | | |||||
* | | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 1 | -45/+10 |
| | | |||||
* | | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵ | jan.nijtmans | 2013-07-02 | 1 | -1/+1 |
|\ \ | |/ | | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin. | ||||
| * | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵ | jan.nijtmans | 2013-07-02 | 1 | -1/+1 |
| | | | | | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin. | ||||
* | | manually revert changes caused by different autoconf versions | jan.nijtmans | 2013-06-27 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | manually revert changes caused by different autoconf versions. | jan.nijtmans | 2013-06-27 | 1 | -6/+6 |
| | | |||||
* | | fix installation on MacOSX | jan.nijtmans | 2013-06-27 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | fix installation on MacOSX | jan.nijtmans | 2013-06-27 | 1 | -7/+7 |
| | | |||||
* | | Static Cygwin wish.exe cannot link with win32's static libtk86.a (because it ↵ | jan.nijtmans | 2013-06-14 | 1 | -6/+7 |
|\ \ | |/ | | | | | | | | | 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. | ||||
| * | Static Cygwin wish.exe cannot link with win32's static libtk85.a (because it ↵ | jan.nijtmans | 2013-06-14 | 1 | -6/+7 |
| | | | | | | | | | | 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) | ||||
* | | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 1 | -99/+34 |
|\ \ | |/ | | | | | 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]). | ||||
| * | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 1 | -26/+29 |
| | | | | | | | | 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 | ||||
* | | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. | jan.nijtmans | 2013-06-04 | 1 | -20/+12 |
| | | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti | ||||
* | | merge 8.5 | dgp | 2013-06-03 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | merge 8.4 | dgp | 2013-06-03 | 1 | -8/+8 |
| |\ | |||||
| | * | last-moment fix for FreeBSD from Pietro Cerutti | jan.nijtmans | 2013-06-03 | 1 | -2/+2 |
| | | | |||||
* | | | Disable XInitThreads() call until we have a better test for it. | jan.nijtmans | 2013-05-24 | 1 | -8/+10 |
| | | | |||||
* | | | Fix for [3613668] by not calling XInitThreads when either 1) Tcl is compiled ↵ | jan.nijtmans | 2013-05-23 | 1 | -0/+71 |
|\ \ \ | | | | | | | | | | | | | | | | | without threads 2) X11 library is too old. A more direct test would be more desirable, but for now this should be fine. | ||||
| * | | | Only call XInitThreads() when we have a very new X11 library. Checked by ↵ | jan.nijtmans | 2013-05-22 | 1 | -0/+71 |
| | | | | | | | | | | | | | | | | looking whether XKeycodeToKeysym() is deprecated, which also happend in some very new X11 version. | ||||
* | | | | Fix for FreeBSD, and remove support for old FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -61/+3 |
|\ \ \ \ | |/ / / |/| / / | |/ / | Pietro Cerutti | ||||
| * | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -67/+9 |
| |\ \ | | |/ | | | | | | | Pietro Cerutti | ||||
| | * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -252/+156 |
| | | | | | | | | | | | | Pietro Cerutti | ||||
| | * | sync with Tcl's upgrade of dde/reg packages | jan.nijtmans | 2013-05-01 | 1 | -1/+1 |
| | | | |||||
| * | | merge release to 8.5; revert features not included in release | dgp | 2013-04-03 | 1 | -23/+8 |
| | | | |||||
| * | | Easier solution, with proper protection and configure warnings. | jan.nijtmans | 2013-03-28 | 1 | -0/+6 |
| | | | |||||
| * | | merge trunk | dgp | 2013-03-22 | 1 | -231/+376 |
| |\ \ | |||||
| * | | | Set of changes that permits Tk 8.5.14 to build against the released | dgp | 2012-12-10 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | header files of Tcl 8.6.0. Developed and tested only on linux so far. A step in the saga to decouple Tcl and Tk releases. | ||||
* | | | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 1 | -16/+1 |
|\ \ \ \ | | |/ / | |/| | | | | | | they have in Debian. | ||||
| * | | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 1 | -16/+1 |
| |\ \ \ | | | |/ | | |/| | | | | | they have in Debian. | ||||
| | * | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 1 | -56/+1 |
| | | | | | | | | | | | | | | | | they have in Debian. | ||||
| | * | | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 1 | -7/+7 |
| | | | | |||||
| * | | | Bug [3599928]: Use XkbKeycodeToKeysym if available. | stwo | 2013-01-31 | 1 | -0/+157 |
| | | | | |||||
| * | | | Bug [3602534]: Test for XScreensaver last. | stwo | 2013-01-31 | 1 | -215/+218 |
| | |/ | |/| | |||||
| * | | Release branch for Tk 8.5.13. | dgp | 2012-11-05 | 1 | -7/+7 |
| | | | |||||
| * | | Test for XftFontOpen in Xft library, not FT_New_Face | jan.nijtmans | 2012-09-25 | 1 | -13/+14 |
| | | | |||||
| * | | review remarks, see mail. | jan.nijtmans | 2012-09-12 | 1 | -4376/+7005 |
| | | | |||||
| * | | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -7036/+4394 |
| | | | |||||
| * | | Installer improvements, like [a3b936f0a1]. | stwo | 2012-08-07 | 1 | -14/+14 |
| | | | |||||
| * | | Release candidate branch for Tk 8.5.12. | dgp | 2012-07-10 | 1 | -7/+7 |
| | | | |||||
* | | | Bug [3599928]: Use XkbKeycodeToKeysym if available. | stwo | 2013-01-31 | 1 | -0/+157 |
| | | | |||||
* | | | Bug [3602534]: Test for XScreensaver last. | stwo | 2013-01-31 | 1 | -215/+218 |
| | | | |||||
* | | | Create Tk 8.6.0 release branch | dgp | 2012-11-08 | 1 | -1/+1 |
| | | | |||||
* | | | merge trunk | dgp | 2012-09-13 | 1 | -0/+15 |
|\ \ \ | |||||
| * | | | Building Tk 8.6 requires Tcl 8.6 headers. | dgp | 2012-09-13 | 1 | -0/+15 |
| | | | |