| Commit message (Expand) | Author | Age | Files | Lines |
* | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -1/+1 |
|
|
* | link cygwin wish with tk84.dll | jan.nijtmans | 2012-06-27 | 1 | -1/+1 |
|
|
* | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 1 | -6/+6 |
|
|
* | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3 | jan.nijtmans | 2012-06-22 | 1 | -0/+6 |
|
|
* | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 1 | -6/+15 |
|
|
* | sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6 | jan.nijtmans | 2012-04-11 | 1 | -0/+1 |
|
|
* | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -0/+0 |
|
|
* | implementation ready for further field-testsbug_3511806 | jan.nijtmans | 2012-03-29 | 1 | -5/+34 |
|
|
* | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+3 |
|
|
* | Add --disable-rpath option to configure script | jan.nijtmans | 2011-09-06 | 1 | -25/+44 |
|
|
* | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform necess... | jan.nijtmans | 2011-08-30 | 1 | -88/+70 |
|
|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -148/+202 |
|
|
* | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 1 | -2/+3 |
|
|
* | Removed -Wno-implicit-int from CFLAGS_WARNING. | stwo | 2009-04-14 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to | das | 2008-08-13 | 1 | -1/+1 |
|
|
* | duh, fix missing 'fi', thanks aku! | das | 2008-06-12 | 1 | -1/+2 |
|
|
* | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. | das | 2008-06-12 | 1 | -14/+30 |
|
|
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 1 | -1/+1 |
|
|
* | sync with tcl/unix/tcl.m4 | das | 2007-11-09 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' | das | 2007-09-15 | 1 | -1/+6 |
|
|
* | * unix/configure.in (Darwin): link the Tk and Wish plists into their | das | 2007-06-06 | 1 | -9/+14 |
|
|
* | * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code from | das | 2007-03-07 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch. | hobbs | 2007-02-19 | 1 | -1/+5 |
|
|
* | renamed SC_COMMANDS_PRE to SC_CONFIG_COMMANDS_PRE for parity with AC 2.5x | das | 2007-01-26 | 1 | -3/+3 |
|
|
* | previous commit omitted some changes from the HEAD | das | 2007-01-25 | 1 | -3/+2 |
|
|
* | comment typo | das | 2007-01-25 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible | das | 2007-01-25 | 1 | -1/+28 |
|
|
* | * unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861] | das | 2007-01-19 | 1 | -0/+7 |
|
|
* | * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -arch | das | 2006-12-19 | 1 | -5/+23 |
|
|
* | * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558] | das | 2006-11-26 | 1 | -1/+12 |
|
|
* | * generic/tkConsole.c: TIP #268 update regarding registered package | andreas_kupries | 2006-09-22 | 1 | -0/+1 |
|
|
* | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgr | das | 2006-09-10 | 1 | -0/+364 |
|
|
* | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -8/+33 |
|
|
* | cleanup quoting and whitespace | das | 2006-07-20 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add support | das | 2006-07-20 | 1 | -48/+35 |
|
|
* | sync with tcl | das | 2006-05-27 | 1 | -38/+39 |
|
|
* | sync 2006-05-24 change to tcl HEAD | das | 2006-05-26 | 1 | -1/+1 |
|
|
* | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): fix errors | das | 2006-04-06 | 1 | -1/+0 |
|
|
* | []-quote ac_defun functions | hobbs | 2006-03-02 | 1 | -24/+24 |
|
|
* | * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library | patthoyts | 2006-03-02 | 1 | -1/+1 |
|
|
* | * macosx/tkMacOSXDraw.c: re-added inclusion of tclInt.h to allow access | das | 2006-01-10 | 1 | -189/+287 |
|
|
* | * unix/tcl.m4, unix/configure: Fix sh quoting error reported in | hobbs | 2005-12-12 | 1 | -2/+2 |
|
|
* | * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset. | das | 2005-12-01 | 1 | -3/+2 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -56/+86 |
|
|
* | Added LIBS to fix issue building tclkit on OpenBSD | patthoyts | 2005-11-06 | 1 | -1/+1 |
|
|
* | * unix/Makefile.in: Subst TCLSH_PROG and | mdejong | 2005-07-25 | 1 | -0/+73 |
|
|
* | sync'ed to Tcl's tcl.m4 | hobbs | 2005-07-21 | 1 | -40/+8 |
|
|
* | *** 8.4.11 TAGGED FOR RELEASE *** | das | 2005-06-18 | 1 | -1/+1 |
|
|
* | * macosx/Makefile: | das | 2005-05-24 | 1 | -2/+1 |
|
|
* | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 1 | -2/+30 |
|
|