summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-05-091-1/+1
|\
| * 'develop' fixes for zlib-1.2.12. Will be in zlib-1.2.12.1 or zlib-1.2.13.jan.nijtmans2022-05-091-1/+1
* | Merge 8.6jan.nijtmans2022-02-141-2/+2
|\ \ | |/
| * Fix determination of HAVE_CPUID with configure scriptjan.nijtmans2022-02-131-2/+2
* | Merge 8.6jan.nijtmans2022-02-091-10/+9
|\ \ | |/
| * Accept aarch64 too (in stead of arm64)jan.nijtmans2022-02-081-13/+13
| * More changed for windows-arm (e.g. add zdll.lib for ARM64, although zlib1.dll...jan.nijtmans2022-02-081-2/+1
* | Merge 8.6jan.nijtmans2022-02-071-1/+11
|\ \ | |/
| * Fix [bae42b3d24]: [d86e92fb33] et.al. eliminates cpuid when cross compiling f...jan.nijtmans2022-02-071-1/+11
* | Merge 8.6jan.nijtmans2022-02-071-1/+8
|\ \ | |/
| * See [https://github.com/tcltk/tcl/pull/10]jan.nijtmans2022-02-041-1/+8
* | Merge 8.6jan.nijtmans2021-11-111-0/+13
|\ \ | |/
| * Fix -fno-lto determination/add --enable-auto-image-base option to windows bui...jan.nijtmans2021-11-111-1/+14
* | (cherry-pick): Update dist target to renamed file.jan.nijtmans2021-06-101-1/+1
* | Add winspool library to LIBS_GUI on Windows. Not used yet (but most likely it...jan.nijtmans2021-06-021-2/+2
* | Change TCL_ZIP_FILE name, just using dots in stead of underscoresjan.nijtmans2021-02-091-2/+0
* | Fix [03b70c8918]: core-8-branch : trying to build on macOS10.9 linked against...jan.nijtmans2021-02-041-1/+9
* | 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.7jan.nijtmans2021-01-071-8/+8
|\ \
| * \ Merge 8.6jan.nijtmans2021-01-051-36/+35
| |\ \ | | |/
| | * More elimination of (obsolete) AC_TRY_COMPILEjan.nijtmans2021-01-051-37/+35
| | * AC_HELP_STRING -> AS_HELP_STRINGjan.nijtmans2021-01-041-3/+3
* | | Merge 8.7jan.nijtmans2021-01-041-35/+34
|/ /
* | autoupdate */configure.ac and */tcl.m4. Should still work with autoconf-2.69 toojan.nijtmans2020-12-191-4/+3
* | Rename AC_HELP_STRING to AS_HELP_STRING, and fix determination of intptr_t/ui...jan.nijtmans2020-12-181-5/+5
* | 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-10-291-1/+1
|\ \ \ | |/ /
| * | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-1/+1
| |\ \ | | |/
| | * Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-1/+1
* | | TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-221-2/+1
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2020-10-011-1/+1
| |\ \ \
| * | | | Use utf-8 as default encoding for configuration informationjan.nijtmans2020-09-251-2/+1
* | | | | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE...jan.nijtmans2020-10-081-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-25/+19
* | | | Add -Wshadow flag to the compiler, so we will be notified when (accidently) s...jan.nijtmans2020-09-291-1/+1
| |_|/ |/| |
* | | Merge 8.7jan.nijtmans2020-03-101-2/+2
|\ \ \
| * \ \ Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-2/+2
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2020-02-261-2/+2
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merge 8.7jan.nijtmans2020-01-071-1/+1
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merge 8.7jan.nijtmans2019-12-131-2/+0
| | |\ \ \
| | * | | | Update win/tcl.m4, for use with C++jan.nijtmans2019-12-121-3/+12
| | * | | | Merge 8.7jan.nijtmans2019-12-031-25/+3
| | |\ \ \ \
| | | * \ \ \ Merge 8.6jan.nijtmans2019-11-271-25/+3
| | | |\ \ \ \
| | * | \ \ \ \ Merge 8.7jan.nijtmans2019-11-041-0/+4
| | |\ \ \ \ \ \ | | | |/ / / / /