summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix [03b70c8918]: core-8-branch : trying to build on macOS10.9 linked ↵jan.nijtmans2021-02-041-1/+9
| | | | against XQuartz
* 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.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 ↵jan.nijtmans2020-12-181-5/+5
| | | | | | | | intptr_t/uintptr_t with autoconf 2.70
* | 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-10-291-1/+1
|\ \ \ | |/ /
| * | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-1/+1
| |\ \ | | |/ | | | 3 new testcases
| | * 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 ↵jan.nijtmans2020-10-081-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | ASSEM_DICT_GET_DEF last in TalInstType, so it's binary compatible with Tcl 8.6
| * | | 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) ↵jan.nijtmans2020-09-291-1/+1
| |_|/ |/| | | | | | | | shadowing variable names
* | | 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
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵jan.nijtmans2019-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows) without -Wunused-parameters warnings
* | | | | | | | Few more DBGX cleanupsjan.nijtmans2020-02-041-12/+0
| | | | | | | |
* | | | | | | | Death to DBGXjan.nijtmans2020-02-041-12/+12
|/ / / / / / /
* | | | | | | Merge 8.6jan.nijtmans2019-12-141-3/+12
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Make win/configure work with CC=g++ (doesn't actually work with Tcl and Tk yet)jan.nijtmans2019-12-141-3/+12
| | |_|/ / | |/| | |
| * | | | Merge 8.5jan.nijtmans2019-11-271-25/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Don't bother paths of 64-bit SDK any more: This was Visual Studio ↵jan.nijtmans2019-11-271-25/+3
| | | | | | | | | | | | | | | | | | | | 2008-specific and doesn't work with other Visual Studio versions.
* | | | | Merge 8.7jan.nijtmans2019-11-151-25/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
* | | | | Re-base to core-8-branchjan.nijtmans2019-11-011-2/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-2/+2
| | |_|/ | |/| |
* | | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in ↵jan.nijtmans2019-10-281-0/+4
|/ / / | | | | | | | | | | | | from tclTomMath.h. Add test in configure scripts for <stdint.h> and <stdbool.h>. Not used by Tcl yet, probably handy for TEA extensions wanting to use that ;-)
* | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub ↵jan.nijtmans2019-02-091-1/+1
| | | | | | | | | | | | | | | entry for it. Add -Wpointer-arith warning to CFLAGS
* | | avoid additional in-between path-segment "." in zip, some zip-programs ↵sebres2019-01-211-2/+2
| | | | | | | | | | | | (inclusive minizip) will insert this if used as path-parameter to compress
* | | make/configure review: normalizes the latest fixes across unix/winsebres2018-11-231-2/+2
| | |
* | | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh ↵jan.nijtmans2018-10-121-39/+28
| | | | | | | | | | | | install", because tclsh is not compiled with that. Fix minizip.c compilation on systems without open64()
* | | Add support for wine. So windows test-cases can now be run on ↵jan.nijtmans2018-09-291-0/+1
| | | | | | | | | | | | Linux/Mac/whatever.