summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix various aspects in TIP #430 implementation. Should now work for Tk too (t...jan.nijtmans2021-02-1016-102/+42
| |\ \ \
| | * | | In a static build, don't pack dde/registry in zip-file. In shared build, pack...jan.nijtmans2021-02-102-12/+7
| | * | | Only set dllfile,runtime key info when doing a shared buildjan.nijtmans2021-02-091-0/+2
| | * | | ZIPFS_BUILD=1 only needs to be set oncejan.nijtmans2021-02-094-4/+0
| | * | | Handle the situation that ::${basename}::pkgconfig does not have bindir/libdi...jan.nijtmans2021-02-091-4/+13
| | * | | Change TCL_ZIP_FILE name, just using dots in stead of underscoresjan.nijtmans2021-02-097-8/+5
| | * | | Add --disable-zipfs flag to GNUmakefilejan.nijtmans2021-02-091-1/+1
| | * | | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and oth...jan.nijtmans2021-02-0812-78/+19
| |/ / /
| * | | Merge-markjan.nijtmans2021-02-080-0/+0
| |\ \ \ | | |/ /
| | * | Merge 8.5jan.nijtmans2021-02-082-190/+193
| | |\ \ | | | |/
| | | * Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make c...jan.nijtmans2021-02-083-61/+52
| * | | Bugfix in TIP #430 implementation: tcl_findLibrary should use the same zip-fi...jan.nijtmans2021-02-085-8/+7
| * | | Fix "auto.tcl" indentingjan.nijtmans2021-02-081-97/+99
| * | | Merge 8.6jan.nijtmans2021-02-081-2/+1
| * | | Merge 8.6jan.nijtmans2021-02-051-2/+2
| |\ \ \ | | |/ /
| | * | More implicit type-casts, for better compatibility with C++jan.nijtmans2021-02-056-93/+92
| | * | Oopsjan.nijtmans2021-02-051-2/+2
| * | | Merge 8.6jan.nijtmans2021-02-051-2/+2
| |\ \ \ | | |/ /
| | * | Fix filename-11.45 testcase when there are multiple volumes: This testcase on...jan.nijtmans2021-02-051-2/+2
| * | | In a --disable-shared build, attach the zip-file to the executable, so "onfil...jan.nijtmans2021-02-043-14/+20
| * | | Fix [03b70c8918]: core-8-branch : trying to build on macOS10.9 linked against...jan.nijtmans2021-02-044-49/+131
| * | | Merge 8.6jan.nijtmans2021-02-025-9/+13
| |\ \ \ | | |/ /
| | * | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-024-8/+12
| | |\ \ | | | |/
| | | * On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-024-8/+12
| * | | 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-293-218/+218
| * | | Lowercase package names are recommended nowjan.nijtmans2021-01-284-7/+7
| * | | Merge 8.6jan.nijtmans2021-01-2814-716/+716
| |\ \ \ | | |/ /
| | * | Use {} braces in more "expr" expressions.jan.nijtmans2021-01-2815-718/+718
| | * | Use "in" operator in stead of "lsearch -exact" when possiblejan.nijtmans2021-01-282-2/+2
| * | | Merge 8.6jan.nijtmans2021-01-273-3/+3
| |\ \ \ | | |/ /
| | * | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact".jan.nijtmans2021-01-275-9/+9
| * | | Merge 8.6jan.nijtmans2021-01-271-1/+2
| |\ \ \ | | |/ /
| | * | When generating stubs, always read *.decls and *Decls.h files in UTF-8. This ...jan.nijtmans2021-01-271-2/+3
| * | | Merge 8.6jan.nijtmans2021-01-251-0/+1
| |\ \ \ | | |/ /
| | * | Update to tzdata 2021ajan.nijtmans2021-01-251-0/+1
| | |\ \ | | | |/
| | | * Update to tzdata 2021ajan.nijtmans2021-01-251-0/+1
| * | | Make Tcl_GetString() a macro calling Tcl_GetStringFromObj(). Just the same as...jan.nijtmans2021-01-253-3/+7
| * | | Fix [f4b0cb2080] by only accepting new syntax when TCL_NO_DEPRECATED is definedjan.nijtmans2021-01-253-8/+13
| * | | Merge 8.6jan.nijtmans2021-01-251-0/+2
| |\ \ \ | | |/ /
| | * | Merge 8.5jan.nijtmans2021-01-251-0/+2
| | |\ \ | | | |/
| | | * ERROR_ON_FAILURES=1, otherwise failing Linux tests don't result in a failing ...jan.nijtmans2021-01-251-0/+2
| * | | Make sure MODULE_SCOPE is always defined correctly, for C++ compilers toojan.nijtmans2021-01-252-1/+13
| * | | Fix [http://core.tcl.tk/tk/tktview?name=1712098|1712098]: Tk still needs Tcl ...jan.nijtmans2021-01-224-5/+17
| |\ \ \
| | * | | Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> Tcl_MacOSXNoti...jan.nijtmans2021-01-223-6/+4
| | * | | Rebase to core-8-branchjan.nijtmans2021-01-224-3/+17
| | |\ \ \ | |/ / / /