Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Updated for OpenBSD and regenerated the configure script | patthoyts | 2005-03-15 | 1 | -15/+39 | |
| | | | ||||||
| | * | * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined | hobbs | 2005-02-10 | 1 | -54/+16 | |
| | | | | | | | | | | | | | | | | | | * unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 * unix/configure: branches in SC_CONFIG_CFLAGS. Correct gcc builds for AIX-4+ and HP-UX-11. | |||||
| | * | correct autoconf generation for sol64-gcc support | hobbs | 2005-01-29 | 1 | -4/+4 | |
| | | | ||||||
| | * | * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build | hobbs | 2005-01-28 | 1 | -5/+70 | |
| | | | | | | | | | | | | support. [Bug 1021871] | |||||
| | * | * macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to show | das | 2005-01-25 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | console at startup instead of directly calling [console show]. * unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc instead of linking to static library earlier in search path. [Tcl Bug 956908] Removed obsolete references to Rhapsody. * unix/configure: autoconf-2.13 | |||||
| | * | 2004-11-18 Reinhard Max <max@suse.de> | rmax | 2004-11-18 | 1 | -9/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of * unix/configure.in: patch #996085, that introduces * unix/Makefile.in: --enable-man-suffix. * unix/installManPage: added * unix/mkLinks: removed | |||||
| | * | * unix/configure: | das | 2004-07-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var. | |||||
| | * | * unix/tcl.m4: fixed Darwin autoconf breakage caused by | das | 2004-07-20 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | recent CFLAGS reordering. * unix/configure: regen | |||||
| | * | * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their | hobbs | 2004-07-19 | 1 | -93/+107 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/configure.in, unix/configure: _DEFAULT to allow for env setting to override m4 switches. Consolidate header checks to limit redundancy in configure. (CFLAGS_WARNING): Remove -Wconversion, add -fno-strict-aliasing for gcc builds (need to suppress 3.x type puning warnings). (SC_ENABLE_THREADS): Set m4 to force threaded build when built against a threaded Tcl core. Reorder configure.in for better 64-bit build configuration, replacing EXTRA_CFLAGS with CFLAGS. [Bug #874058] | |||||
| | * | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on | dgp | 2004-03-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.13 | |||||
| | * | update HP-11 build libs setup | hobbs | 2004-02-13 | 1 | -1/+8 | |
| | | | ||||||
| | * | improve AIX --enable-64bit handling | hobbs | 2003-11-12 | 1 | -37/+37 | |
| | | | ||||||
| | * | * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so | dgp | 2003-10-06 | 1 | -2/+20 | |
| | | | | | | | | | | | | | | | | | | that alpha and beta releases of Tcl are not favored. [Bug 608698] * unix/configure: autoconf (2.13) | |||||
| | * | Added note to make it clear that frameworks are an OSX feature [Bug 619440] | dkf | 2003-09-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | minor nits, taken over from TEA (tclconfig) | jan.nijtmans | 2011-04-12 | 1 | -7/+5 | |
|\ \ \ | |/ / | ||||||
| * | | minor nits, taken over from TEA (tclconfig) | jan.nijtmans | 2011-04-12 | 1 | -7/+5 | |
| | | | ||||||
* | | | sync with Tcl version of tcl.m4 | jan.nijtmans | 2011-04-11 | 1 | -2/+5 | |
| | | | ||||||
* | | | Don't use -fvisibility=hidden with static libraries (--disable-shared) | jan.nijtmans | 2011-04-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | set default MODULE_SCOPE=extern, in case no other value is determined | jan.nijtmans | 2011-03-28 | 1 | -1/+8 | |
| | | | ||||||
* | | | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵ | jan.nijtmans | 2011-03-16 | 1 | -33/+4 | |
|\ \ \ | |/ / | | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA. | |||||
| * | | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵ | jan.nijtmans | 2011-03-16 | 1 | -33/+4 | |
| | | | | | | | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA. | |||||
| * | | 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, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. | |||||
| * | | * unix/configure: regen with ac-2.59 | hobbs | 2010-08-12 | 1 | -47/+13 | |
| | | | | | | | | | | | | | | | | | | | | | * unix/configure.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support. | |||||
| * | | 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 | |
| | | | | | | | | | | | | to add _r to CC on AIX with threads. | |||||
| * | | 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 | |
| | | | | | | | | | | | | * unix/configure: Autoconf 2.59 | |||||
| * | | 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 | |
| | | | | | | | | | | | | libX11.so et al. | |||||
| * | | * 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 | |
| | | | ||||||
* | | | [Bug 3135271] Link error due to hidden symbols (CentOS 4.2) | nijtmans | 2010-12-13 | 1 | -0/+1 | |
| | | | ||||||
* | | | Better building on OpenBSD. | stwo | 2010-12-12 | 1 | -13/+33 | |
| | | | ||||||
* | | | [Patch #3116490] cross-compile support for unix | nijtmans | 2010-12-05 | 1 | -6/+1 | |
| | | | ||||||
* | | | re-generate configure with autoconf-2.59 | nijtmans | 2010-09-29 | 1 | -31/+19 | |
| | | | ||||||
* | | | * unix/Makefile.in: add valgrind target | hobbs | 2010-08-27 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. | |||||
* | | | * unix/configure: regen with ac-2.59 | hobbs | 2010-08-12 | 1 | -51/+12 | |
| | | | | | | | | | | | | | | | | | | | | | * unix/configure.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support. | |||||
* | | | regenerated with autoconf-2.59 | nijtmans | 2010-04-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | [Bug 2982540] configure and install* script files should always have LF | |||||
* | | | Only test for -visibility=hidden with gcc | nijtmans | 2010-03-29 | 1 | -4/+9 | |
| | | | | | | | | | | | | (Second remark in [Bug 2976508]) | |||||
* | | | Don't use -fvisibility=hidden for cygwin. | nijtmans | 2010-03-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | Make tkTestWinProcs const | |||||
* | | | [Enh 2959069] Support for -fvisibility=hidden | nijtmans | 2010-03-02 | 1 | -5/+13 | |
| | | | ||||||
* | | | Use @EXEEXT@ in stead of @EXT_SUFFIX@ | nijtmans | 2010-02-22 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | Use -DBUILD_tk in Makefile Make internal Tk_ObjCustomOption const | |||||
* | | | Correct compiler/linker flags for threaded builds on OpenBSD. | stwo | 2010-02-19 | 1 | -2/+7 | |
| | | | ||||||
* | | | Sync tcl.m4 and configure with Tcl version | nijtmans | 2010-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | Regenerate configure script with autoconf-2.59 | |||||
* | | | [Tcl Bug 1636685]: Use the configuration for modern FreeBSD suggested by the | dkf | 2010-01-03 | 1 | -1/+25 | |
| | | | | | | | | | | | | FreeBSD porter. | |||||
* | | | Use EXE_SUFFIX for Cygwin, and | nijtmans | 2009-12-23 | 1 | -38/+59 | |
| | | | | | | | | | | | | install libtk8.6.dll in bin directory |