summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-04-211-1/+1
|\
| * Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : C...jan.nijtmans2022-04-211-3/+69
* | Although I don't think it helps for [62f56a61aca52db3], put back --enable-64b...jan.nijtmans2022-04-211-23/+147
* | Eliminate the need for --enable-64bit on MacOS: We only do 64-bit now. Remove...jan.nijtmans2022-04-201-21/+52
* | Fix [https://core.tcl-lang.org/tk/tktview?name=bf0f4808d7|bf0f4808d7]: macOS ...jan.nijtmans2022-04-201-119/+4
* | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin...jan.nijtmans2022-02-171-41/+0
* | Merge 8.6jan.nijtmans2022-02-121-2/+2
|\ \ | |/
| * Fix [1720242] (appears the patch was only partially applied)jan.nijtmans2022-02-121-2/+2
* | Fix [97b8e1d54b]: -mdynamic-no-pic not supported on Apple Siliconjan.nijtmans2021-11-281-1/+0
* | 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-0/+2
|\ \ | |/
| * Fix [15845d9fd8]: unix/tcl.m4: implicit declaration of exit() in timezone var...jan.nijtmans2021-11-071-0/+2
| * merge 8.6dgp2021-11-021-32/+15
| |\
| * | Bump to 8.6.12 for releasejan.nijtmans2021-10-271-1/+1
* | | Merge 8.6jan.nijtmans2021-11-011-28/+15
|\ \ \ | | |/ | |/|
| * | Update DragonFly/FreeBSD configuration (requested by Pietro Cerutti)jan.nijtmans2021-11-011-32/+15
| |/
* | TIP #511 implementation: Implement Tcl_AsyncMarkFromSignal()jan.nijtmans2021-08-201-0/+35
|\ \
| * | tip#511 proposed implementationjan.nijtmans2021-08-171-0/+35
* | | Merge-mark 8.6. Update to autoconf-2.71jan.nijtmans2021-08-191-145/+123
|\ \ \ | |/ / |/| / | |/
* | Bump version number to distinguish from release.dgp2021-06-181-1/+1
* | merge 8.7dgp2021-06-091-3/+3
|\ \
| * \ HP_UX -> HP-UX and another apparent typojan.nijtmans2021-06-081-2/+2
| |\ \ | | |/
| | * re-generate unix/configure with autoconf-2.59jan.nijtmans2021-06-081-4/+7
| * | DragonFly/FreeBSD need -fPICjan.nijtmans2021-06-081-1/+1
* | | Bump to version 8.7a5 for release.dgp2021-05-031-1/+1
|/ /
* | Use Marc Culler's "macher" utility for the onefiledist MacOSX builds. Only fo...jan.nijtmans2021-02-121-4/+36
|\ \
| * | Experiment: Integrate culler's "macher" tool. Only for thin binariesjan.nijtmans2021-02-111-5/+37
|/ /
* | ZIPFS_BUILD=1 only needs to be set oncejan.nijtmans2021-02-091-1/+0
* | Change TCL_ZIP_FILE name, just using dots in stead of underscoresjan.nijtmans2021-02-091-1/+1
* | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and oth...jan.nijtmans2021-02-081-6/+3
* | Bugfix in TIP #430 implementation: tcl_findLibrary should use the same zip-fi...jan.nijtmans2021-02-081-1/+1
* | Fix [03b70c8918]: core-8-branch : trying to build on macOS10.9 linked against...jan.nijtmans2021-02-041-16/+49
* | Undo previous change to unix/configure.ac: It doesn't workjan.nijtmans2021-01-291-159/+40
|\ \ | |/
* | Merge 8.6jan.nijtmans2021-01-291-40/+159
|\ \ | |/
* | re-generate unix/configurejan.nijtmans2021-01-291-1/+1
* | Fix [113be1991e]: zipfs on mac. jan.nijtmans2021-01-291-171/+171
* | Merge 8.6jan.nijtmans2021-01-211-0/+37
|\ \ | |/
| * Don't use LTO for any stub libraries: It's asking for trouble when an extensi...jan.nijtmans2021-01-201-1/+64
| * Merge 8.5jan.nijtmans2021-01-051-1/+1
| |\
* | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-1/+1
* | | Merge 8.7jan.nijtmans2021-01-071-1/+1
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2021-01-051-2/+2
| |\ \ \ | | |/ /
| | * | [e7eb94e8d1] typo fix in changes. Each ambiguous hash still identifies onlydgp2020-12-301-0/+1
| | |\ \
| | | * \ Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configurejan.nijtmans2020-12-291-0/+1
| | | |\ \ | | | | |/
| | | | * Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configurejan.nijtmans2020-12-291-0/+1
| | | | * Fix check for broken strstr/strtoul/strtod functions: Modern C compilers don'...jan.nijtmans2020-12-241-3/+3
| | | | * Update all configure-related stuff to work with autoconf-2.70 too. For now, e...jan.nijtmans2020-12-221-169/+34
| | * | | merge 8.6dgp2020-12-071-10/+2
| | |\ \ \ | | | |/ /
| | * | | merge 8.6dgp2020-10-071-1/+1
| | |\ \ \
| | * | | | Bump to 8.6.11 for release.dgp2020-07-061-1/+1