summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6.5littledgp2016-04-201-7/+1
|\
| * Bump to 8.6.5dgp2016-01-281-1/+1
| |
| * Remove use of HAVE_USLEEP. It isn't use anywhere any morejan.nijtmans2015-10-251-6/+0
| |\
| | * Remove use of HAVE_USLEEP. It isn't use anywhere any more.jan.nijtmans2015-10-251-6/+0
| | |
* | | Fork of Tcl used in the "Little" project.dgp2016-04-191-0/+31
|/ / | | | | http://www.mcvoy.com/lm/little/index.html
* | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵jan.nijtmans2015-07-231-0/+6
|\ \ | |/ | | | | forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix.
| * Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵jan.nijtmans2015-07-231-0/+6
| |\ | | | | | | | | | forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix.
| | * First attempt at implementing the necessary auto-magic for usleep.Joe Mistachkin2015-05-181-0/+6
| |/ |/|
| * Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-6/+6
| | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| * Bump to version 8.5.18.dgp2015-02-051-1/+1
| |
| * Bump to 8.5.17dgp2014-10-101-1/+1
| |
| * Bump to 8.5.16 for release.dgp2014-07-231-1/+1
| |
| * Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like ↵jan.nijtmans2014-03-311-0/+1
| | | | | | | | | | info via pkg-config. Add missing @TCL_LIB_FLAG@ (derived from ticket [5bcb5026ad])
| * Bump to 8.5.15 for release.dgp2013-08-291-1/+1
| |
* | Bump to 8.6.4.dgp2015-02-261-1/+1
| |
* | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.dgp2014-10-141-1/+1
| |
* | Bump to 8.6.2 for release.dgp2014-07-281-1/+1
| |
* | Let the generated Makefile be emacs-friendly by avoiding spurious empty ↵ferrieux2014-05-161-0/+3
| | | | | | | | lines and misplaced tabs. Useful e.g. to just set CFLAGS to debug and save.
* | 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