summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number to 8.6.1.dgp2013-08-301-1/+1
|
* Move test for pthread_atfork inside SC_ENABLE_THREADSjan.nijtmans2013-07-261-1/+0
|\
| * Move test for pthread_atfork inside SC_ENABLE_THREADSjan.nijtmans2013-07-251-1/+0
| |
* | Add "testfork" test command. Not used in any test-case yetjan.nijtmans2013-07-231-1/+1
|\ \ | |/
| * Add "testfork" test command. Not used in any test-case yetjan.nijtmans2013-07-231-1/+1
| |
| * Release branch for Tcl 8.5.14.dgp2013-03-211-1/+1
| |
| * Release branch for Tcl 8.5.13.dgp2012-11-051-1/+1
| |
| * Installer improvements, like [226a993973].stwo2012-08-071-2/+2
| |
| * Release candidate branch for Tcl 8.5.12.dgp2012-07-101-1/+1
| |
* | No longer link Cygwin executables with zlib1.dll, but with cygz.dll. jan.nijtmans2013-05-071-5/+1
| | | | | | On Cygwin64 this doesn't work, and on Cygwin32 it was a bad idea anyway.
* | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests.jenglish2013-03-011-4/+9
| |
* | Create Tcl 8.6.0 release branchdgp2012-11-081-1/+1
| |
* | Safer stale config fix for review.bug_3555001dgp2012-09-131-1/+4
| |
* | merge trunkdgp2012-08-081-8/+8
|\ \
| * | Installer consistency tweaks.stwo2012-08-061-2/+2
| | |
| * | sync with TEA, fix some commentsjan.nijtmans2012-07-251-6/+6
| | |
* | | Release candidate branch for Tcl 8.6b3.dgp2012-07-111-1/+1
|/ /
* | only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-281-1/+3
|\ \ | |/
* | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less ↵jan.nijtmans2012-06-261-3/+4
| | | | | | | | dependencies on cygwin-specific dll's)
* | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-081-6/+3
|\ \ | |/ | | | | old unix systems that need inclusion in all compilation units are supported. Update autogoo for gettimeofday(). Thanks Joe English.
| * Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-081-6/+3
| |\
| | * Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-081-7/+2
| | |
* | | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ↵ferrieux2012-05-101-0/+5
| | | | | | | | | | | | ./configure, to avoid stale configuration.
* | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-1/+1
|\ \ \ | |/ /
| * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-1/+1
| |\ \ | | |/
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-1/+1
| | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows
* | | Better detection and implementation for cpuid instruction on Intel-derived ↵jan.nijtmans2012-05-021-4/+8
|\ \ \ | |/ / | | | | | | processors, both 32-bit and 64-bit
| * | Better detection and implementation for cpuid instruction on Intel-derived ↵jan.nijtmans2012-05-021-4/+8
| |\ \ | | |/ | | | | | | processors, both 32-bit and 64-bit
| | * Better detection and implementation for cpuid instruction on Intel-derived ↵jan.nijtmans2012-05-021-4/+8
| | |\ | |_|/ |/| | | | | processors, both 32-bit and 64-bit
| | |
| \ \
*-. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-0/+14
|\ \ \ \ | | |/ / | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-0/+14
| | |\ \ | |/ / / | | | _ | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-0/+14
| | |\ | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | | * tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-061-0/+0
| | |/ | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin
* | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-4/+6
|\ \ \ | |/ / | | | (autoconf still to be run!)
| * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-5/+7
| |\ \ | | |/ | | | (autoconf still to be run!)
| | * now ready for further field testsbug_3511806jan.nijtmans2012-03-291-8/+8
| | |
| | * some better checksjan.nijtmans2012-03-281-0/+2
| | |
| * | Release candidate branch for Tcl 8.5.11.dgp2011-10-201-1/+1
| | |
| * | Fix TCL_STACK_GROWS_UP for gcc 4.6max2011-06-301-2/+4
| | |
| * | Release candidate branch for Tcl 8.5.10.dgp2011-05-261-1/+1
| | |
| * | [Bug 3205320]: stack space detection defeated by inliningjan.nijtmans2011-03-101-3/+5
| | |
* | | Bump version number to 8.6b2.dgp2011-07-181-1/+1
| | |
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ / | | | cause more harm than good. Purged them (except in zlib files).
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/ | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * * unix/Makefile.in: ensure Makefile shell is /bin/bash fordas2008-08-131-1/+4
| | | | | | | | | | | | | | | * unix/configure.in (SunOS): DTrace-enabled build on Solaris. (followup to 2008-06-12) [Bug 2016584]
| | * * unix/configure.in: fix static DTrace-enabled build on Solaris.das2008-06-121-1/+10
| | |
| | * * README: Bump version number to 8.4.19dgp2008-04-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | * *** 8.4.18 TAGGED FOR RELEASE ***core_8_4_18dgp2008-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-3/+3
| | | | | | | | | | | | | | | | | | non-framework builds. * unix/configure: autoconf-2.13