summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* regen w. autoconf 2.59dkf2007-11-151-231/+513
|
* autoconf-2.59das2007-11-151-7/+4
|
* autoconf-2.59das2007-11-141-2/+2
|
* Added autoconf goo to detect availability of getaddrinfopatthoyts2007-11-131-0/+165
|
* autoconf-2.59das2007-11-111-6109/+6076
|
* * unix/configure: autoconf 2.61Miguel Sofer2007-11-101-6067/+6172
|
* * generic/tcl.h: Bump version number to 8.5b2.1 to distinguishdgp2007-10-301-1/+1
| | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5b2 * unix/configure.in: release. * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* * README: Bump version number to 8.5b2.dgp2007-10-261-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:
* * compat/tmpnam.c (removed): The routine tmpnam() is no longerdgp2007-10-181-2/+1
| | | | | | | | | * unix/Makefile.in: called by Tcl source code. Remove autogoo * unix/configure.in: the supplied a replacement version on * win/tcl.dsp: systems where the routine was not available. [RFE 1811848]. * unix/configure: autoconf-2.59
* * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-111-3/+1
| | | | | | | | | | | | | | | | | | * tests/string.test: to report correct failindex values for non-decimal integer strings. [Bug 1805887]. * compat/strtoll.c (removed): The routines strtoll() and strtoull() * compat/strtoull.c (removed): are no longer called by the Tcl source * generic/tcl.h: code. (Their functionality has been replaced * unix/Makefile.in: by TclParseNumber().) Remove outdated comments * unix/configure.in: and mountains of configury autogoo that * unix/tclUnixPort.h: allegedly support the mythical systems where * win/Makefile.in: these routines might not have been available. * win/makefile.bc: * win/makefile.vc: * win/tclWinPort.h: * unix/configure: autoconf-2.59
* * generic/tcl.h: Bump version number to 8.5b1.1 to distinguishdgp2007-10-021-1/+1
| | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5b1 * unix/configure.in: release. * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* * README: Bump version number to 8.5b1dgp2007-09-191-1/+1
| | | | | | | | | * generic/tcl.h: Merge from core-stabilizer-branch. * library/init.tcl: Stabilizing toward 8.5b1 release now done * tools/tcl.wse.in: on the HEAD. core-stabilizer-branch is * unix/configure.in: now suspended. * unix/tcl.spec: * win/configure.in:
* autoconf-2.59das2007-09-181-153/+297
|