Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix AC_DEFINE invocation for NEED_FAKE_RFC2553. | max | 2011-07-28 | 1 | -1/+2 |
| | |||||
* | 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 |
| | | |||||
* | | fix for [Bug 3281728]: Tcl sources from 2011-04-06 do not build on GCC9 (RH9) | 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/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. | hobbs | 2010-08-27 | 1 | -2/+4 |
| | | | | | | | | | | Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. | ||||
| * | * unix/ldAix: remove ancient (pre-4.2) AIX support | hobbs | 2010-08-12 | 1 | -47/+13 |
| | | | | | | | | | | | | | | | | * unix/configure: regen with ac-2.59 * unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TCL_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 |
| | | |||||
| * | Various trivial fixes, discovered during CYGWIN porting attempt. All ↵ | nijtmans | 2010-01-06 | 1 | -38/+59 |
| | | | | | | | | backported from trunk. | ||||
| * | Fix quoting problem | dkf | 2010-01-03 | 1 | -1/+1 |
| | | |||||
| * | [Bug 1636685]: Use the configuration for modern FreeBSD suggested by the | dkf | 2010-01-03 | 1 | -1/+25 |
| | | | | | | | | FreeBSD porter. | ||||
| * | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use | stwo | 2009-11-25 | 1 | -1/+0 |
| | | | | | | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE. | ||||
| * | * 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. | stwo | 2009-04-14 | 1 | -1/+1 |
| | | | | | | | | Regen unix/configure. | ||||
| * | * 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 |
| | | |||||
| * | (SunOS-5.1x): quote CC var to allow make-time override | das | 2008-04-01 | 1 | -5/+1 |
| | | | | | | | | sync with tk/unix/tcl.m4 changes | ||||
| * | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp | andreas_kupries | 2008-04-01 | 1 | -3/+24 |
| | | | | | | | | | | * unix/tcl.m4: rounding setup on solaris x86, native cc), provided * unix/configure: by Michael Schlenker. configure regen'd. | ||||
* | | [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 |
| | | |||||
* | | * doc/socket.n: Document the changes to the [socket] and | rmax | 2010-09-28 | 1 | -31/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [fconfiguyre] commands. * generic/tclInt.h: Introduce TclCreateSocketAddress() as a * generic/tclIOSock.c: replacement for the platform-dependent * unix/tclUnixSock.c: TclpCreateSocketAddress() functions. * unix/tclUnixChan.c: Extend the [socket] and [fconfigure] * unix/tclUnixPort.h: commands to behave as proposed in * win/tclWinSock.c: TIP #162. * win/tclWinPort.h: * compat/fake-rfc2553.c: A compat implementation of the APIs * compat/fake-rfc2553.h: defined in RFC-2553 (getaddrinfo() and friends) on top of the existing gethostbyname() etc. * unix/configure.in: Test whether the fake-implementation is * unix/tcl.m4: needed. * unix/Makefile.in: Add a compile target for fake-rfc2553. * win/configure.in: Allow cross-compilation by default * tests/socket.test: Improve the test suite to make more use of * tests/remote.tcl: randomized ports to reduce interference with tests running in parallel or other services on the machine. | ||||
* | | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. | hobbs | 2010-08-27 | 1 | -2/+4 |
| | | | | | | | | | | Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. | ||||
* | | * unix/ldAix: remove ancient (pre-4.2) AIX support | hobbs | 2010-08-12 | 1 | -51/+12 |
| | | | | | | | | | | | | | | | | * unix/configure: regen with ac-2.59 * unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TCL_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support. | ||||
* | | Flip the defaults for whether to build threaded. Part of TIP #364. | dkf | 2010-04-05 | 1 | -3/+3 |
| | | |||||
* | | Only test for -visibility=hidden with gcc | nijtmans | 2010-03-29 | 1 | -4/+9 |
| | | | | | | | | (Second remark in [Bug 2976508]) | ||||
* | | Split tommath stub lib source file | nijtmans | 2010-03-04 | 1 | -1/+1 |
| | | | | | | | | | | in separate file. Don't use -fvisibility=hidden for cygwin | ||||
* | | [Enh 2959069] Support for -fvisibility=hidden | nijtmans | 2010-03-02 | 1 | -5/+13 |
| | | |||||
* | | Remove unnecessary EXTERN's, which already | nijtmans | 2010-02-22 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | are in the global stub table. Use @EXEEXT@ in stead of @EXT_SUFFIX@ Use -DBUILD_tcl in Makefile for CYGWIN Use EXTERN to control CYGWIN exported symbols Remove some unnecessary type casts. | ||||
* | | Correct compiler/linker flags for threaded builds on OpenBSD. | stwo | 2010-02-19 | 1 | -2/+7 |
| | | |||||
* | | Fix quoting problem | dkf | 2010-01-03 | 1 | -1/+1 |
| | | |||||
* | | Missed a bit | dkf | 2010-01-03 | 1 | -2/+3 |
| | | |||||
* | | [Bug 1636685]: Use the configuration for modern FreeBSD suggested by the | dkf | 2010-01-03 | 1 | -1/+24 |
| | | | | | | | | FreeBSD porter. | ||||
* | | Cygwin: Install libtcl8.6.dll in bin directory | nijtmans | 2009-12-23 | 1 | -38/+45 |
| | | |||||
* | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ↵ | nijtmans | 2009-12-21 | 1 | -0/+14 |
| | | | | | | | | not enabled yet, but at least it is a step in the right direction. | ||||
* | | reverted 2902965 changes that broke static builds on OSX | das | 2009-11-29 | 1 | -2/+2 |
| | | |||||
* | | Fix [Bug 2902965] stub related changes | nijtmans | 2009-11-26 | 1 | -2/+2 |
| | | | | | | | | cause tclkit built to break | ||||
* | | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use | stwo | 2009-11-25 | 1 | -1/+0 |
| | | | | | | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE. | ||||
* | | [Tcl Patch #2883533] tcl.m4 support for Haiku OS | nijtmans | 2009-11-19 | 1 | -1/+11 |
| | | |||||
* | | Revert series of local changes not relevant to the last commit. | andreas_kupries | 2009-07-23 | 1 | -7/+1 |
| | | |||||
* | | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash for | andreas_kupries | 2009-07-23 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | * generic/tclPipe.c (FileForRedirect): getHandleProc == NULL, this is allowed. Provide a nice error message in the bypass area. Updated caller to check the bypass for a mesage. This fixes the bug [Bug 2826248] reported by Andy Sonnenburg <andy22286@users.sourceforge.net> | ||||
* | | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 1 | -2/+3 |
| | | | | | | | | to add _r to CC on AIX with threads. | ||||
* | | fix [tcl-Bug 2502365] Building of head on HPUX is | nijtmans | 2009-02-10 | 1 | -5/+8 |
| | | | | | | | | broken when using the native CC. |