| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-08-03 | 1 | -2/+0 |
|\ |
|
| * | DOn't use --out-implib on Cygwin any more, no longer needed | jan.nijtmans | 2023-08-03 | 1 | -2/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2023-08-02 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co... | jan.nijtmans | 2023-08-02 | 1 | -2/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2023-07-26 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Add (back) check for vfork() | jan.nijtmans | 2023-07-25 | 1 | -2/+2 |
|
|
| * | attempt to fix posix_spawn on linux | jan.nijtmans | 2023-07-25 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2023-07-24 | 1 | -1/+1 |
|\ \ |
|
| * | | For now, disable posix_spawnp, until we have a better solution for [407b70361... | jan.nijtmans | 2023-07-24 | 1 | -1/+1 |
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2023-07-24 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Fix [c54e4a1aeb]: High Tcl latencies with fork() in larger systems | jan.nijtmans | 2023-07-24 | 1 | -2/+4 |
| |\ |
|
| | * | Merge 8.6. Put vfork check a little bit earlier in unix/tcl.m4. Re-generate u... | jan.nijtmans | 2023-07-03 | 1 | -2/+2 |
| | |\
| | |/
| |/| |
|
| | * | Added auto-configuration of posix_spawnp() | neumann | 2023-06-30 | 1 | -0/+2 |
| |/ |
|
* | | Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers a... | jan.nijtmans | 2023-06-27 | 1 | -34/+0 |
|
|
* | | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it. | jan.nijtmans | 2023-06-26 | 1 | -1/+1 |
|
|
* | | Fix [68417a8bb3]: No result/LF printed for 64-bit integer type check | jan.nijtmans | 2023-03-24 | 1 | -2/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2023-03-17 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | arm64e -> arm64, since arm64e is not available yet on MacOS (Thanks to Stefan... | jan.nijtmans | 2023-03-17 | 1 | -8/+8 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2023-03-15 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Remove _LARGEFILE_SOURCE64 usage. See [d690400d07] | jan.nijtmans | 2023-03-15 | 1 | -3/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2023-01-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [ad393071c2]: Use different LD_LIBRARY_PATH_VAR on macOS | jan.nijtmans | 2023-01-06 | 1 | -1/+1 |
|
|
| * | Now that 32-bit cygwin is dead, eliminate the need for --enable-64bit in a Cy... | jan.nijtmans | 2022-12-16 | 1 | -39/+39 |
|
|
| * | Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : C... | jan.nijtmans | 2022-04-21 | 1 | -4/+17 |
|
|
* | | Although I don't think it helps for [62f56a61aca52db3], put back --enable-64b... | jan.nijtmans | 2022-04-21 | 1 | -28/+80 |
|
|
* | | Eliminate the need for --enable-64bit on MacOS: We only do 64-bit now. Remove... | jan.nijtmans | 2022-04-20 | 1 | -22/+28 |
|
|
* | | Fix [https://core.tcl-lang.org/tk/tktview?name=bf0f4808d7|bf0f4808d7]: macOS ... | jan.nijtmans | 2022-04-20 | 1 | -51/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-02-12 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix [1720242] (appears the patch was only partially applied) | jan.nijtmans | 2022-02-12 | 1 | -2/+2 |
|
|
* | | Starting with 8.7, don't bother Cygwin32 any more. Only Cygwin64 will be supp... | jan.nijtmans | 2021-11-12 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-11-07 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Fix [15845d9fd8]: unix/tcl.m4: implicit declaration of exit() in timezone var... | jan.nijtmans | 2021-11-07 | 1 | -2/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-11-01 | 1 | -30/+16 |
|\ \
| |/ |
|
| * | Update DragonFly/FreeBSD configuration (requested by Pietro Cerutti) | jan.nijtmans | 2021-11-01 | 1 | -31/+16 |
|
|
* | | HP_UX -> HP-UX and another apparent typo | jan.nijtmans | 2021-06-08 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Use -fPIC by default on DragonFly/FreeBSD, but not on OSF1/HP-UX. Backported ... | jan.nijtmans | 2021-06-08 | 1 | -3/+5 |
|
|
* | | DragonFly/FreeBSD need -fPIC | jan.nijtmans | 2021-06-08 | 1 | -1/+1 |
|
|
* | | Experiment: Integrate culler's "macher" tool. Only for thin binaries | jan.nijtmans | 2021-02-11 | 1 | -1/+24 |
|
|
* | | Fix [03b70c8918]: core-8-branch : trying to build on macOS10.9 linked against... | jan.nijtmans | 2021-02-04 | 1 | -31/+39 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-01-29 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix 2 warnings when running "autoconf" (2.69 or 2.70) | jan.nijtmans | 2021-01-29 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-01-21 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | Don't use LTO for any stub libraries: It's asking for trouble when an extensi... | jan.nijtmans | 2021-01-20 | 1 | -0/+14 |
|
|
* | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto... | jan.nijtmans | 2021-01-08 | 1 | -1/+1 |
|
|
* | | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they (proba... | jan.nijtmans | 2021-01-07 | 1 | -1/+0 |
|\ \ |
|
* \ \ | Merge 8.7 | jan.nijtmans | 2021-01-07 | 1 | -21/+23 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2021-01-06 | 1 | -11/+16 |
| |\ \
| | |/ |
|
| | * | Eliminate obsolete AC_HAVE_HEADERS and two more AC_TRY_COMPILE constructs. So... | jan.nijtmans | 2021-01-06 | 1 | -19/+25 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2021-01-05 | 1 | -19/+21 |
| |\ \
| | |/ |
|
| | * | More elimination of (obsolete) AC_TRY_COMPILE | jan.nijtmans | 2021-01-05 | 1 | -109/+109 |
|
|