Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't try to use ln when creating libtcl.vfs on windows: It doesn't work for ↵ | jan.nijtmans | 2021-02-17 | 1 | -9/+0 |
| | | | | encodings or msg-files (anything on a deeper level) when zipping (at least not on cygwin) | ||||
* | Make TIP #430 work on cygwin. Simplify some makefiles | jan.nijtmans | 2021-02-10 | 2 | -15/+0 |
| | |||||
* | In a static build, don't pack dde/registry in zip-file. In shared build, ↵ | jan.nijtmans | 2021-02-10 | 2 | -12/+7 |
| | | | | pack dde/registry dll's in zip-file. Rename zip-file | ||||
* | ZIPFS_BUILD=1 only needs to be set once | jan.nijtmans | 2021-02-09 | 2 | -2/+0 |
| | |||||
* | Change TCL_ZIP_FILE name, just using dots in stead of underscores | jan.nijtmans | 2021-02-09 | 3 | -4/+2 |
| | |||||
* | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and ↵ | jan.nijtmans | 2021-02-08 | 4 | -21/+8 |
| | | | | other external packages) | ||||
* | Bugfix in TIP #430 implementation: tcl_findLibrary should use the same ↵ | jan.nijtmans | 2021-02-08 | 2 | -2/+2 |
| | | | | zip-file naming as the configure scripts do | ||||
* | Merge 8.6 | jan.nijtmans | 2021-02-08 | 1 | -2/+1 |
| | |||||
* | In a --disable-shared build, attach the zip-file to the executable, so ↵ | jan.nijtmans | 2021-02-04 | 1 | -1/+6 |
| | | | | "onfiledist.yml" doesn't need to do that any more | ||||
* | Fix [03b70c8918]: core-8-branch : trying to build on macOS10.9 linked ↵ | jan.nijtmans | 2021-02-04 | 2 | -2/+43 |
| | | | | against XQuartz | ||||
* | Merge 8.6 | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
|\ | |||||
| * | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
| |\ | |||||
| | * | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2021-01-21 | 4 | -4/+54 |
|\ \ \ | |/ / | |||||
| * | | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no ↵ | jan.nijtmans | 2021-01-21 | 4 | -5/+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.nijtmans | 2021-01-20 | 4 | -5/+81 |
| |/ / | | | | | | | | | | extension is compiled with different CFLAGS as the stub library. | ||||
* | | | Add mp_unpack() to the libtommath stub table, so this function is available ↵ | jan.nijtmans | 2021-01-13 | 2 | -0/+2 |
| | | | | | | | | | | | | to extensions (and to Tcl itself, but not used yet) | ||||
* | | | Merge 8.6 | jan.nijtmans | 2021-01-13 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 2 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 2 | -2/+2 |
| | | | |||||
* | | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵ | jan.nijtmans | 2021-01-08 | 5 | -62/+62 |
| | | | | | | | | | | | | | | | stopped support for MSVC 6++ Change Tcl_WideInt -> long long in various places: Tcl_WideInt could be a 128-bit type, we don't want that everywhere. | ||||
* | | | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they ↵ | jan.nijtmans | 2021-01-07 | 3 | -41/+4 |
|\ \ \ | | | | | | | | | | | | | (probably) cannot handle Windows 7 API anyway. | ||||
* | | | | No need any more for -D_ATL_XP_TARGETING=1 | jan.nijtmans | 2021-01-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2021-01-07 | 9 | -217/+210 |
|\ \ \ \ | |/ / / | |||||
| * | | | tcltest -> 2.5.4. Version change should have been done at this commit: ↵ | jan.nijtmans | 2021-01-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | [95852bc2ed0e2c11] | ||||
| * | | | TIP #590 follow-up: Restore 2nd 'load' argument in dde/registry ↵ | jan.nijtmans | 2021-01-06 | 4 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | pkgIndex.tcl. Otherwise those pkgIndex.tcl files no longer work in a Tcl 8.6 environment. dde -> 1.4.4, registry -> 1.3.6 (to stop all confusion about the difference to Tcl 8.6.11) | ||||
| * | | | Merge 8.6: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 | jan.nijtmans | 2021-01-05 | 2 | -4/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 | jan.nijtmans | 2021-01-05 | 2 | -4/+4 |
| | |\ \ | | | |/ | |||||
| | | * | Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother ↵ | jan.nijtmans | 2021-01-05 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16 | ||||
| * | | | Merge 8.6 | jan.nijtmans | 2021-01-05 | 1 | -36/+35 |
| |\ \ \ | | |/ / | |||||
| | * | | More elimination of (obsolete) AC_TRY_COMPILE | jan.nijtmans | 2021-01-05 | 1 | -37/+35 |
| | | | | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2021-01-05 | 2 | -200/+192 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.5. Restore use of AC_HEADER_STDC in win/configure.in: Wait for 8.7 ↵ | jan.nijtmans | 2021-01-05 | 1 | -13/+13 |
| | |\ \ | | | |/ | | | | | | | | | to make that change | ||||
| | * | | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates ↵ | jan.nijtmans | 2021-01-05 | 1 | -23/+20 |
| | | | | | | | | | | | | | | | | the same */configure scripts with autoconf-2.59. | ||||
| * | | | Merge 8.6 | jan.nijtmans | 2021-01-04 | 1 | -3/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Roll-back part of [4dfa9000e1]: This isn't used for Tcl, but breaks some ↵ | jan.nijtmans | 2021-01-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | extensions (like tkImg) | ||||
| | * | | AC_HELP_STRING -> AS_HELP_STRING | jan.nijtmans | 2021-01-04 | 2 | -4/+4 |
| | | | | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2021-01-04 | 2 | -16/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in ↵ | jan.nijtmans | 2021-01-04 | 2 | -15/+31 |
| | | | | | | | | | | | | | | | | generated configure scripts | ||||
| | * | | re-generate win/configure | jan.nijtmans | 2021-01-04 | 1 | -0/+1 |
| | |\ \ | | | |/ | |||||
| | | * | re-generate win/configure | jan.nijtmans | 2021-01-04 | 1 | -0/+1 |
| | | | | |||||
| | | * | Last pre-autoconf-2.69 obsolete construct eliminated. Works with ↵ | jan.nijtmans | 2020-12-24 | 1 | -17/+16 |
| | | | | | | | | | | | | | | | | autoconf-2.59 as well. Still to be tested with autoconf-2.70. | ||||
| | | * | Convert AC_TRY_COMPILE (which is obsolete now) to ↵ | jan.nijtmans | 2020-12-24 | 2 | -18/+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.nijtmans | 2020-12-23 | 2 | -24/+26 |
| | | | | |||||
| | | * | Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵ | jan.nijtmans | 2020-12-22 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | everything still generated with (modified) autoconf-2.59 | ||||
| | * | | merge 8.6 | dgp | 2020-12-26 | 1 | -3/+3 |
| | |\ \ | |||||
| | * \ \ | merge 8.6 | dgp | 2020-12-22 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge 8.6 | jan.nijtmans | 2020-12-17 | 4 | -6/+20 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge 8.6 | dgp | 2020-12-11 | 2 | -130/+158 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge 8.6 | dgp | 2020-12-10 | 2 | -6/+8 |
| | |\ \ \ \ \ \ |