summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Remove some more references to removed ChangeLogjan.nijtmans2023-05-161-2/+0
* Merge 8.6jan.nijtmans2023-04-261-2/+0
|\
| * Don't refer to CVS any morejan.nijtmans2023-04-261-2/+0
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-123-4/+4
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-123-4/+4
* | Few more arm64e -> arm64jan.nijtmans2023-03-171-5/+5
* | Merge 8.6jan.nijtmans2023-03-171-2/+2
|\ \ | |/
| * Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : C...jan.nijtmans2022-04-211-1/+1
| * Backport [fc1e203728]: backout e56a9f214a. If it was wrong in core-8-branch, ...jan.nijtmans2020-11-131-1/+1
* | Use some more TCL_INDEX_NONE and Tcl_Sizejan.nijtmans2022-11-241-1/+1
* | TIP #640: Remove Tcl_SaveResult (in Tcl 8.7 it's only removed when compiled w...jan.nijtmans2022-10-061-2/+2
* | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-6/+6
* | Eliminate the need for --enable-64bit on MacOS: We only do 64-bit now. Remove...jan.nijtmans2022-04-204-3241/+2
* | Fix [https://core.tcl-lang.org/tk/tktview?name=bf0f4808d7|bf0f4808d7]: macOS ...jan.nijtmans2022-04-204-27/+22
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-2/+2
* | Apply macos-tip511.diff. Resolve conflict with TIP #601jan.nijtmans2021-08-191-10/+15
* | Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can hav...jan.nijtmans2021-08-181-2/+2
* | tip#511 proposed implementationjan.nijtmans2021-08-171-3/+146
* | A few missing renamingsjan.nijtmans2021-04-072-4/+4
* | Refactoring, ahoydkf2021-03-301-128/+116
* | Add --disable-zipfs flag to GNUmakefilejan.nijtmans2021-02-091-1/+1
* | Fix [113be1991e]: zipfs on mac. jan.nijtmans2021-01-291-1/+1
* | Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> Tcl_MacOSXNoti...jan.nijtmans2021-01-221-1/+1
* | Rebase to core-8-branchjan.nijtmans2021-01-221-3/+3
|\ \
| * \ rebasejan.nijtmans2013-07-091-3/+3
| |\ \
| | * | Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098]jan.nijtmans2013-06-281-4/+4
| |/ /
* | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-082-2/+2
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-083-6/+6
* | | Generate html documentation in html5 format. Fix some html5 compatibiliy warn...jan.nijtmans2020-11-202-36/+0
* | | backout e56a9f214aculler2020-11-101-1/+1
* | | Merge 8.6culler2020-11-101-1/+1
|\ \ \ | | |/ | |/|
| * | Set a default DESTDIR in macosx/GNUmakefileculler2020-11-101-1/+1
* | | Merge 8.6jan.nijtmans2020-10-222-7/+15
|\ \ \ | |/ /
| * | When building a subframework for macOS use a build directory in the staging d...culler2020-10-212-7/+15
* | | Update TZ info to tzdata2020c.José Ignacio Marín2020-10-202-0/+14
|\ \ \ | |/ /
| * | Add a make variable to GNUmakefile for building the Tcl.framework for use as ...culler2020-10-192-0/+14
* | | Merge 8.6. jan.nijtmans2020-10-191-1/+1
|\ \ \ | |/ /
* | | Merge 8.6jan.nijtmans2020-10-131-2/+2
|\ \ \ | |/ /
* | | Add -Wshadow flag to the compiler, so we will be notified when (accidently) s...jan.nijtmans2020-09-291-1/+1
* | | Merge 8.6jan.nijtmans2020-09-042-2/+2
|\ \ \ | |/ /
| * | Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-042-2/+2
| * | Code cleanup: less of use "register" keyword, and better use of typecastsjan.nijtmans2020-08-111-1/+1
| * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
* | | Merge 8.6culler2020-07-181-40/+87
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-07-162-4/+4
| |\ \
| * \ \ Merge 8.6jan.nijtmans2020-07-113-13/+20
| |\ \ \
| * | | | Use the os_unfair_lock in place of OSSpinLock when the minimum build target i...culler2020-06-221-10/+60
| * | | | Sometimes the waitTime needs to be positive to avoid missing channel io events.culler2020-06-181-5/+13
| * | | | Code simplification and cleanupculler2020-06-071-25/+16
| * | | | Address macOS hangs in Tcl_WaitForEvent.culler2020-06-061-14/+15