summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Expand)AuthorAgeFilesLines
* Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-091-1/+1
* Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning.jan.nijtmans2020-02-241-3/+2
* Don't assume/set LDFLAGS being "", it could be set on the "configure" command...jan.nijtmans2020-01-061-1/+0
* More patches from Debianjan.nijtmans2019-10-311-3/+3
* Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-311-0/+6
* Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD...jan.nijtmans2019-10-021-0/+162
* Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs...jan.nijtmans2019-09-021-1/+1
* Add support for DragonFlyjan.nijtmans2018-10-301-2/+2
* fixes [92564326a9] if compiled on some x86 systems (with dirent64 but without...sebres2018-06-041-0/+64
* merge 8.5dgp2015-11-301-1/+1
|\
| * On cygwin, install libtcl8.5.dll.a in the {prefix}/lib directory. jan.nijtmans2015-11-261-1/+1
* | merge 8.5dgp2015-10-291-231/+0
|\ \ | |/
| * re-generate "configure", both for unix and winjan.nijtmans2015-10-251-231/+0
* | autoconf-2.59dgp2015-10-231-1/+1
|/
* Tcl/OpenBSD/Sparc needs -fPIC.stwo2015-10-091-1/+1
* Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin...jan.nijtmans2015-07-231-0/+231
|\
| * merge trunkdgp2015-05-281-4/+2
| |\
| | * Missed a bitdgp2015-05-201-2/+1
| | * [29044ba23f] Remove RANLIB as part of library installation. At best it'sdgp2015-05-201-2/+1
| * | Don't change autoconf version by accident.dgp2015-05-201-4940/+13712
| * | regenerate configuredkf2015-05-181-13518/+4977
| |/
| * Tcl source code already assumes the <limits.h> file is available.dgp2015-03-241-152/+0
| * 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
| |\
| * | Bump to 8.6.2 for release.dgp2014-07-281-1/+1
| * | Let the generated Makefile be emacs-friendly by avoiding spurious empty lines...ferrieux2014-05-161-0/+3
| * | Make Cygwin's "configure" work from another directory than /unix. (Not everyt...jan.nijtmans2014-05-091-2/+2
| |\ \
| * \ \ Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0jan.nijtmans2014-03-201-5/+9
| |\ \ \
| * \ \ \ sync tcl.m4 with Tk versionjan.nijtmans2014-01-251-0/+2
| |\ \ \ \
| * \ \ \ \ Cygwin: Instead of checking whether the win32 part is configured properly, ju...jan.nijtmans2013-11-191-4/+9
| |\ \ \ \ \
| * | | | | | Revert [5215b8740c] (Enh [2959069]), as it turns out that -fvisibility=hidden...jan.nijtmans2013-11-191-79/+4
| * | | | | | 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 "string is space \u202f" will continue to return "1", even if ...jan.nijtmans2013-07-291-1/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Move test for pthread_atfork inside SC_ENABLE_THREADSjan.nijtmans2013-07-261-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
| |\ \ \ \ \ \ \
| * | | | | | | | 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 Grif...jan.nijtmans2013-07-021-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.jan.nijtmans2013-06-041-14/+6
| * | | | | | | | | merge 8.5dgp2013-06-031-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet...jan.nijtmans2013-05-191-61/+3
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | No longer link Cygwin executables with zlib1.dll, but with cygz.dll. jan.nijtmans2013-05-071-5/+1
| * | | | | | | | | | | Patch by Andrew Shadura, providing better support for three architectures the...jan.nijtmans2013-03-121-183/+327
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | unix/configure: regenerated.jenglish2013-03-031-557/+395
| * | | | | | | | | | | | Create Tcl 8.6.0 release branchdgp2012-11-081-1/+1
| * | | | | | | | | | | | Safer stale config fix for review.dgp2012-09-131-1/+4
| * | | | | | | | | | | | merge trunkdgp2012-09-131-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \