summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* DOn't use --out-implib on Cygwin any more, no longer neededjan.nijtmans2023-08-031-2/+0
* deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co...jan.nijtmans2023-08-021-2/+1
* Add (back) check for vfork()jan.nijtmans2023-07-251-2/+2
* attempt to fix posix_spawn on linuxjan.nijtmans2023-07-251-2/+2
* 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
|/
* arm64e -> arm64, since arm64e is not available yet on MacOS (Thanks to Stefan...jan.nijtmans2023-03-171-8/+8
* Remove _LARGEFILE_SOURCE64 usage. See [d690400d07]jan.nijtmans2023-03-151-3/+0
* 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
* Fix [1720242] (appears the patch was only partially applied)jan.nijtmans2022-02-121-2/+2
* Fix [15845d9fd8]: unix/tcl.m4: implicit declaration of exit() in timezone var...jan.nijtmans2021-11-071-2/+4
* Update DragonFly/FreeBSD configuration (requested by Pietro Cerutti)jan.nijtmans2021-11-011-31/+16
* Use -fPIC by default on DragonFly/FreeBSD, but not on OSF1/HP-UX. Backported ...jan.nijtmans2021-06-081-3/+5
* Fix 2 warnings when running "autoconf" (2.69 or 2.70)jan.nijtmans2021-01-291-2/+2
* Don't use LTO for any stub libraries: It's asking for trouble when an extensi...jan.nijtmans2021-01-201-0/+14
* Eliminate obsolete AC_HAVE_HEADERS and two more AC_TRY_COMPILE constructs. So...jan.nijtmans2021-01-061-19/+25
* More elimination of (obsolete) AC_TRY_COMPILEjan.nijtmans2021-01-051-109/+109
* AC_HELP_STRING -> AS_HELP_STRINGjan.nijtmans2021-01-041-16/+16
* 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.5jan.nijtmans2020-12-011-1/+1
|\ \ | |/
| * Missing '_' in unix/tcl.m4 (Only relevant for mingw)jan.nijtmans2020-12-011-1/+1
* | Merge 8.5jan.nijtmans2020-11-301-2/+2
|\ \ | |/
| * Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2jan.nijtmans2020-11-301-2/+2
* | (cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werr...jan.nijtmans2020-10-061-1/+1
* | Merge 8.5jan.nijtmans2020-06-251-1/+4
|\ \ | |/
| * Fix [9080d6a871]: Build fix for tcl on macOS on Apple Siliconjan.nijtmans2020-06-241-1/+5
* | Merge-mark 8.5 (TZ update already done here)jan.nijtmans2020-06-081-2/+2
|\ \ | |/
* | More double-quotesjan.nijtmans2020-04-151-11/+11
* | Try adding some quotesjan.nijtmans2020-04-141-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-1/+1
* | Clean up some usage of DBGX: It isn't used any more on UNIXjan.nijtmans2020-02-041-24/+1
* | Add ${LDFLAGS} to MAKE_LIB. This handles the possibility of adding LDFLAGS=??...jan.nijtmans2020-01-131-1/+1
* | Merge 8.5jan.nijtmans2020-01-061-1/+0
|\ \ | |/
| * Don't assume/set LDFLAGS being "", it could be set on the "configure" command...jan.nijtmans2020-01-061-3/+1
* | Prevent double definition of MODULE_SCOPE on Darwinjan.nijtmans2019-12-201-0/+1
* | 8.5 -> 8.6jan.nijtmans2019-10-311-2/+2
* | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-311-0/+5
|\ \ | |/
| * Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-311-0/+5
* | Remove /System from auto_path on macOS because Apple has deprecated its own a...Kevin Walzer2019-10-251-2/+0
* | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD...jan.nijtmans2019-10-021-6/+32
|\ \ | |/
| * Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on NetBSD...jan.nijtmans2019-10-021-2/+28
| * Correct typo's in tcl.m4. Found by Kamil Rytarowskijan.nijtmans2019-10-011-4/+4
* | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ...jan.nijtmans2019-01-221-4/+0
* | Eliminate fallback attempts when broken strtod() routines are detected.dgp2018-11-011-53/+0
* | Merge 8.5jan.nijtmans2018-10-301-2/+2
|\ \ | |/