summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 3135271] Link error due to hidden symbols (CentOS 4.2)nijtmans2010-12-131-0/+5
|
* Better building on OpenBSD.stwo2010-12-121-13/+33
|
* [Patch #3116490] cross-compile support for unixnijtmans2010-12-051-8/+45
|
* re-generate configure with autoconf-2.59nijtmans2010-09-291-4840/+13632
|
* * doc/socket.n: Document the changes to the [socket] and rmax2010-09-281-13341/+4889
| | | | | | | | | | | | | | | | | | | | | | | | | | | [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*.hobbs2010-08-271-1/+1
| | | | | 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 supporthobbs2010-08-121-156/+19
| | | | | | | | * 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.
* Use SC_PROG_TCLSH to set a native tclsh in the Makefile.patthoyts2010-07-111-1/+47
| | | | | | | | When installing the libraries a native tcl interpreter is used to process some files. The makefile uses NATIVE_TCLSH for this. This patch causes us to prefer an installed tclsh over the build product which solves build issues when cross-compiling (provided a native tcl is installed). If there is no native version, just try using the build product.
* * generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-04-301-1/+1
| | | | | | | | | * library/init.tcl: CVS snapshots from earlier snapshots as well * unix/configure.in: as the 8.6b1 and 8.6b2 releases. * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* regenerated with autoconf-2.59nijtmans2010-04-061-4794/+13368
| | | | | [Bug 2982540] configure and install* script files should always have LF
* regenerated with autoconf-2.59nijtmans2010-04-061-12055/+3597
| | | | | [Bug 2982540] configure and install* script files should always have LF
* Regen with autoconf 2.61 (what I have)dkf2010-04-051-6356/+6240
|
* Only test for -visibility=hidden with gccnijtmans2010-03-291-4/+13
| | | | (Second remark in [Bug 2976508])
* Split tommath stub lib source filenijtmans2010-03-041-1/+1
| | | | | in separate file. Don't use -fvisibility=hidden for cygwin
* [Enh 2959069] Support for -fvisibility=hiddennijtmans2010-03-021-4/+61
|
* Remove unnecessary EXTERN's, which alreadynijtmans2010-02-221-6229/+6342
| | | | | | | | 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.stwo2010-02-191-1/+9
|
* regendkf2010-02-161-6314/+6269
|
* * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-6205/+6313
| | | | | | | | | | | | | | | | | | | | * win/tclWinReg.c PDWORD_PTR * win/tclWinThrd.c: Fix various minor gcc warnings. * win/tclWinTime.c * win/tclWinConsole.c Put channel type definitions * win/tclWinChan.c in static const memory * win/tclWinPipe.c * win/tclWinSerial.c * win/tclWinSock.c * generic/tclIOGT.c * generic/tclIORChan.c * generic/tclIORTrans.c * unix/tclUnixChan.c * unix/tclUnixPipe.c * unix/tclUnixSock.c * unix/configure (regenerated with autoconf 2.59) * tests/info.test: Make test independant from tcltest implementation.
* regendkf2010-01-031-1/+1
|
* regendkf2010-01-031-1/+31
|
* regen with autconf 2.61dkf2009-12-281-6273/+6274
|
* Cygwin: Install libtcl8.6.dll in bin directorynijtmans2009-12-231-2/+15
|
* Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ↵nijtmans2009-12-211-1/+16
| | | | not enabled yet, but at least it is a step in the right direction.
* reverted 2902965 changes that broke static builds on OSXdas2009-11-291-2/+2
|
* Fix [Bug 2902965] stub related changesnijtmans2009-11-261-2/+2
| | | | cause tclkit built to break
* [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and usestwo2009-11-251-259/+0
| | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE.
* [Tcl Patch #2883533] tcl.m4 support for Haiku OSnijtmans2009-11-191-1/+78
|
* * unix/Makefile.in: Removed the long outdated and broken targetsdgp2009-10-201-1/+0
| | | | | | | package-* that were for building Solaris packages. Appears that the pieces needed for these targets to function have never been present in the current era of Tcl development and belong completely to Tcl pre-history.
* Revert series of local changes not relevant to the last commit.andreas_kupries2009-07-231-5/+0
|
* * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash forandreas_kupries2009-07-231-0/+6
| | | | | | | | * 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 checkhobbs2009-04-281-2/+3
| | | | to add _r to CC on AIX with threads.
* * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-101-3/+76
| | | | | | | | available; remove /Network locations from default tcl package search path (NFS mounted locations and thus slow). * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
* regendkf2009-03-141-1/+2
|
* fix [tcl-Bug 2502365] Building of head on HPUX isnijtmans2009-02-101-5/+8
| | | | broken when using the native CC.
* * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).Kevin B Kenny2009-01-221-1/+1
| | | | * unix/configure: Autoconf 2.59
* Patch 907924Kevin B Kenny2009-01-201-4/+13
|
* * generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguishdgp2009-01-161-1/+1
| | | | | | | | * library/init.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases * unix/configure.in: and to deal with the fact that the HEAD of * win/configure.in: init.tcl will not [source] in Tcl 8.6b1 . * unix/configure: autoconf-2.59
* fix [tcl-Bug 2502365] Building of head onnijtmans2009-01-131-1/+1
| | | | HPUX is broken when using the native CC
* autoconf-2.59das2009-01-031-5/+0
|
* autoconf-2.59das2009-01-031-6273/+6314
|
* regendkf2009-01-021-6296/+6280
|
* * unix/configure: autoconf-2.59das2008-12-211-3/+18
|
* * unix/Makefile.in: make package install directory of bundleddas2008-12-201-1/+11
| | | | | | | | | | | | | * unix/configure.in packages configurable via PACKAGE_DIR makefile variable (set to platform-specific default). * unix/Makefile.in (*-packages): ensure toplevel targets fail if sub-make/configure fails; fix quoting when builddir path contains spaces. * macosx/GNUmakefile: add install-packages to install targets. * unix/configure: autoconf-2.59
* regen with autoconf-2.59dgp2008-12-191-6258/+6294
| | | | (why dkf just did another regen I don't understand)
* regen (with autoconf 2.61, since that's what I've got...)dkf2008-12-191-6302/+6264
|
* * README: Bump version number to 8.6b1dgp2008-12-191-6255/+6293
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* regendkf2008-12-181-1/+1
|
* regendkf2008-12-181-6305/+6276
|
* * unix/Makefile.in: Add build support for collections of TEAdgp2008-12-171-6248/+6293
| | | | | | | * unix/configure.in: packages found under the pkgs directory. [Patch 1163406]. Still needs porting to Windows. * unix/configure: autoconf-2.59