Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | configure.in -> configure.ac | jan.nijtmans | 2016-03-08 | 1 | -998/+0 | |
| | ||||||
* | Bump trunk to 8.7a0 to accept new feature development. | dgp | 2016-03-03 | 1 | -5/+5 | |
| | ||||||
* | Bump to 8.6.5 | dgp | 2016-01-28 | 1 | -1/+1 | |
| | ||||||
* | Remove use of HAVE_USLEEP. It isn't use anywhere any more | jan.nijtmans | 2015-10-25 | 1 | -6/+0 | |
|\ | ||||||
| * | Remove use of HAVE_USLEEP. It isn't use anywhere any more. | jan.nijtmans | 2015-10-25 | 1 | -6/+0 | |
| | | ||||||
* | | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵ | jan.nijtmans | 2015-07-23 | 1 | -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.nijtmans | 2015-07-23 | 1 | -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 Mistachkin | 2015-05-18 | 1 | -0/+6 | |
| |/ |/| | ||||||
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -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. | dgp | 2015-02-05 | 1 | -1/+1 | |
| | | ||||||
| * | Bump to 8.5.17 | dgp | 2014-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 1 | -1/+1 | |
| | | ||||||
| * | Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like ↵ | jan.nijtmans | 2014-03-31 | 1 | -0/+1 | |
| | | | | | | | | | | info via pkg-config. Add missing @TCL_LIB_FLAG@ (derived from ticket [5bcb5026ad]) | |||||
| * | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 1 | -1/+1 | |
| | | ||||||
* | | Bump to 8.6.4. | dgp | 2015-02-26 | 1 | -1/+1 | |
| | | ||||||
* | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 1 | -1/+1 | |
| | | ||||||
* | | Bump to 8.6.2 for release. | dgp | 2014-07-28 | 1 | -1/+1 | |
| | | ||||||
* | | Let the generated Makefile be emacs-friendly by avoiding spurious empty ↵ | ferrieux | 2014-05-16 | 1 | -0/+3 | |
| | | | | | | | | lines and misplaced tabs. Useful e.g. to just set CFLAGS to debug and save. | |||||
* | | Bump version number to 8.6.1. | dgp | 2013-08-30 | 1 | -1/+1 | |
| | | ||||||
* | | Move test for pthread_atfork inside SC_ENABLE_THREADS | jan.nijtmans | 2013-07-26 | 1 | -1/+0 | |
|\ \ | |/ | ||||||
| * | Move test for pthread_atfork inside SC_ENABLE_THREADS | jan.nijtmans | 2013-07-25 | 1 | -1/+0 | |
| | | ||||||
* | | Add "testfork" test command. Not used in any test-case yet | jan.nijtmans | 2013-07-23 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Add "testfork" test command. Not used in any test-case yet | jan.nijtmans | 2013-07-23 | 1 | -1/+1 | |
| | | ||||||
| * | Release branch for Tcl 8.5.14. | dgp | 2013-03-21 | 1 | -1/+1 | |
| | | ||||||
| * | Release branch for Tcl 8.5.13. | dgp | 2012-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | Installer improvements, like [226a993973]. | stwo | 2012-08-07 | 1 | -2/+2 | |
| | | ||||||
| * | Release candidate branch for Tcl 8.5.12. | dgp | 2012-07-10 | 1 | -1/+1 | |
| | | ||||||
* | | No longer link Cygwin executables with zlib1.dll, but with cygz.dll. | jan.nijtmans | 2013-05-07 | 1 | -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. | jenglish | 2013-03-01 | 1 | -4/+9 | |
| | | ||||||
* | | Create Tcl 8.6.0 release branch | dgp | 2012-11-08 | 1 | -1/+1 | |
| | | ||||||
* | | Safer stale config fix for review.bug_3555001 | dgp | 2012-09-13 | 1 | -1/+4 | |
| | | ||||||
* | | merge trunk | dgp | 2012-08-08 | 1 | -8/+8 | |
|\ \ | ||||||
| * | | Installer consistency tweaks. | stwo | 2012-08-06 | 1 | -2/+2 | |
| | | | ||||||
| * | | sync with TEA, fix some comments | jan.nijtmans | 2012-07-25 | 1 | -6/+6 | |
| | | | ||||||
* | | | Release candidate branch for Tcl 8.6b3. | dgp | 2012-07-11 | 1 | -1/+1 | |
|/ / | ||||||
* | | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -1/+3 | |
|\ \ | |/ | ||||||
* | | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less ↵ | jan.nijtmans | 2012-06-26 | 1 | -3/+4 | |
| | | | | | | | | dependencies on cygwin-specific dll's) | |||||
* | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 1 | -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. | dgp | 2012-06-08 | 1 | -6/+3 | |
| |\ | ||||||
| | * | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 1 | -7/+2 | |
| | | | ||||||
* | | | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ↵ | ferrieux | 2012-05-10 | 1 | -0/+5 | |
| | | | | | | | | | | | | ./configure, to avoid stale configuration. | |||||
* | | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -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.nijtmans | 2012-05-02 | 1 | -4/+8 | |
|\ \ \ | |/ / | | | | | | | processors, both 32-bit and 64-bit | |||||
| * | | Better detection and implementation for cpuid instruction on Intel-derived ↵ | jan.nijtmans | 2012-05-02 | 1 | -4/+8 | |
| |\ \ | | |/ | | | | | | | processors, both 32-bit and 64-bit | |||||
| | * | Better detection and implementation for cpuid instruction on Intel-derived ↵ | jan.nijtmans | 2012-05-02 | 1 | -4/+8 | |
| | |\ | |_|/ |/| | | | | | processors, both 32-bit and 64-bit | |||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -0/+14 | |
|\ \ \ \ | | |/ / | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -0/+14 | |
| | |\ \ | |/ / / | | | _ | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -0/+14 | |
| | |\ | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin |