summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * | autoconfdgp2012-04-231-1/+1
| | | |
| | * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-6/+5
| | |\ \ | | | |/
| | * | re-generate configurejan.nijtmans2012-04-021-2/+136
| | |\ \
| | * \ \ Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).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. Use EAGAIN in stead of EWOULDBLOCK, because in VS10+ the value of EWOULDBLOCK is no longer the same as EAGAIN Add tclWinError.c to the CYGWIN build.
| | * \ \ \ Patch from the cygwin folksjan.nijtmans2012-03-041-0/+3
| | |\ \ \ \
| | * \ \ \ \ merge to rcdgp2011-07-281-1/+2
| | |\ \ \ \ \
| | | * | | | | autoconfdgp2011-07-281-1/+2
| | | | | | | |
| | * | | | | | Bump version number to 8.6b2.dgp2011-07-181-1/+1
| | |/ / / / /
| | * | | | | fix for [Bug 3281728]: Tcl sources from 2011-04-06 do not build on GCC9 (RH9)jan.nijtmans2011-04-111-1/+4
| | | | | | |
| | * | | | | Don't use -fvisibility=hidden with static libraries (--disable-shared)jan.nijtmans2011-04-061-6/+1
| | | | | | |
| | * | | | | set default MODULE_SCOPE=extern, in case no other value is determinedjan.nijtmans2011-03-281-0/+22
| | | | | | |
| | * | | | | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-03-161-33/+4
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA.