summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Fix SEGV in zipfs mounting, and try to make that code more comprehensibledkf2021-03-081-0/+3
* Simplify implementation on Cygwin: No need to use CFG_RUNTIME_BINDIR any morejan.nijtmans2021-02-231-1/+0
* Don't pack tcl_library/registry/pkgIndex in zip-file on UNIXjan.nijtmans2021-02-171-1/+1
* Fix "make dist" on UNIX, broken due to TIP #590jan.nijtmans2021-02-171-1/+1
* Another TIP #430 fix for cygwin: libtcl8.7.dll is installed in /usr/bin, not ...jan.nijtmans2021-02-171-1/+1
* Missing semicolon in UNIX Makefilejan.nijtmans2021-02-151-2/+2
* "macher" output should be executablejan.nijtmans2021-02-151-2/+2
* macher 1.1 -> 1.2 (bug fixes) and account for new append syntax.culler2021-02-121-2/+4
* Experiment: Integrate culler's "macher" tool. Only for thin binariesjan.nijtmans2021-02-111-0/+7
* Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and oth...jan.nijtmans2021-02-081-18/+1
* In a --disable-shared build, attach the zip-file to the executable, so "onfil...jan.nijtmans2021-02-041-1/+6
* 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
* | | Merge 8.6jan.nijtmans2021-01-211-3/+3
|\ \ \ | |/ /
| * | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no longe...jan.nijtmans2021-01-211-3/+3
| |\ \
| | * | Don't use LTO for any stub libraries: It's asking for trouble when an extensi...jan.nijtmans2021-01-201-3/+3
| | * | Experiment: Fix [https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5|98a...jan.nijtmans2021-01-151-3/+3
| |/ /
* | | Add mp_unpack() to the libtommath stub table, so this function is available t...jan.nijtmans2021-01-131-1/+4
* | | tcltest -> 2.5.4. Version change should have been done at this commit: [95852...jan.nijtmans2021-01-061-2/+2
* | | Merge 8.6: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-051-2/+2
|\ \ \ | |/ /
| * | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-051-2/+2
| |\ \ | | |/
| | * Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[o...jan.nijtmans2021-01-051-2/+2
* | | Merge 8.6jan.nijtmans2020-12-241-1/+1
|\ \ \ | |/ /
| * | 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
* | | Merge 8.6. Re-generate tclConfig.h.in with autoheader v2.70jan.nijtmans2020-12-171-6/+9
|\ \ \ | |/ /
| * | Add .travis.yml and .github/worksflows to "make dist". Use "cp -p" for all fi...jan.nijtmans2020-12-171-6/+9
| |\ \ | | |/
| | * Add .travis.yml and .github/worksflows to "make dist"jan.nijtmans2020-12-171-0/+3
* | | Merge 8.6jan.nijtmans2020-12-141-0/+13
|\ \ \ | |/ /
| * | Fix [cb4d185ea57b8966]: Fix tests safe-* for tcl-8.6.11rc0jan.nijtmans2020-12-141-0/+13
* | | Merge 8.6jan.nijtmans2020-12-031-2/+2
|\ \ \ | |/ /
| * | 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
| | * Backport changes in tcltest package from higher Tcl versions.jan.nijtmans2020-07-201-2/+2
* | | Fix "make dist"jan.nijtmans2020-11-241-3/+2
* | | Generate html documentation in html5 format. Fix some html5 compatibiliy warn...jan.nijtmans2020-11-201-3/+1
* | | Merge 8.6. jan.nijtmans2020-10-191-1/+2
|\ \ \ | |/ /
* | | Merge 8.6jan.nijtmans2020-10-151-1/+0
|\ \ \ | |/ /
* | | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-171-2/+2
|\ \ \ | |/ /
* | | Somehow GIT cannot remove tests/safe-stock86.test from (earlier) core-8-6-bra...jan.nijtmans2020-09-101-0/+1
* | | Merge 8.6jan.nijtmans2020-09-011-3/+3
|\ \ \ | |/ /
| * | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
* | | Merge 8.6jan.nijtmans2020-08-291-2/+2
|\ \ \ | |/ /
| * | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to http(n...kjnash2020-08-241-2/+2
| * | Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 transacti...kjnash2020-08-121-2/+2
| * | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs...kjnash2020-07-241-2/+2
* | | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs...kjnash2020-07-241-2/+2
* | | Merge 8.6jan.nijtmans2020-06-251-2/+7
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-06-251-1/+6
| |\ \ | | |/