Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : ↵ | jan.nijtmans | 2022-04-21 | 1 | -1/+1 |
| | | | | CFLAGS_OPTIMIZE. Builds on MacOSX will now be done with -O2 in Release mode. | ||||
* | Backport [fc1e203728]: backout e56a9f214a. If it was wrong in core-8-branch, ↵ | jan.nijtmans | 2020-11-13 | 1 | -1/+1 |
| | | | | it's wrong here too. | ||||
* | Set a default DESTDIR in macosx/GNUmakefile | culler | 2020-11-10 | 1 | -1/+1 |
| | |||||
* | When building a subframework for macOS use a build directory in the staging ↵ | culler | 2020-10-21 | 2 | -7/+15 |
| | | | | directory. | ||||
* | Add a make variable to GNUmakefile for building the Tcl.framework for use as ↵ | culler | 2020-10-19 | 2 | -0/+14 |
| | | | | a subframework | ||||
* | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 2 | -2/+2 |
| | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | Code cleanup: less of use "register" keyword, and better use of typecasts | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵ | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
| | | | | size_t or int | ||||
* | Merge 8.6 | jan.nijtmans | 2020-07-16 | 2 | -4/+4 |
|\ | |||||
| * | Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks. | jan.nijtmans | 2020-07-15 | 2 | -4/+4 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-07-11 | 3 | -13/+20 |
|\ \ | |/ | |||||
| * | MacOSX: add some type-casts, improving C++ compatibility. Make sure that ↵ | jan.nijtmans | 2020-06-28 | 3 | -14/+24 |
| | | | | | | | | strstr and strtoul() are not configured as invalid: Mac is more strict in exact function signatures. Backported from 8.7 | ||||
* | | Use the os_unfair_lock in place of OSSpinLock when the minimum build target ↵ | culler | 2020-06-22 | 1 | -10/+60 |
| | | | | | | | | is newer than OSX 10.12 | ||||
* | | Sometimes the waitTime needs to be positive to avoid missing channel io events. | culler | 2020-06-18 | 1 | -5/+13 |
| | | |||||
* | | Code simplification and cleanup | culler | 2020-06-07 | 1 | -25/+16 |
| | | |||||
* | | Address macOS hangs in Tcl_WaitForEvent. | culler | 2020-06-06 | 1 | -14/+15 |
|/ | |||||
* | MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling ↵ | jan.nijtmans | 2020-03-24 | 1 | -0/+1 |
| | | | | Tcl_MacOSXOpenVersionedBundleResources: One more stub entry which can be removed in Tcl 9.0 | ||||
* | merge 8.6 | dgp | 2019-10-28 | 1 | -2/+2 |
|\ | |||||
| * | Documentation change for auto_path on macOS | Kevin Walzer | 2019-10-27 | 1 | -2/+2 |
| | | |||||
* | | Tweak README | Kevin Walzer | 2019-10-27 | 1 | -3/+3 |
|/ | |||||
* | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 3 | -33/+25 |
|\ | |||||
| * | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> ↵ | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
| |\ | | | | | | | | | | core.tcl-lang.org and http -> https | ||||
| | * | Change LSTATUS to LONG, since older SDK's don't know it. | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
| | | | | | | | | | core.tcl.tk -> core.tcl-lang.org and htt -> https | ||||
| | * | Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping ↵ | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | tests-pref/* among other the same in multiple branches) | ||||
* | | | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 2 | -8/+8 |
|/ / | |||||
* | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead ↵ | jan.nijtmans | 2019-03-28 | 2 | -8/+0 |
| | | | | | | | | of exported int symbols. | ||||
* | | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ↵ | jan.nijtmans | 2019-01-22 | 2 | -22/+4 |
| | | | | | | | | support this anymore | ||||
* | | Merge 8.5 | jan.nijtmans | 2018-12-18 | 2 | -4/+0 |
|\ \ | |/ | |||||
| * | No need for latest "rvm" any more in osx builds (now even gives an error) | jan.nijtmans | 2018-12-18 | 2 | -4/+0 |
| | | | | | | Remove unused/empty header-file | ||||
| * | Fix brokenness in GNUmakefile | dkf | 2018-11-12 | 1 | -2/+4 |
| | | |||||
| * | Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf ↵ | jan.nijtmans | 2016-01-21 | 1 | -3/+1 |
| | | | | | | | | Neumann. All harmless, no change of functionality. | ||||
* | | Make the macosx build able to succeed | dkf | 2018-11-10 | 1 | -2/+4 |
| | | |||||
* | | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other ↵ | jan.nijtmans | 2017-06-07 | 1 | -1/+1 |
| | | | | | | | | simplifications/optimizations. No functional change. | ||||
* | | Remove "makefile.bc". Not updated for many-many years, most likely it ↵ | jan.nijtmans | 2017-03-07 | 2 | -4/+0 |
| | | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-) | ||||
* | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 2 | -4/+0 |
|\ \ | |/ | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. | ||||
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 2 | -4/+0 |
| | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. | ||||
| * | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing ↵ | Kevin Walzer | 2015-03-10 | 1 | -1/+2 |
| | | | | | | | | Tcl_ServiceAll() event processing: http://core.tcl.tk/tk/tktview/3028676fffffffffffffffffffffffffffffffff | ||||
| * | Revert use of the install-headers target. Tcl 8.5 has no such target. | dgp | 2015-01-02 | 1 | -1/+1 |
| | | |||||
| * | Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch | Kevin Walzer | 2014-12-13 | 1 | -1/+1 |
| | | |||||
* | | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing ↵ | Kevin Walzer | 2015-03-10 | 1 | -1/+2 |
| | | | | | | | | Tcl_ServiceAll() event processing: http://core.tcl.tk/tk/tktview/3028676fffffffffffffffffffffffffffffffff | ||||
* | | Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch | Kevin Walzer | 2014-12-13 | 1 | -1/+1 |
| | | |||||
* | | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 1 | -1/+1 |
| | | |||||
* | | Updates to redirect bug reports to the new tracker location. | dgp | 2013-06-17 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Updates to redirect bug reports to the new tracker location. | dgp | 2013-06-17 | 1 | -2/+2 |
| | | |||||
* | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
| | | |||||
* | | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -1/+1 |
| | | |||||
* | | Eliminate all Tcl_ConvertToType calls and all direct calls to ↵ | jan.nijtmans | 2013-02-04 | 1 | -1/+1 |
| | | | | | | | | typePtr->setFromAnyProc (except the call from inside the Tcl_ConvertToType function) from the Tcl core. | ||||
* | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
|\ \ | |/ | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h |