summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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:
* * unix/configure: autoconf-2.59das2008-06-121-18/+52
|
* autoconf-2.59das2008-04-011-9/+1
|
* Regen'dandreas_kupries2008-04-011-2/+177
|
* * README: Bump version number to 8.6a0dgp2008-04-011-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * macosx/Tcl-Common.xcconfig: * macosx/Tcl.pbproj/default.pbxuser: * macosx/Tcl.pbproj/project.pbxproj: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README: * win/configure.in: * win/makefile.bc: * win/tcl.m4: * unix/configure: autoconf-2.59 * win/configure: * generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tcl: creation so that "tclStubsPtr" is not present * unix/Makefile.in: in libtcl.so, but is present only in libtclstub.a. This tightens up the rules for users of the stubs interfaces. [Bug 1819422] * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * generic/tclPlatDecls.h: * generic/tclTomMathDecls.h:
* autoconf-2.59das2008-03-301-6192/+6179
|
* * generic/tclInt.h (TclIsNaN):Kevin B Kenny2008-03-301-6157/+6239
| | | | | | | | | * unix/configure.in: Added code to the configurator to check for a standard isnan() macro and use it if one is found. This change avoids bugs where the test of ((d) != (d)) is optimized away by an overaggressive compiler. [Bug 1783544] * unix/configure: autoconf-2.61
* * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2dgp2008-03-281-1/+1
| | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * unix/configure: autoconf-2.59das2008-03-271-1/+1
|
* * unix/configure.in: use backspace-quoting instead of double-quotingdas2008-03-131-10/+10
| | | | | * unix/tcl.m4: for lib paths in tclConfig.sh [Bug 1913622]. * unix/configure: autoconf-2.59
* * unix/configure: autoconf-2.59das2008-03-111-19/+19
|
* Define socklen_t as "int" if missing, not "unsigned".jenglish2008-02-261-12/+39
| | | | | | (accept(2) et. al. traditionally took "int *" before POSIX invented socklen_t) Use AC_TRY_COMPILE instead of AC_EGREP_HEADER for socklen_t test. Regenerated configure script.
* * generic/tcl.h: Bump version number to 8.5.2b1 to distinguishdgp2008-02-131-1/+1
| | | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5.1 and * unix/configure.in: 8.5.2 releases. * unix/tcl.spec: * win/configure.in: * README * unix/configure: autoconf (2.59) * win/configure:
* *** 8.5.1 TAGGED FOR RELEASE ***dgp2008-02-041-1/+1
| | | | | | | | | | | | * generic/tcl.h: Bump to 8.5.1 for release. * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * unix/configure.in (Darwin): correct Info.plist year substitution indas2008-02-021-2/+2
| | | | | | non-framework builds. * unix/configure: autoconf-2.59
* * generic/tcl.h: Bump version number to 8.5.1b1 to distinguishdgp2008-01-021-1/+1
| | | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5.0 and * unix/configure.in: 8.5.1 releases. * unix/tcl.spec: * win/configure.in: * README * unix/configure: autoconf (2.59) * win/configure:
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* * README: Bump version number to 8.5b3.dgp2007-11-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:
* autoconf-2.59das2007-11-181-17/+17
|