summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* ZIPFS_BUILD=1 only needs to be set oncejan.nijtmans2021-02-092-2/+0
|
* Change TCL_ZIP_FILE name, just using dots in stead of underscoresjan.nijtmans2021-02-093-3/+2
|
* Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and ↵jan.nijtmans2021-02-083-28/+6
| | | | other external packages)
* Bugfix in TIP #430 implementation: tcl_findLibrary should use the same ↵jan.nijtmans2021-02-082-2/+2
| | | | zip-file naming as the configure scripts do
* In a --disable-shared build, attach the zip-file to the executable, so ↵jan.nijtmans2021-02-041-1/+6
| | | | "onfiledist.yml" doesn't need to do that any more
* Fix [03b70c8918]: core-8-branch : trying to build on macOS10.9 linked ↵jan.nijtmans2021-02-042-47/+88
| | | | against XQuartz
* Merge 8.6jan.nijtmans2021-02-021-2/+2
|\
| * On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-021-2/+2
| |\
| | * On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-021-2/+2
| | |
* | | Undo previous change to unix/configure.ac: It doesn't workjan.nijtmans2021-01-292-160/+41
|\ \ \ | |/ /
| * | Undo previous change to unix/configure.injan.nijtmans2021-01-291-1/+1
| | |
* | | Merge 8.6jan.nijtmans2021-01-293-43/+162
|\ \ \ | |/ /
| * | Fix 2 warnings when running "autoconf" (2.69 or 2.70)jan.nijtmans2021-01-292-3/+3
| | |
* | | re-generate unix/configurejan.nijtmans2021-01-291-1/+1
| | |
* | | Fix [113be1991e]: zipfs on mac. jan.nijtmans2021-01-292-217/+217
| | | | | | | | | From now on, --enable-framework automatically means --disable-zipfs, since those 2 options can never work together.
* | | Lowercase package names are recommended nowjan.nijtmans2021-01-282-4/+4
| | |
* | | Merge 8.6jan.nijtmans2021-01-213-3/+54
|\ \ \ | |/ /
| * | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no ↵jan.nijtmans2021-01-213-4/+81
| |\ \ | | | | | | | | | | | | longer compile the stub library using LTO (even if CFLAGS enables LTO)
| | * | Don't use LTO for any stub libraries: It's asking for trouble when an ↵jan.nijtmans2021-01-203-4/+81
| | | | | | | | | | | | | | | | extension is compiled with different CFLAGS as the stub library.
| | * | Experiment: Fix ↵jan.nijtmans2021-01-151-3/+3
| |/ / | | | | | | | | | [https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5|98ae20f0f5]. Works for any extension using this construct, not only Thread
* | | Add mp_unpack() to the libtommath stub table, so this function is available ↵jan.nijtmans2021-01-131-1/+4
| | | | | | | | | | | | to extensions (and to Tcl itself, but not used yet)
* | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵jan.nijtmans2021-01-084-17/+17
| | | | | | | | | | | | | | | stopped support for MSVC 6++ Change Tcl_WideInt -> long long in various places: Tcl_WideInt could be a 128-bit type, we don't want that everywhere.
* | | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they ↵jan.nijtmans2021-01-071-1/+0
|\ \ \ | | | | | | | | | | | | (probably) cannot handle Windows 7 API anyway.
* \ \ \ Merge 8.7jan.nijtmans2021-01-076-38/+40
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-01-061-11/+16
| |\ \ \ | | |/ /
| | * | Eliminate obsolete AC_HAVE_HEADERS and two more AC_TRY_COMPILE constructs. ↵jan.nijtmans2021-01-061-19/+25
| | | | | | | | | | | | | | | | Some formatting
| * | | tcltest -> 2.5.4. Version change should have been done at this commit: ↵jan.nijtmans2021-01-061-2/+2
| | | | | | | | | | | | | | | | [95852bc2ed0e2c11]
| * | | Merge 8.6: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-052-7/+6
| |\ \ \ | | |/ /
| | * | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-052-7/+6
| | |\ \ | | | |/
| | | * Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother ↵jan.nijtmans2021-01-052-14/+6
| | | | | | | | | | | | | | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16
| * | | Merge 8.6jan.nijtmans2021-01-052-10/+6
| |\ \ \ | | |/ /
| | * | Merge 8.5jan.nijtmans2021-01-053-3/+5
| | |\ \ | | | |/
| | | * #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary ↵jan.nijtmans2021-01-052-2/+4
| | | | | | | | | | | | | | | | have the same version.
| * | | Merge 8.6jan.nijtmans2021-01-052-21/+23
| |\ \ \ | | |/ /
| | * | More elimination of (obsolete) AC_TRY_COMPILEjan.nijtmans2021-01-051-109/+109
| | | |
| * | | Merge 8.6jan.nijtmans2021-01-051-28/+28
| |\ \ \ | | |/ /
| | * | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates ↵jan.nijtmans2021-01-051-29/+29
| | | | | | | | | | | | | | | | the same */configure scripts with autoconf-2.59.
| | * | AC_HELP_STRING -> AS_HELP_STRINGjan.nijtmans2021-01-042-19/+19
| | | |
* | | | Merge 8.7jan.nijtmans2021-01-046-79/+47
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2021-01-021-1/+1
| |\ \ \ | | |/ /
| | * | [e7eb94e8d1] typo fix in changes. Each ambiguous hash still identifies onlydgp2020-12-301-0/+1
| | |\ \ | | | | | | | | | | one ticket, which is good enough.
| | | * \ 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
| | | | |
| | * | | merge 8.6dgp2020-12-262-2/+2
| | |\ \ \ | | | |/ /
| | * | | Merge 8.6jan.nijtmans2020-12-171-6/+22
| | |\ \ \
| | * | | | make distdgp2020-12-111-20/+6
| | | | | |
| | * | | | merge 8.6dgp2020-12-074-30/+14
| | |\ \ \ \
| | * \ \ \ \ merge 8.6dgp2020-10-191-211/+201
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.6dgp2020-10-134-7/+9
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge 8.6dgp2020-10-072-2/+2
| | |\ \ \ \ \ \ \