summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Collapse)AuthorAgeFilesLines
* Merge latest TIP #414 implementation (branch initsubsystems).jan.nijtmans2015-09-241-249/+270
|\
| * Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵jan.nijtmans2015-07-231-0/+231
| |\ | | | | | | | | | 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/+231
| | |\ | | | | | | | | | | | | 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 trunktesteddgp2015-05-281-4/+2
| | | |\ | | |_|/ | |/| |
| | | * Don't change autoconf version by accident.dgp2015-05-201-4940/+13712
| | | |
| | | * regenerate configuredkf2015-05-181-13518/+4977
| | | |
| | * | 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
| | | |
| * | | Missed a bitdgp2015-05-201-2/+1
| | | |
| * | | [29044ba23f] Remove RANLIB as part of library installation. At best it'sdgp2015-05-201-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.dgp2015-03-241-152/+0
| | | | | | | | | | | | (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one.
| * | autoconf-2.59dgp2015-02-261-1/+1
| | |
| * | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.dgp2014-10-141-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-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.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
| | |
| * | 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.
| * | Make Cygwin's "configure" work from another directory than /unix. (Not ↵jan.nijtmans2014-05-091-2/+2
| |\ \ | | |/ | | | | | | everything works this way!)
| | * 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-5/+9
| |\ \ | | |/
| | * 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
| |\ \ | | |/
| | * 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)
| | * 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
| | |
| * | Revert [5215b8740c] (Enh [2959069]), as it turns out that ↵jan.nijtmans2013-11-191-79/+4
| | | | | | | | | | | | | | | | | | -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!).
* | | rebase RFE [854941|#854941] implementationjan.nijtmans2013-10-181-1/+6
|\ \ \ | |/ / |/| |
| | |
| | \
| *-. \ rebasejan.nijtmans2013-07-081-1/+6
| |\ \ \
| | | * \ More complete implementation of RFE [854941], now not requiring TIP #414 any ↵jan.nijtmans2013-07-051-1/+6
| | | |\ \ | | | |/ / | | |/| | | | | | | more.
* | | | | Bump version number to 8.6.1.dgp2013-08-301-1/+1
| | | | |
* | | | | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. jan.nijtmans2013-08-051-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.nijtmans2013-07-291-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_THREADSjan.nijtmans2013-07-261-103/+2
|\ \ \ \ \ | |/ / / /
| * | | | Move test for pthread_atfork inside SC_ENABLE_THREADSjan.nijtmans2013-07-251-103/+2
| | | | |
* | | | | Put Cygwin's tclWinError.o in PLAT_OBJS, not in DL_OBJSjan.nijtmans2013-07-251-1/+2
| | | | |
* | | | | Add "testfork" test command. Not used in any test-case yetjan.nijtmans2013-07-231-102/+102
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | 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
| | | |
* | | | 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.
| * Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian ↵jan.nijtmans2013-07-021-1/+1
| | | | | | | | Griffin.
* | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.jan.nijtmans2013-06-041-14/+6
| | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti
* | merge 8.5dgp2013-06-031-2/+2
|\ \ | |/
| * merge 8.4dgp2013-06-031-2/+2
| |\