summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-04-076-13/+18
|\
| * TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to ↵jan.nijtmans2021-04-076-13/+18
| | | | | | | | Tcl_StaticLibrary, Tcl_PackageInitProc to Tcl_LibraryInitProc and Tcl_PackageUnloadProc to Tcl_LibraryUnloadProc. Adapt documentation, mentioning that the old names are now deprecated.
* | Clean up the notifier code to not spread the hooks quite so widelydkf2021-04-038-1025/+914
|\ \ | |/
| * Refactoring, ahoydkf2021-03-308-868/+724
| |
| * Start of doing a clean up of the notifier code.dkf2021-03-214-216/+250
| | | | | | | | | | This originated as trying to stop macOS builds from doing silly warnings during a static build, but I noticed that there were common patterns that belong in generic code instead of being repeated in each of the platform-specific pieces.
* | Merge 8.7jan.nijtmans2021-03-091-5/+8
|\ \ | |/
| * Merge 8.6jan.nijtmans2021-03-091-5/+8
| |\
| | * Fix [8419c55e2c]: Tclsh read loop does not handle EINTRjan.nijtmans2021-03-091-5/+8
| | |
* | | Merge 8.7 (zipfs changes)jan.nijtmans2021-03-091-0/+3
|\ \ \ | |/ /
| * | Fix SEGV in zipfs mounting, and try to make that code more comprehensibledkf2021-03-081-0/+3
| | |
* | | Merge 8.7jan.nijtmans2021-02-233-3/+4
|\ \ \ | |/ /
| * | Merge 8.6. Fix Cygwin compilejan.nijtmans2021-02-232-1/+3
| |\ \ | | |/
| | * Merge 8.5jan.nijtmans2021-02-231-3/+3
| | |\
| | | * Revise buffer-sizes used in GetModuleFileNameW() calls. Available ↵jan.nijtmans2021-02-231-3/+3
| | | | | | | | | | | | | | | | buffer-size reported to GetModuleFileNameW() was not always accurate
| | * | 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
| * | | Simplify implementation on Cygwin: No need to use CFG_RUNTIME_BINDIR any morejan.nijtmans2021-02-232-2/+1
| | | |
* | | | Change (internal) signatures for TclpGetClicks/TclpGetSeconds to use ↵jan.nijtmans2021-02-181-8/+8
| | | | | | | | | | | | | | | | "unsigned long long" in stead of Tcl_WideUInt as return value.
* | | | Merge 8.7jan.nijtmans2021-02-171-0/+3
|\ \ \ \ | |/ / /
| * | | Fix compiler warning on non-intel CPU'sjan.nijtmans2021-02-171-0/+3
| | | |
* | | | Merge 8.7jan.nijtmans2021-02-171-3/+3
|\ \ \ \ | |/ / /
| * | | 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
| | | | | | | | | | | | | | | | in /usr/lib as on other platforms
* | | | Merge 8.7jan.nijtmans2021-02-151-2/+2
|\ \ \ \ | |/ / /
| * | | Missing semicolon in UNIX Makefilejan.nijtmans2021-02-151-2/+2
| | | |
| * | | "macher" output should be executablejan.nijtmans2021-02-151-2/+2
| | | |
* | | | Merge 8.7jan.nijtmans2021-02-124-9/+73
|\ \ \ \ | |/ / /
| * | | Use Marc Culler's "macher" utility for the onefiledist MacOSX builds. Only ↵jan.nijtmans2021-02-124-9/+73
| |\ \ \ | | | | | | | | | | | | | | | for non-framework builds.
| | * | | 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-114-11/+73
| |/ / /
* | | | Merge 8.7jan.nijtmans2021-02-104-31/+6
|\ \ \ \ | |/ / /
| * | | 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)
* | | | Merge 8.7jan.nijtmans2021-02-082-2/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 8.7jan.nijtmans2021-02-041-1/+6
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 8.7jan.nijtmans2021-02-042-47/+88
|\ \ \ \ | |/ / /
| * | | Fix [03b70c8918]: core-8-branch : trying to build on macOS10.9 linked ↵jan.nijtmans2021-02-042-47/+88
| | | | | | | | | | | | | | | | against XQuartz
* | | | Merge 8.7jan.nijtmans2021-02-021-2/+2
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2021-02-012-160/+41
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2021-01-293-260/+379
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-01-293-43/+162
| |\ \ \ | | |/ /