summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* 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.5jan.nijtmans2020-02-241-1/+1
| |\
| | * Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning.jan.nijtmans2020-02-241-1/+1
* | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-1/+9
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2020-02-261-1/+1
| |\ \ \ | |/ / / |/| | |
| * | | Merge 8.7jan.nijtmans2020-02-131-25/+2
| |\ \ \ | |/ / / |/| | |
| * | | Merge 8.7jan.nijtmans2020-01-071-2/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-12-131-2/+0
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-12-031-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-041-7/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-10-061-6/+32
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ 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-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge 8.6jan.nijtmans2020-02-041-24/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Clean up some usage of DBGX: It isn't used any more on UNIXjan.nijtmans2020-02-041-24/+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
* | | | | | | | 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-3/+1
* | | | | | | | Merge 8.6jan.nijtmans2019-12-221-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Prevent double definition of MODULE_SCOPE on Darwinjan.nijtmans2019-12-201-0/+1
* | | | | | | Merge 8.7, and take over some fixes for VC++ 6.0 from Sebres.jan.nijtmans2019-11-271-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Move check for stdbool.h from SC_MISSING_POSIX_HEADERS to SC_CONFIG_CFLAGS, s...jan.nijtmans2019-11-271-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Re-base to core-8-branchjan.nijtmans2019-11-011-2/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge 8.6jan.nijtmans2019-10-311-0/+5
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 8.5 -> 8.6jan.nijtmans2019-10-311-2/+2
| * | | | | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-311-0/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-311-0/+5
* | | | | | On Windows, use <stdint.h> header-file if available.jan.nijtmans2019-10-291-4/+4
* | | | | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from...jan.nijtmans2019-10-281-1/+4
* | | | | | Merge 8.6jan.nijtmans2019-10-281-2/+0
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Remove /System from auto_path on macOS because Apple has deprecated its own a...Kevin Walzer2019-10-251-2/+0
* | | | | Merge 8.6jan.nijtmans2019-10-021-6/+32
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD...jan.nijtmans2019-10-021-6/+32
| |\ \ \ | | |/ /
| | * | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD...jan.nijtmans2019-10-021-2/+28
| | * | Correct typo's in tcl.m4. Found by Kamil Rytarowskijan.nijtmans2019-10-011-4/+4
* | | | Remove last traces of strtod() function, since it isn't used in Tcl any more.jan.nijtmans2019-07-161-4/+3
| |_|/ |/| |
* | | Merge 8.6jan.nijtmans2019-01-221-4/+0
|\ \ \ | |/ /
| * | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ...jan.nijtmans2019-01-221-4/+0
* | | avoid additional in-between path-segment "." in zip, some zip-programs (inclu...sebres2019-01-211-2/+2
* | | make/configure review: normalizes the latest fixes across unix/winsebres2018-11-231-1/+1
* | | unix build (if ZIPFS_BUILD): fixed relative path to zip-program (in case of m...sebres2018-11-221-1/+1
| | |
| \ \
*-. \ \ Eliminate fallback attempts when broken strtod() routines are detected.dgp2018-11-011-53/+0
|\ \ \ \ | | |/ /
| | * | Eliminate fallback attempts when broken strtod() routines are detected.dgp2018-11-011-53/+0
| * | | Work started eliminating long outdated compat routines that now causedgp2018-10-291-53/+0
* | | | Merge 8.6jan.nijtmans2018-10-301-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge 8.5jan.nijtmans2018-10-301-2/+2
| |\ \ | | |/