summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-081-104/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | old unix systems that need inclusion in all compilation units are supported. Update autogoo for gettimeofday(). Thanks Joe English.
| * | | | | | | | | | | | | | | | | [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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Better detection and implementation for cpuid instruction on Intel-derived ↵jan.nijtmans2012-05-021-4/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | processors, both 32-bit and 64-bit
* | | | | | | | | | | | | | | | | | | | Bump to version 8.5.18.dgp2015-02-051-1/+1
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Bump to 8.5.17dgp2014-10-101-1/+1
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Better pic flag for OpenBSD.stwo2014-09-161-1/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵jan.nijtmans2014-09-011-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk.
* | | | | | | | | | | | | | | | | | | Bump to 8.5.16 for release.dgp2014-07-231-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Make Cygwin's "configure" work from another directory than /unix. (Not ↵jan.nijtmans2014-05-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | everything works this way!)
* | | | | | | | | | | | | | | | | | Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like ↵jan.nijtmans2014-03-311-1/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | info via pkg-config. Add missing @TCL_LIB_FLAG@ (derived from ticket [5bcb5026ad])
* | | | | | | | | | | | | | | | | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0jan.nijtmans2014-03-201-13/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Proposed fix for [2f7cbd01c3].bug_2f7cbd01c3jan.nijtmans2014-03-201-14/+10
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | sync tcl.m4 with Tk versionjan.nijtmans2014-01-251-0/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Cygwin: Instead of checking whether the win32 part is configured properly, ↵jan.nijtmans2013-11-191-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library)
* | | | | | | | | | | | | | | Bump to 8.5.15 for release.dgp2013-08-291-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Move test for pthread_atfork inside SC_ENABLE_THREADSjan.nijtmans2013-07-251-103/+2
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Add "testfork" test command. Not used in any test-case yetjan.nijtmans2013-07-231-102/+102
| | | | | | | | | | | | |
* | | | | | | | | | | | | OpenBSD/m88k is now elf. Remove unneeded elf check.stwo2013-07-071-39/+4
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian ↵jan.nijtmans2013-07-021-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Griffin.
* | | | | | | | | | | merge 8.4dgp2013-06-031-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | last-moment fix for FreeBSD from Pietro Ceruttijan.nijtmans2013-06-031-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-61/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | Pietro Cerutti
| * | | | | | | | | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-457/+342
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pietro Cerutti.
| * | | | | | | | | | Update dde to version 1.3.3. jan.nijtmans2013-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14)
| * | | | | | | | | | Regenerate configure with autoconf-2.13. Mostly repairs line numbers.dgp2013-03-121-344/+363
| | | | | | | | | | |
* | | | | | | | | | | Release branch for Tcl 8.5.14.dgp2013-03-211-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-121-16/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | they have in Debian.
| * | | | | | | | | re-generate configurejan.nijtmans2013-03-121-56/+1
| | | | | | | | | |
| * | | | | | | | | Backport various improvements from Tcl 8.5jan.nijtmans2013-02-121-8/+8
| | | | | | | | | |
* | | | | | | | | | autoconf-2.59dgp2012-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
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-281-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-281-1/+1
| | | | | | | | |
* | | | | | | | | mergejan.nijtmans2012-06-271-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | fix bug in cygwin's [info nameofexecutable]jan.nijtmans2012-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | install dde and registry dll for cygwin
* | | | | | | | | merge fixjan.nijtmans2012-06-261-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | fix some gcc 64-bit warningsjan.nijtmans2012-06-261-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | | quoting improvements eliminate unused variable
| * | | | | | fix some gcc 64-bit warningsjan.nijtmans2012-06-261-6/+6
| | | | | | | | | | | | | | | | | | | | | quoting improvements
* | | | | | | some wrong versionsjan.nijtmans2012-06-241-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-231-0/+10
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-231-381/+368
| | | | |
* | | | | Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-081-104/+3
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-081-128/+92
| | | |
* | | | 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/+9
|\ \ \ | |/ / | | | | | | processors, both 32-bit and 64-bit
| * | Better detection and implementation for cpuid instruction on Intel-derived ↵jan.nijtmans2012-05-021-5/+9
| |\ \ | | |/ | | | | | | processors, both 32-bit and 64-bit
| | *-. [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-0/+70
| | |\ \ | |_|_|/ |/| | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin