summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.5jan.nijtmans2021-02-081-184/+186
|\
| * Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make ↵jan.nijtmans2021-02-081-57/+48
| | | | | | | | clean", which might be a leftover of a previous Tcl 8.7 build in this directory
* | 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.injan.nijtmans2021-01-291-1/+1
| |
* | Fix 2 warnings when running "autoconf" (2.69 or 2.70)jan.nijtmans2021-01-292-3/+3
| |
* | 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
* | Eliminate obsolete AC_HAVE_HEADERS and two more AC_TRY_COMPILE constructs. ↵jan.nijtmans2021-01-061-19/+25
| | | | | | | | Some formatting
* | 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.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.
* | More elimination of (obsolete) AC_TRY_COMPILEjan.nijtmans2021-01-051-109/+109
| |
* | 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
| |
* | [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
|\ \ \ | |/ /
| * | Fix [5a15a88490]: Checkin [1f6f21856b] quoting broke unix/installManpagejan.nijtmans2020-12-241-1/+1
| |\ \ | | |/
| | * correct quoting in unix/installManPage, so $Dir can contain spacesjan.nijtmans2020-12-241-7/+7
| | |
| * | unix/configure.in is not supposed to be executable in the distributionjan.nijtmans2020-12-241-1/+1
| |\ \ | | |/
| | * unix/configure.in is not supposed to be executable in the distribution.jan.nijtmans2020-12-241-6/+1
| | | | | | | | | Don't re-generate unix/tclConfig.h.in and unix/configure as part of "make dist": This should be done with autoconf-2.59, not with whatever autoconf is present on this machine
| | * Last pre-autoconf-2.69 obsolete construct eliminated. Works with ↵jan.nijtmans2020-12-241-113/+118
| | | | | | | | | | | | autoconf-2.59 as well. Still to be tested with autoconf-2.70.
| | * Fix check for broken strstr/strtoul/strtod functions: Modern C compilers ↵jan.nijtmans2020-12-242-6/+6
| | | | | | | | | | | | don't accept signature mismatches any more.
| | * Convert AC_TRY_COMPILE (which is obsolete now) to ↵jan.nijtmans2020-12-241-31/+31
| | | | | | | | | | | | AC_COMPILE_IFELSE/AC_LANG_PROGRAM. This still works with autoconf-2.59 too.
| | * More progress in autoconf-2.70 compatibility. Not to be merged to 8.6 yet!jan.nijtmans2020-12-231-1/+1
| | |
| | * Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵jan.nijtmans2020-12-224-318/+158
| | | | | | | | | | | | everything still generated with (modified) autoconf-2.59
* | | Merge 8.6jan.nijtmans2020-12-171-6/+22
|\ \ \ | |/ /
| * | Add .travis.yml and .github/worksflows to "make dist". Use "cp -p" for all ↵jan.nijtmans2020-12-171-6/+9
| |\ \ | | |/ | | | | | | files in "make dist"
| | * Add .travis.yml and .github/worksflows to "make dist"jan.nijtmans2020-12-171-0/+3
| | |
| * | Fix [cb4d185ea57b8966]: Fix tests safe-* for tcl-8.6.11rc0jan.nijtmans2020-12-141-0/+13
| | |
| * | make distjan.nijtmans2020-12-131-20/+6
| | |
* | | make distdgp2020-12-111-20/+6
| | |
* | | merge 8.6dgp2020-12-074-30/+14
|\ \ \ | |/ /
| * | Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
| |\ \ | | |/
| | * Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
| | |
| * | Merge 8.5jan.nijtmans2020-12-022-16/+0
| |\ \ | | |/
| | * Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵jan.nijtmans2020-12-012-16/+0
| | | | | | | | | | | | generates this part, resulting in duplicate code in the "configure" script
| * | Merge 8.5jan.nijtmans2020-12-012-3/+3
| |\ \ | | |/
| | * Missing '_' in unix/tcl.m4 (Only relevant for mingw)jan.nijtmans2020-12-012-3/+3
| | |
| * | Merge 8.5jan.nijtmans2020-11-302-4/+4
| |\ \ | | |/
| | * Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2jan.nijtmans2020-11-302-4/+4
| | |
| | * (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ↵jan.nijtmans2020-10-091-6/+6
| | | | | | | | | | | | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings
| | * create server socket with AI_PASSIVE flag (used for bind)sebres2020-08-101-1/+1
| | |
| | * Backport changes in tcltest package from higher Tcl versions.jan.nijtmans2020-07-201-2/+2
| | | | | | | | | | | | Rename (internal, undocumented) tcltest::loadIntoSlaveInterpreter into tcltest::loadIntoChildInterpreter tcltest 2.5.1 -> 2.5.3
| * | Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-8/+8
| | | | | | | | | Fix some more warnings, discovered in c20/c++20 mode
* | | merge 8.6dgp2020-10-191-211/+201
|\ \ \ | |/ /