summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | 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
* | | | | | | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-2/+85
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| * | | | | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| * | | | | | make some more internal tables constjan.nijtmans2012-04-231-340/+347
| | | | | | | | | | | | | | | | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib
* | | | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-6/+5
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-293/+297
| | | | | |
| * | | | | now ready for further field testsbug_3511806jan.nijtmans2012-03-291-304/+344
| | | | | |
| * | | | | some better checksjan.nijtmans2012-03-281-130/+132
| | | | | |
| * | | | | extra checks whether we are really dealing with cygwin or notjan.nijtmans2012-03-281-350/+384
| | | | | |
| * | | | | add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-221-353/+351
| | | | | |
* | | | | | re-generate configurejan.nijtmans2012-04-011-2/+136
| |_|_|_|/ |/| | | |
* | | | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01)jan.nijtmans2012-03-231-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Add tclWinError.c to the CYGWIN build.
* | | | Patch from the cygwin folksjan.nijtmans2012-03-041-0/+3
|\ \ \ \ | |/ / /
| * | | Patch from the cygwin folksjan.nijtmans2012-03-041-350/+353
| | | |
| * | | Add --disable-rpath option to configure scriptjan.nijtmans2011-09-061-501/+529
| | | |
| * | | Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵jan.nijtmans2011-08-301-431/+465
| | | | | | | | | | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
| * | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-388/+399
| | | |
| * | | SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.jan.nijtmans2011-03-161-8/+8
| | | | | | | | | | | | | | | | | | | | Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. Backported from Tcl 8.5
| * | | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-281-355/+356
| | | | | | | | | | | | | | | | to add _r to CC on AIX with threads.
| * | | Regen unix/configurestwo2009-04-141-1/+1
| | | |
| * | | autoconf-2.13das2008-08-131-1/+5
| | | |
| * | | autoconf-2.13das2008-06-121-307/+308
| | | |
| * | | * unix/configure: autoconf-2.13das2008-06-121-348/+354
| | | |
| * | | * README: Bump version number to 8.4.19dgp2008-04-111-10/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release.
| * | | * unix/configure: autoconf-2.13das2008-03-271-29/+10
| | | |
| * | | *** 8.4.18 TAGGED FOR RELEASE ***core_8_4_18dgp2008-02-061-10/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release.
| * | | * unix/configure.in (Darwin): correct Info.plist year substitution indas2008-02-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | non-framework builds. * unix/configure: autoconf-2.13
| * | | autoconf-2.13das2007-11-091-28/+9
| | | |
| * | | * README: Bump version number to 8.4.17dgp2007-10-021-10/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * | | * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld'das2007-09-151-307/+312
| | | | | | | | | | | | | | | | | | | | in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.13
| * | | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-468/+579
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclCompile.h: tracing of proc and command entry & * generic/tclBasic.c: return, bytecode execution, object * generic/tclExecute.c: allocation and more; with essentially * generic/tclInt.h: zero cost when tracing is inactive; * generic/tclObj.c: enable with --enable-dtrace configure * generic/tclProc.c: arg (disabled by default, will only * unix/Makefile.in: enable if DTrace is present). * unix/configure.in: [Patch 1793984] * macosx/Makefile: enable DTrace support. * unix/configure: autoconf-2.13
| * | | * unix/Makefile.in: add support for compile flags specific todas2007-08-071-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object files linked directly into executables. * unix/configure.in (Darwin): only use -seg1addr flag when prebinding; use -mdynamic-no-pic flag for object files linked directly into exes; support overriding TCL_PACKAGE_PATH in environment. * unix/configure: autoconf-2.13
| * | | * unix/configure.in (Darwin): add plist for tclsh; link thedas2007-06-061-342/+332
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/Makefile.in (Darwin): Tcl and tclsh plists into their * macosx/Tclsh-Info.plist.in (new): binaries in all cases. * unix/tcl.m4 (Darwin): fix CF checks in fat 32&64bit builds. * unix/configure: autoconf-2.13