summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-08-031-2/+0
|\
| * DOn't use --out-implib on Cygwin any more, no longer neededjan.nijtmans2023-08-031-2/+0
* | Merge 8.6jan.nijtmans2023-08-021-2/+1
|\ \ | |/
| * deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co...jan.nijtmans2023-08-021-2/+1
* | Merge 8.6jan.nijtmans2023-07-261-1/+2
|\ \ | |/
| * Add (back) check for vfork()jan.nijtmans2023-07-251-2/+2
| * attempt to fix posix_spawn on linuxjan.nijtmans2023-07-251-2/+2
* | Merge 8.6jan.nijtmans2023-07-241-1/+1
|\ \
| * | For now, disable posix_spawnp, until we have a better solution for [407b70361...jan.nijtmans2023-07-241-1/+1
| |/
* | Merge 8.6jan.nijtmans2023-07-241-2/+4
|\ \ | |/
| * Fix [c54e4a1aeb]: High Tcl latencies with fork() in larger systemsjan.nijtmans2023-07-241-2/+4
| |\
| | * Merge 8.6. Put vfork check a little bit earlier in unix/tcl.m4. Re-generate u...jan.nijtmans2023-07-031-2/+2
| | |\ | | |/ | |/|
| | * Added auto-configuration of posix_spawnp()neumann2023-06-301-0/+2
| |/
* | Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers a...jan.nijtmans2023-06-271-34/+0
* | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it.jan.nijtmans2023-06-261-1/+1
* | Fix [68417a8bb3]: No result/LF printed for 64-bit integer type checkjan.nijtmans2023-03-241-2/+3
* | Merge 8.6jan.nijtmans2023-03-171-8/+8
|\ \ | |/
| * arm64e -> arm64, since arm64e is not available yet on MacOS (Thanks to Stefan...jan.nijtmans2023-03-171-8/+8
* | Merge 8.6jan.nijtmans2023-03-151-3/+0
|\ \ | |/
| * Remove _LARGEFILE_SOURCE64 usage. See [d690400d07]jan.nijtmans2023-03-151-3/+0
* | Merge 8.6jan.nijtmans2023-01-061-1/+1
|\ \ | |/
| * Fix [ad393071c2]: Use different LD_LIBRARY_PATH_VAR on macOSjan.nijtmans2023-01-061-1/+1
| * Now that 32-bit cygwin is dead, eliminate the need for --enable-64bit in a Cy...jan.nijtmans2022-12-161-39/+39
| * Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : C...jan.nijtmans2022-04-211-4/+17
* | Although I don't think it helps for [62f56a61aca52db3], put back --enable-64b...jan.nijtmans2022-04-211-28/+80
* | Eliminate the need for --enable-64bit on MacOS: We only do 64-bit now. Remove...jan.nijtmans2022-04-201-22/+28
* | Fix [https://core.tcl-lang.org/tk/tktview?name=bf0f4808d7|bf0f4808d7]: macOS ...jan.nijtmans2022-04-201-51/+5
* | Merge 8.6jan.nijtmans2022-02-121-2/+2
|\ \ | |/
| * Fix [1720242] (appears the patch was only partially applied)jan.nijtmans2022-02-121-2/+2
* | Starting with 8.7, don't bother Cygwin32 any more. Only Cygwin64 will be supp...jan.nijtmans2021-11-121-2/+2
* | Merge 8.6jan.nijtmans2021-11-071-2/+4
|\ \ | |/
| * Fix [15845d9fd8]: unix/tcl.m4: implicit declaration of exit() in timezone var...jan.nijtmans2021-11-071-2/+4
* | Merge 8.6jan.nijtmans2021-11-011-30/+16
|\ \ | |/
| * Update DragonFly/FreeBSD configuration (requested by Pietro Cerutti)jan.nijtmans2021-11-011-31/+16
* | HP_UX -> HP-UX and another apparent typojan.nijtmans2021-06-081-2/+2
|\ \ | |/
| * Use -fPIC by default on DragonFly/FreeBSD, but not on OSF1/HP-UX. Backported ...jan.nijtmans2021-06-081-3/+5
* | DragonFly/FreeBSD need -fPICjan.nijtmans2021-06-081-1/+1
* | 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