Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2022-04-21 | 1 | -1/+1 |
|\ | |||||
| * | Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : ↵ | jan.nijtmans | 2022-04-21 | 1 | -3/+69 |
| | | | | | | | | CFLAGS_OPTIMIZE. Builds on MacOSX will now be done with -O2 in Release mode. | ||||
* | | Although I don't think it helps for [62f56a61aca52db3], put back ↵ | jan.nijtmans | 2022-04-21 | 1 | -23/+147 |
| | | | | | | | | --enable-64bit and fat_32_64 functionality: It's probably too early to abandon 32-bit builds | ||||
* | | Eliminate the need for --enable-64bit on MacOS: We only do 64-bit now. ↵ | jan.nijtmans | 2022-04-20 | 1 | -21/+52 |
| | | | | | | | | Remove macosx/Tcl.xcode in favor of macosx/Tcl.xcodeproj | ||||
* | | Fix [https://core.tcl-lang.org/tk/tktview?name=bf0f4808d7|bf0f4808d7]: macOS ↵ | jan.nijtmans | 2022-04-20 | 1 | -119/+4 |
| | | | | | | | | Aqua : CFLAGS_OPTIMIZE | ||||
* | | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has ↵ | jan.nijtmans | 2022-02-17 | 1 | -41/+0 |
| | | | | | | | | isinf() and isnan() | ||||
* | | Merge 8.6 | jan.nijtmans | 2022-02-12 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix [1720242] (appears the patch was only partially applied) | jan.nijtmans | 2022-02-12 | 1 | -2/+2 |
| | | |||||
* | | Fix [97b8e1d54b]: -mdynamic-no-pic not supported on Apple Silicon | jan.nijtmans | 2021-11-28 | 1 | -1/+0 |
| | | |||||
* | | Starting with 8.7, don't bother Cygwin32 any more. Only Cygwin64 will be ↵ | jan.nijtmans | 2021-11-12 | 1 | -2/+2 |
| | | | | | | | | supported. | ||||
* | | Merge 8.6 | jan.nijtmans | 2021-11-07 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fix [15845d9fd8]: unix/tcl.m4: implicit declaration of exit() in timezone ↵ | jan.nijtmans | 2021-11-07 | 1 | -0/+2 |
| | | | | | | | | variable checks | ||||
| * | merge 8.6 | dgp | 2021-11-02 | 1 | -32/+15 |
| |\ | |||||
| * | | Bump to 8.6.12 for release | jan.nijtmans | 2021-10-27 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2021-11-01 | 1 | -28/+15 |
|\ \ \ | | |/ | |/| | |||||
| * | | Update DragonFly/FreeBSD configuration (requested by Pietro Cerutti) | jan.nijtmans | 2021-11-01 | 1 | -32/+15 |
| |/ | |||||
* | | TIP #511 implementation: Implement Tcl_AsyncMarkFromSignal() | jan.nijtmans | 2021-08-20 | 1 | -0/+35 |
|\ \ | |||||
| * | | tip#511 proposed implementation | jan.nijtmans | 2021-08-17 | 1 | -0/+35 |
| | | | |||||
* | | | Merge-mark 8.6. Update to autoconf-2.71 | jan.nijtmans | 2021-08-19 | 1 | -145/+123 |
|\ \ \ | |/ / |/| / | |/ | |||||
* | | Bump version number to distinguish from release. | dgp | 2021-06-18 | 1 | -1/+1 |
| | | |||||
* | | merge 8.7 | dgp | 2021-06-09 | 1 | -3/+3 |
|\ \ | |||||
| * \ | HP_UX -> HP-UX and another apparent typo | jan.nijtmans | 2021-06-08 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | re-generate unix/configure with autoconf-2.59 | jan.nijtmans | 2021-06-08 | 1 | -4/+7 |
| | | | |||||
| * | | DragonFly/FreeBSD need -fPIC | jan.nijtmans | 2021-06-08 | 1 | -1/+1 |
| | | | |||||
* | | | Bump to version 8.7a5 for release. | dgp | 2021-05-03 | 1 | -1/+1 |
|/ / | |||||
* | | Use Marc Culler's "macher" utility for the onefiledist MacOSX builds. Only ↵ | jan.nijtmans | 2021-02-12 | 1 | -4/+36 |
|\ \ | | | | | | | | | | for non-framework builds. | ||||
| * | | Experiment: Integrate culler's "macher" tool. Only for thin binaries | jan.nijtmans | 2021-02-11 | 1 | -5/+37 |
|/ / | |||||
* | | ZIPFS_BUILD=1 only needs to be set once | jan.nijtmans | 2021-02-09 | 1 | -1/+0 |
| | | |||||
* | | Change TCL_ZIP_FILE name, just using dots in stead of underscores | jan.nijtmans | 2021-02-09 | 1 | -1/+1 |
| | | |||||
* | | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and ↵ | jan.nijtmans | 2021-02-08 | 1 | -6/+3 |
| | | | | | | | | other external packages) | ||||
* | | Bugfix in TIP #430 implementation: tcl_findLibrary should use the same ↵ | jan.nijtmans | 2021-02-08 | 1 | -1/+1 |
| | | | | | | | | zip-file naming as the configure scripts do | ||||
* | | Fix [03b70c8918]: core-8-branch : trying to build on macOS10.9 linked ↵ | jan.nijtmans | 2021-02-04 | 1 | -16/+49 |
| | | | | | | | | against XQuartz | ||||
* | | Undo previous change to unix/configure.ac: It doesn't work | jan.nijtmans | 2021-01-29 | 1 | -159/+40 |
|\ \ | |/ | |||||
* | | Merge 8.6 | jan.nijtmans | 2021-01-29 | 1 | -40/+159 |
|\ \ | |/ | |||||
* | | re-generate unix/configure | jan.nijtmans | 2021-01-29 | 1 | -1/+1 |
| | | |||||
* | | Fix [113be1991e]: zipfs on mac. | jan.nijtmans | 2021-01-29 | 1 | -171/+171 |
| | | | | | | From now on, --enable-framework automatically means --disable-zipfs, since those 2 options can never work together. | ||||
* | | Merge 8.6 | jan.nijtmans | 2021-01-21 | 1 | -0/+37 |
|\ \ | |/ | |||||
| * | Don't use LTO for any stub libraries: It's asking for trouble when an ↵ | jan.nijtmans | 2021-01-20 | 1 | -1/+64 |
| | | | | | | | | extension is compiled with different CFLAGS as the stub library. | ||||
| * | Merge 8.5 | jan.nijtmans | 2021-01-05 | 1 | -1/+1 |
| |\ | |||||
* | | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵ | jan.nijtmans | 2021-01-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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 | jan.nijtmans | 2021-01-07 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge 8.6 | jan.nijtmans | 2021-01-05 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | [e7eb94e8d1] typo fix in changes. Each ambiguous hash still identifies only | dgp | 2020-12-30 | 1 | -0/+1 |
| | |\ \ | | | | | | | | | | | one ticket, which is good enough. | ||||
| | | * \ | Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configure | jan.nijtmans | 2020-12-29 | 1 | -0/+1 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configure | jan.nijtmans | 2020-12-29 | 1 | -0/+1 |
| | | | | | |||||
| | | | * | Fix check for broken strstr/strtoul/strtod functions: Modern C compilers ↵ | jan.nijtmans | 2020-12-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | don't accept signature mismatches any more. | ||||
| | | | * | Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵ | jan.nijtmans | 2020-12-22 | 1 | -169/+34 |
| | | | | | | | | | | | | | | | | | | | | everything still generated with (modified) autoconf-2.59 | ||||
| | * | | | merge 8.6 | dgp | 2020-12-07 | 1 | -10/+2 |
| | |\ \ \ | | | |/ / | |||||
| | * | | | merge 8.6 | dgp | 2020-10-07 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * | | | | Bump to 8.6.11 for release. | dgp | 2020-07-06 | 1 | -1/+1 |
| | | | | | |