| Commit message (Expand) | Author | Age | Files | Lines |
* | minor nits, taken over from TEA (tclconfig) | jan.nijtmans | 2011-04-12 | 1 | -7/+5 |
|
|
* | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform necess... | jan.nijtmans | 2011-03-16 | 1 | -33/+4 |
|
|
* | Cross-compile support for Win and UNIX (backported) | nijtmans | 2010-12-13 | 1 | -6/+1 |
|
|
* | Better building on OpenBSD. | stwo | 2010-12-12 | 1 | -13/+33 |
|
|
* | * unix/Makefile.in: add valgrind target | hobbs | 2010-08-27 | 1 | -2/+4 |
|
|
* | * unix/configure: regen with ac-2.59 | hobbs | 2010-08-12 | 1 | -47/+13 |
|
|
* | Correct compiler/linker flags for threaded builds on OpenBSD. | stwo | 2010-02-19 | 1 | -2/+7 |
|
|
* | Trivial CYGWIN fixes (backported from trunk) | nijtmans | 2010-01-06 | 1 | -39/+84 |
|
|
* | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE. | stwo | 2009-11-25 | 1 | -1/+0 |
|
|
* | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 1 | -3/+4 |
|
|
* | Removed -Wno-implicit-int from CFLAGS_WARNING.\nRegen unix/configure. | stwo | 2009-04-14 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). | Kevin B Kenny | 2009-01-22 | 1 | -1/+1 |
|
|
* | Backport of Patch 907924 | Kevin B Kenny | 2009-01-20 | 1 | -3/+8 |
|
|
* | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to | das | 2008-08-13 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. | das | 2008-06-12 | 1 | -24/+39 |
|
|
* | sync with tcl/unix/tcl.m4 changes
| das | 2008-04-01 | 1 | -3/+24 |
|
|
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 1 | -1/+1 |
|
|
* | XIM reorganization and cleanup; see [Patch 1919791] for details. | jenglish | 2008-03-26 | 1 | -4/+0 |
|
|
* | * unix/configure.in: use backspace-quoting instead of double-quoting | das | 2008-03-13 | 1 | -8/+8 |
|
|
* | * macosx/GNUmakefile: fix quoting to allow paths to | das | 2008-03-11 | 1 | -44/+44 |
|
|
* | whitespace & order (sync with tclconfig/tcl.m4) | das | 2007-11-18 | 1 | -7/+8 |
|
|
* | sync with tcl/unix/tcl.m4 | das | 2007-11-16 | 1 | -281/+246 |
|
|
* | sync with tcl/unix/tcl.m4 | das | 2007-11-14 | 1 | -0/+31 |
|
|
* | fix quoting of new FreeBSD SHLIB_LD | das | 2007-09-18 | 1 | -1/+1 |
|
|
* | Use '${CC} -shared' instead of 'ld -Bshareable' to build shared libraries | jenglish | 2007-09-17 | 1 | -12/+6 |
|
|
* | * unix/tcl.m4: replace all direct references to compiler by ${CC} to | das | 2007-09-15 | 1 | -41/+44 |
|
|
* | * 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 |
|
|
* | * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if | das | 2007-02-04 | 1 | -2/+23 |
|
|
* | * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible and | das | 2007-01-25 | 1 | -4/+12 |
|
|
* | * macosx/Wish.xcodeproj/project.pbxproj: remove libtommath defines. | 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 |
|
|
* | * macosx/Wish.xcodeproj/project.pbxproj: remove tclParseExpr.c and | das | 2006-11-10 | 1 | -0/+5 |
|
|
* | * 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/+382 |
|
|
* | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -8/+34 |
|
|
* | cleanup quoting and whitespace | das | 2006-07-20 | 1 | -3/+3 |
|
|
* | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add support | das | 2006-07-20 | 1 | -59/+44 |
|
|
* | sync with tcl | das | 2006-05-27 | 1 | -42/+45 |
|
|
* | sync with tcl HEAD | das | 2006-05-26 | 1 | -1/+1 |
|
|
* | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): fix errors | das | 2006-04-06 | 1 | -2/+0 |
|
|
* | * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions. | hobbs | 2006-03-28 | 1 | -26/+26 |
|
|
* | Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, as per the other *BSD variants | jenglish | 2006-03-08 | 1 | -1/+1 |
|
|
* | * macosx/tkMacOSXDebug.c: add TkMacOSXGetNamedDebugSymbol() function | das | 2006-01-10 | 1 | -202/+292 |
|
|
* | * 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 | -48/+59 |
|
|
* | Fix SHLIB_LD_LIBS for building tclkit on OpenBSD. | patthoyts | 2005-11-06 | 1 | -1/+1 |
|
|