summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-06-251-2/+7
|\
| * Merge 8.5jan.nijtmans2020-06-251-0/+7
| |\
| | * One include too muchjan.nijtmans2020-06-241-1/+0
| | * re-generate unix/configurejan.nijtmans2020-06-241-0/+9
| | * Fix [9080d6a871]: Build fix for tcl on macOS on Apple Siliconjan.nijtmans2020-06-241-0/+3
* | | Add "-fno-common" to SHARED_CFLAGS on various platforms (e.g. Linux, CYGWIN)....jan.nijtmans2020-06-081-7/+8
|\ \ \ | |/ /
| * | Merge-mark 8.5 (TZ update already done here)jan.nijtmans2020-06-081-1/+1
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2020-04-161-12/+12
|\ \ \ | |/ /
| * | More double-quotesjan.nijtmans2020-04-151-11/+11
| * | Try adding some quotesjan.nijtmans2020-04-141-1/+1
* | | Merge 8.6jan.nijtmans2020-04-101-2/+2
|\ \ \ | |/ /
| * | Fix determination of TCL_PACKAGE_PATH if it contains multiple directories, an...jan.nijtmans2020-04-101-2/+2
* | | Merge 8.6jan.nijtmans2020-04-101-2/+2
|\ \ \ | |/ /
| * | re-generate UNIX configure scriptjan.nijtmans2020-04-101-4941/+13397
| * | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less use...jan.nijtmans2020-04-101-13399/+4943
* | | Merge 8.6jan.nijtmans2020-03-171-1/+1
|\ \ \ | |/ /
| * | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unico...jan.nijtmans2020-03-171-1/+1
| |\ \ | | |/
| | * Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-091-1/+1
| * | Merge 8.5jan.nijtmans2020-02-241-1/+1
| |\ \ | | |/
| | * Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning.jan.nijtmans2020-02-241-3/+2
* | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-1/+9
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2020-02-131-36/+18
| |\ \ \ | |/ / / |/| | |
| * | | Merge 8.7jan.nijtmans2020-01-071-3/+3
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-12-131-3/+116
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-12-031-10/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-041-9/+26
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-10-061-2/+52
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tip-548. A few more fixes, trying to make the Travis build work (finally)jan.nijtmans2019-09-021-2/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
* | | | | | | | | | Merge 8.6jan.nijtmans2020-02-041-2/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Clean up some usage of DBGX: It isn't used any more on UNIXjan.nijtmans2020-02-041-2/+1
* | | | | | | | | | Merge 8.6jan.nijtmans2020-01-131-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Add ${LDFLAGS} to MAKE_LIB. This handles the possibility of adding LDFLAGS=??...jan.nijtmans2020-01-131-1/+1
* | | | | | | | | | Put "-ltommath" in $MATH_LIBS in stead of $LIBS, so it won't be used by other...jan.nijtmans2020-01-091-33/+16
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Fix typo: "==" -> "="jan.nijtmans2020-01-061-1/+1
* | | | | | | | | Merge 8.6jan.nijtmans2020-01-061-1/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.5jan.nijtmans2020-01-061-1/+0
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Don't assume/set LDFLAGS being "", it could be set on the "configure" command...jan.nijtmans2020-01-061-1/+0
* | | | | | | | | Merge 8.6jan.nijtmans2019-12-221-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Prevent double definition of MODULE_SCOPE on Darwinjan.nijtmans2019-12-201-0/+1
* | | | | | | | Implement TIP's #538: Externalize libtommathjan.nijtmans2019-12-131-3/+116
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Merge 8.7, and take over some fixes for VC++ 6.0 from Sebres.jan.nijtmans2019-11-271-8/+9
| |\ \ \ \ \ \ \
| * | | | | | | | Tweak visibility of some libtommath symbols and add --with-system-libtommath ...jan.nijtmans2019-11-251-6/+18
| * | | | | | | | Merge 8.7 rc branchjan.nijtmans2019-11-231-2/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | More WIP: All makefile builds appear to work fine, makefile.vc build still to...jan.nijtmans2019-11-051-0/+104
| * | | | | | | | | Re-base to core-8-branchjan.nijtmans2019-11-011-3/+0
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Complete implementation for MSVC (even building minigzip)jan.nijtmans2019-04-101-1/+7
| | * | | | | | | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-18/+18
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Merge 8.7. Add checks for libtommath library to configure script (experimental)jan.nijtmans2019-04-061-1/+111
| | |/ / / / / / / /
* | | | | | | | | | Bump to 8.7a4 to distinguish development from 8.7a3 release.dgp2019-12-021-1/+1
| |_|_|/ / / / / / |/| | | | | | | |