summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* | regendkf2008-12-141-6/+12
| |
* | regen/fix blundersdkf2008-12-121-13/+80
| |
* | regendkf2008-12-111-6124/+6376
| |
* | autoconf-2.59das2008-12-011-6141/+6124
| |
* | regendkf2008-11-291-6141/+6157
| |
* | Use -O2 as gcc optimization compiler flag, and getnijtmans2008-11-121-3/+7
| | | | | | | | rid of -Wno-implicit-int for UNIX
* | fix missing "-Wl," prefix in HP-UX buildnijtmans2008-10-171-1/+1
| |
* | fix missing "-Wl," prefix in HP-UX buildnijtmans2008-10-171-1/+1
| |
* | * README: Bump version number to 8.6a4dgp2008-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | * unix/tclUnixChan.c: fix minor compiler warningnijtmans2008-10-081-8/+9
| | | | | | | | | | * unix/tcl.m4: fix for bug [2073255] * unix/configure: regenerated
* | * README: Bump version number to 8.6a3dgp2008-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | autoconf-2.59das2008-08-131-383/+5
| |
* | * README: Bump version number to 8.6a2dgp2008-08-121-6222/+6232
| | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-6300/+6221
| |
* | * README: Bump version number to 8.6a1dgp2008-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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: