summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* No need for HAVE_WINNT_IGNORE_VOID/NO_STDLIB_H/NO_DIRENT_H any morejan.nijtmans2023-06-261-26/+2
* Merge 8.6jan.nijtmans2022-05-091-1/+1
|\
| * sync tcl.m4 with Tcljan.nijtmans2022-05-091-1/+1
* | Merge 8.6jan.nijtmans2022-02-141-2/+2
|\ \ | |/
| * sync win/tcl.m4 and win/rules.vc with Tcljan.nijtmans2022-02-141-7/+7
* | Merge 8.6jan.nijtmans2022-02-081-5/+14
|\ \ | |/
| * More changes for arm64 (or aarch64)jan.nijtmans2022-02-081-5/+14
* | Merge 8.6jan.nijtmans2022-02-071-1/+8
|\ \ | |/
| * Add support for windows-armjan.nijtmans2022-02-071-1/+8
* | Merge 8.6jan.nijtmans2021-11-121-0/+13
|\ \ | |/
| * Fix -fno-lto determination/add --enable-auto-image-base option to windows bui...jan.nijtmans2021-11-111-0/+13
* | Fix determination of BUILD_TCLSH. Problem reported by René Zaumseil.jan.nijtmans2021-06-091-1/+1
|\ \ | |/
| * Fix determination of BUILD_TCLSH. Problem reported by René Zaumseil.jan.nijtmans2021-06-091-1/+1
* | Add winspool library to LIBS_GUI on Windows. Not used yet (but most likely it...jan.nijtmans2021-06-021-2/+2
* | Add "dllfile,runtime" to Tk package configurationjan.nijtmans2021-02-091-2/+0
* | Sync */tcl.m4 with Tcljan.nijtmans2021-02-041-1/+9
* | Merge 8.6jan.nijtmans2021-01-211-0/+14
|\ \ | |/
| * Compile stub library with -fno-lto. See [https://core.tcl-lang.org/thread/inf...jan.nijtmans2021-01-211-0/+14
* | Merge 8.6. Sync */tcl.m4 with Tcljan.nijtmans2021-01-081-4/+4
|\ \ | |/
* | Merge 8.7. TIME_WITH_SYS_TIME is now obsolete (due to autoconf-2.70)jan.nijtmans2021-01-051-37/+35
|\ \ | |/
| * Merge 8.5. Sync */tcl.m4 with Tcl.jan.nijtmans2021-01-051-40/+38
| |\
| | * Sync */tcl.m4 with Tcljan.nijtmans2021-01-051-35/+34
| | * Update all configure-related stuff to work with autoconf-2.70 too. For now, e...jan.nijtmans2020-12-221-7/+7
* | | More update necessary for autoconf 2.70. This fixes the determination of int...jan.nijtmans2020-12-181-5/+5
* | | Sync unix/tcl.m4 and win/tcl.m4 with Tcl. Simplify linux-build.ymljan.nijtmans2020-12-091-2/+2
* | | Merge 8.6jan.nijtmans2020-12-041-10/+1
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-12-031-8/+0
| |\ \ | | |/
| | * sync tcl.m4 and ruls.vc with Tcljan.nijtmans2020-12-021-8/+0
| | |\ | | |/ | |/|
* | | Merge 8.6jan.nijtmans2020-10-291-1/+1
|\ \ \ | |/ /
| * | Always compile with -D__USE_MINGW_ANSI_STDIO=0.jan.nijtmans2020-10-291-1/+1
| |\ \ | | |/
| | * Always compile with -D__USE_MINGW_ANSI_STDIO=0.jan.nijtmans2020-10-291-1/+1
| | |\ | | |/ | |/|
* | | Make everything compile warning-free using -Wundefjan.nijtmans2020-10-081-1/+1
* | | Merge 8.6. Sync tcl.m4 from Tcl 8.7jan.nijtmans2020-10-051-1/+1
|\ \ \ | |/ /
| * | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes.jan.nijtmans2020-02-241-1/+1
| |\ \ | | |/
| | * Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som...jan.nijtmans2020-02-241-25/+19
* | | Merge trunkjan.nijtmans2020-04-101-2/+2
|\ \ \
| * \ \ Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-2/+2
| |\ \ \
| | * \ \ Merge trunkjan.nijtmans2020-02-261-1/+1
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merge trunkjan.nijtmans2020-02-071-1/+1
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merge 8.7jan.nijtmans2020-02-061-1/+1
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merge 8.7. More WIP.jan.nijtmans2019-12-161-3/+12
| | |\ \ \ | | |/ / / | |/| | |
* | | | | Remove (almost all remaining) traces of DBGX for Windows build.jan.nijtmans2020-02-111-23/+11
|/ / / /
* | | | Merge 8.6jan.nijtmans2019-12-161-3/+12
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Sync tcl.m4 with version in Tcljan.nijtmans2019-12-161-3/+12
* | | Sync tcl.m4 (for windows and UNIX) with version provided by Tcl 8.7jan.nijtmans2019-11-271-25/+3
|\ \ \ | |/ /
| * | Sync tcl.m4 with the vesion provided by Tcl 8.6jan.nijtmans2019-11-271-25/+3
| |\ \ | | |/
| | * Sync rules.vc and tcl.m4 with the version included with Tcl8.5jan.nijtmans2019-11-271-25/+3
* | | Add test for <stdbool.h> in configure script. Not used by Tk yet.jan.nijtmans2019-10-311-0/+2
* | | sync rules.vc and tcl.m4 (both win and unix) with Tcl versionjan.nijtmans2019-05-151-3/+3
* | | sync tcl.m4 with Tcl versionjan.nijtmans2018-11-241-2/+2