summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
Commit message (Collapse)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 ↵jan.nijtmans2021-02-041-31/+39
| | | | against XQuartz
* 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 ↵jan.nijtmans2021-01-201-0/+14
| | | | | | | | extension is compiled with different CFLAGS as the stub library.
* | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵jan.nijtmans2021-01-081-1/+1
| | | | | | | | | | stopped support for MSVC 6++ Change Tcl_WideInt -> long long in various places: Tcl_WideInt could be a 128-bit type, we don't want that everywhere.
* | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they ↵jan.nijtmans2021-01-071-1/+0
|\ \ | | | | | | | | | (probably) cannot handle Windows 7 API anyway.
* \ \ 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. ↵jan.nijtmans2021-01-061-19/+25
| | | | | | | | | | | | Some formatting
| * | 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 ↵jan.nijtmans2020-12-181-22/+22
| | | | | | | | | | | | intptr_t/uintptr_t with autoconf 2.70
* | | 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
| | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | 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 ↵jan.nijtmans2020-12-011-8/+0
| | | | | | | | | | | | generates this part, resulting in duplicate code in the "configure" script
* | | 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 ↵jan.nijtmans2020-10-081-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | ASSEM_DICT_GET_DEF last in TalInstType, so it's binary compatible with Tcl 8.6
| * | | | (cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains ↵jan.nijtmans2020-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | -Werror. Here's the fix.
* | | | | HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werror. Here's the ↵jan.nijtmans2020-10-061-1/+1
| |_|/ / |/| | | | | | | | | | | fix.
* | | | Add -Wshadow flag to the compiler, so we will be notified when (accidently) ↵jan.nijtmans2020-09-291-1/+1
| |/ / |/| | | | | | | | shadowing variable names
* | | 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, ↵jan.nijtmans2020-06-081-7/+8
|\ \ \ | |/ / | | | | | | CYGWIN). This is the default with gcc-10, so better make sure it doesn't cause problems
| * | Merge-mark 8.5 (TZ update already done here)jan.nijtmans2020-06-081-2/+2
| |\ \ | | |/ | | | | | | Don't try to compile with MINGW32_ in /unix directory. Minor comment fix.
* | | 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
| |\ \ \