Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵ | jan.nijtmans | 2015-07-23 | 1 | -0/+42 |
|\ | | | | | | | 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/+42 |
| |\ | | | | | | | | | | 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. | ||||
| | * | merge trunktested | dgp | 2015-05-28 | 1 | -4/+2 |
| | |\ | |_|/ |/| | | |||||
| | * | First attempt at implementing the necessary auto-magic for usleep. | Joe Mistachkin | 2015-05-18 | 1 | -0/+42 |
| | | | |||||
| * | | Better pic flag for OpenBSD. | stwo | 2014-09-16 | 1 | -1/+8 |
| | | | |||||
* | | | Missed a bit | dgp | 2015-05-20 | 1 | -2/+1 |
| | | | |||||
* | | | [29044ba23f] Remove RANLIB as part of library installation. At best it's | dgp | 2015-05-20 | 1 | -2/+1 |
| |/ |/| | | | | | redundant to the RANLIB already done as part of library build. At worst, it conflicts with needs of cross-compiling. Thanks Erik Leunissen. | ||||
* | | Tcl source code already assumes the <limits.h> file is available. | dgp | 2015-03-24 | 1 | -4/+0 |
| | | | | | | | | (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one. | ||||
* | | Better pic flag for OpenBSD. | stwo | 2014-09-16 | 1 | -1/+8 |
| | | |||||
* | | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵ | jan.nijtmans | 2014-09-01 | 1 | -5/+3 |
|\ \ | |/ | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk | ||||
| * | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵ | jan.nijtmans | 2014-09-01 | 1 | -4/+2 |
| | | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk. | ||||
* | | Make Cygwin's "configure" work from another directory than /unix. (Not ↵ | jan.nijtmans | 2014-05-09 | 1 | -2/+2 |
|\ \ | |/ | | | | | everything works this way!) | ||||
| * | Make Cygwin's "configure" work from another directory than /unix. (Not ↵ | jan.nijtmans | 2014-05-09 | 1 | -2/+2 |
| | | | | | | | | everything works this way!) | ||||
* | | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0 | jan.nijtmans | 2014-03-20 | 1 | -5/+9 |
|\ \ | |/ | |||||
| * | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0 | jan.nijtmans | 2014-03-20 | 1 | -13/+9 |
| |\ | |||||
| | * | Proposed fix for [2f7cbd01c3].bug_2f7cbd01c3 | jan.nijtmans | 2014-03-20 | 1 | -14/+10 |
| |/ | |||||
* | | sync tcl.m4 with Tk version | jan.nijtmans | 2014-01-25 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | sync tcl.m4 with Tk version | jan.nijtmans | 2014-01-25 | 1 | -0/+2 |
| | | |||||
* | | Some formatting | jan.nijtmans | 2013-11-19 | 1 | -12/+10 |
| | | |||||
* | | Cygwin: Instead of checking whether the win32 part is configured properly, ↵ | jan.nijtmans | 2013-11-19 | 1 | -2/+9 |
|\ \ | |/ | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library) | ||||
| * | Cygwin: Instead of checking whether the win32 part is configured properly, ↵ | jan.nijtmans | 2013-11-19 | 1 | -2/+9 |
| | | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library) | ||||
* | | Revert [5215b8740c] (Enh [2959069]), as it turns out that ↵ | jan.nijtmans | 2013-11-19 | 1 | -24/+6 |
| | | | | | | | | | | | | -fvisibility=hidden only affects definitions and not declarations. Therefore explicitely declaring each MODULE_SCOPE function as __attribute__((__visibility__("hidden")) is much better. Suggested by Stuart Cassoff (Thanks!). | ||||
* | | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. | jan.nijtmans | 2013-08-05 | 1 | -0/+4 |
|\ \ | |/ | | | Make sure that when testing for pthread_atfork the thread library is taken into account. | ||||
* | | Make sure that "string is space \u202f" will continue to return "1", even if ↵ | jan.nijtmans | 2013-07-29 | 1 | -1/+2 |
|\ \ | |/ | | | | | | | in future Unicode this character (NARROW_NO_BREAK_SPACE) will cease to be a space. See: [http://www.unicode.org/review/pri249/]. Don't hardcode "tclWinError.o" for Cygwin | ||||
* | | Move test for pthread_atfork inside SC_ENABLE_THREADS | jan.nijtmans | 2013-07-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Move test for pthread_atfork inside SC_ENABLE_THREADS | jan.nijtmans | 2013-07-25 | 1 | -1/+1 |
| | | |||||
| * | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 1 | -11/+4 |
| | | |||||
* | | Put Cygwin's tclWinError.o in PLAT_OBJS, not in DL_OBJS | jan.nijtmans | 2013-07-25 | 1 | -1/+2 |
| | | |||||
* | | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 1 | -11/+4 |
| | | |||||
* | | Use X11/Xlib.h for checking where X11 can be found in stead of ↵ | jan.nijtmans | 2013-07-05 | 1 | -4/+4 |
|\ \ | |/ | | | | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig) | ||||
| * | Use X11/Xlib.h for checking where X11 can be found in stead of ↵ | jan.nijtmans | 2013-07-05 | 1 | -4/+4 |
| | | | | | | | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (Backported from tclconfig) | ||||
* | | Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian ↵ | jan.nijtmans | 2013-07-02 | 1 | -1/+1 |
|\ \ | |/ | | | | | Griffin. | ||||
| * | Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian ↵ | jan.nijtmans | 2013-07-02 | 1 | -1/+1 |
| | | | | | | | | Griffin. | ||||
* | | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. | jan.nijtmans | 2013-06-04 | 1 | -10/+2 |
| | | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti | ||||
* | | merge 8.5 | dgp | 2013-06-03 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | merge 8.4 | dgp | 2013-06-03 | 1 | -2/+2 |
| |\ | |||||
| | * | last-moment fix for FreeBSD from Pietro Cerutti | jan.nijtmans | 2013-06-03 | 1 | -2/+2 |
| | | | |||||
* | | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -30/+3 |
|\ \ \ | |/ / | | | | | | | Pietro Cerutti | ||||
| * | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -30/+3 |
| |\ \ | | |/ | | | | | | | Pietro Cerutti | ||||
| | * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -44/+3 |
| | | | | | | | | | | | | Pietro Cerutti. | ||||
| | * | Update dde to version 1.3.3. | jan.nijtmans | 2013-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14) | ||||
* | | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 1 | -13/+1 |
|\ \ \ | |/ / | | | | | | | they have in Debian. | ||||
| * | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 1 | -13/+1 |
| |\ \ | | |/ | | | | | | | they have in Debian. | ||||
| | * | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 1 | -24/+1 |
| | | | | | | | | | | | | | | | they have in Debian. (regeneration of "configure" not done yet) | ||||
| | * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 1 | -8/+8 |
| | | | |||||
* | | | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests. | jenglish | 2013-03-01 | 1 | -118/+0 |
| | | | |||||
* | | | 3566106 Solaris9/x86 support. Thanks Dagobert and others. | dgp | 2012-09-13 | 1 | -2/+2 |
| | | | |||||
* | | | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -1/+1 |
| | | |