summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-06-251-3/+4
|\
| * Undo change in [b70eeebb0d196bb2]: It breaks the "make html" target in github...jan.nijtmans2021-06-191-2/+2
| |\
| | * Hm. tcltk-man2html.tcl cannot handle $(PATCH_LEVEL). Don't bother for now.jan.nijtmans2021-06-181-1/+1
| | * Fix "make html-tcl" target, broken by this commit: [b70eeebb0d196bb2] (in cor...jan.nijtmans2021-06-181-1/+1
| * | Fix [f8608fc420]: linux : dynamic location of the tcl zipfsjan.nijtmans2021-06-181-1/+1
| |\ \ | | |/ | |/|
| | * protect all usage of dladdr() with !defined(NO_DLFCN_H)jan.nijtmans2021-06-111-1/+1
| | * (cherry-pick): Update dist target to renamed file.jan.nijtmans2021-06-101-1/+1
| * | Change the arguments of the `make html` target to take the right defaultdgp2021-06-131-2/+3
| * | Update dist target to renamed file.dgp2021-06-091-1/+1
| |/
* | Merge 8.7jan.nijtmans2021-06-081-5/+8
|\ \ | |/
| * Add full "libtommath" to "make dist" in stead of only the header-files and sr...jan.nijtmans2021-06-081-2/+5
| * If the test suite needs a file, it needs to go in the distribution (cherry-pick)jan.nijtmans2021-06-081-1/+1
| * Revise http version number from unusual 2.10.0a1 to conventional 2.10a1dgp2021-06-041-2/+2
* | Merge 8.7. Add "ilp32" build flagjan.nijtmans2021-05-261-10/+6
|\ \ | |/
| * Merge 8.6jan.nijtmans2021-05-251-1/+1
| |\
| | * Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t...jan.nijtmans2021-05-251-1/+1
| | |\
| | | * Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t...jan.nijtmans2021-05-251-1/+1
| | * | Merge 8.5jan.nijtmans2021-02-081-184/+186
| | |\ \ | | | |/
| | | * Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make c...jan.nijtmans2021-02-081-57/+48
| * | | Add valgrind option --keep-deguginfo=yespooryorick2021-05-151-0/+1
| * | | Fix quoting issues in gdb-test and lldb targets.pooryorick2021-05-131-9/+4
* | | | Merge 8.7jan.nijtmans2021-04-141-4/+8
|\ \ \ \ | |/ / /
| * | | Refactoring, ahoydkf2021-03-301-4/+5
| * | | Fix SEGV in zipfs mounting, and try to make that code more comprehensibledkf2021-03-081-0/+3
* | | | Fix build with -DTCL_NO_DEPRECATED cflagjan.nijtmans2021-02-251-3/+3
* | | | Merge 8.7. Change more functions signatures to return the Tcl full version nu...jan.nijtmans2021-02-241-3/+11
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 8.7jan.nijtmans2021-02-101-21/+9
|\ \ \ \ | |/ / /
| * | | 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.7. Make "git rev-parse" work from any directoryjan.nijtmans2021-02-011-1/+1
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2021-01-281-15/+34
|\ \ \ \ | |/ / /
| * | | 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
| | |\ \ | | | |/