summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* Experiment: Integrate culler's "macher" tool. Only for thin binariesjan.nijtmans2021-02-111-1/+24
* Fix [03b70c8918]: core-8-branch : trying to build on macOS10.9 linked against...jan.nijtmans2021-02-041-31/+39
* Merge 8.6jan.nijtmans2021-01-291-2/+2
|\
| * Fix 2 warnings when running "autoconf" (2.69 or 2.70)jan.nijtmans2021-01-291-2/+2
* | Merge 8.6jan.nijtmans2021-01-211-0/+14
|\ \ | |/
| * Don't use LTO for any stub libraries: It's asking for trouble when an extensi...jan.nijtmans2021-01-201-0/+14
* | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-1/+1
* | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they (proba...jan.nijtmans2021-01-071-1/+0
|\ \
* \ \ Merge 8.7jan.nijtmans2021-01-071-21/+23
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-01-061-11/+16
| |\ \ | | |/
| | * Eliminate obsolete AC_HAVE_HEADERS and two more AC_TRY_COMPILE constructs. So...jan.nijtmans2021-01-061-19/+25
| * | Merge 8.6jan.nijtmans2021-01-051-19/+21
| |\ \ | | |/
| | * More elimination of (obsolete) AC_TRY_COMPILEjan.nijtmans2021-01-051-109/+109
| | * AC_HELP_STRING -> AS_HELP_STRINGjan.nijtmans2021-01-041-16/+16
* | | Merge 8.7jan.nijtmans2021-01-041-21/+15
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-261-128/+140
|\ \ \ | |/ /
| * | autoupdate */configure.ac and */tcl.m4. Should still work with autoconf-2.69 toojan.nijtmans2020-12-191-109/+121
| * | Rename AC_HELP_STRING to AS_HELP_STRING, and fix determination of intptr_t/ui...jan.nijtmans2020-12-181-22/+22
* | | Further elimination of __int64 typejan.nijtmans2020-12-171-9/+2
|/ /
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | Merge 8.6jan.nijtmans2020-12-021-8/+0
|\ \ | |/
| * Merge 8.5jan.nijtmans2020-12-021-8/+0
| |\
| | * Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already generate...jan.nijtmans2020-12-011-8/+0
* | | Merge 8.6jan.nijtmans2020-12-011-1/+1
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-12-011-1/+1
| |\ \ | | |/
| | * Missing '_' in unix/tcl.m4 (Only relevant for mingw)jan.nijtmans2020-12-011-1/+1
* | | Merge 8.6jan.nijtmans2020-11-301-2/+2
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-11-301-2/+2
| |\ \ | | |/
| | * Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2jan.nijtmans2020-11-301-2/+2
* | | TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-221-2/+2
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2020-10-011-1/+1
| |\ \ \
| * | | | Use utf-8 as default encoding for configuration informationjan.nijtmans2020-09-251-2/+2
* | | | | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE...jan.nijtmans2020-10-081-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | (cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werr...jan.nijtmans2020-10-061-1/+1
* | | | | HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werror. Here's the ...jan.nijtmans2020-10-061-1/+1
| |_|/ / |/| | |
* | | | Add -Wshadow flag to the compiler, so we will be notified when (accidently) s...jan.nijtmans2020-09-291-1/+1
| |/ / |/| |
* | | Merge 8.6jan.nijtmans2020-06-251-1/+4
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-06-251-1/+4
| |\ \ | | |/
| | * Fix [9080d6a871]: Build fix for tcl on macOS on Apple Siliconjan.nijtmans2020-06-241-1/+5
* | | 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-2/+2
| |\ \ | | |/
* | | 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
| |\ \ \