summaryrefslogtreecommitdiffstats
path: root/macosx/tclMacOSXNotify.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactoring, ahoydkf2021-03-301-128/+116
* 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-081-1/+1
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* | Merge 8.6culler2020-07-181-40/+87
|\ \
| * \ Merge 8.6jan.nijtmans2020-07-111-8/+15
| |\ \
| | * | MacOSX: add some type-casts, improving C++ compatibility. Make sure that strs...jan.nijtmans2020-06-281-9/+19
| * | | 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
| |/ /
* | | Bring TCL_UNUSED to macosx sources.dgp2020-03-091-9/+5
* | | Mark more unused parametersjan.nijtmans2019-09-031-1/+5
* | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-5/+5
* | | Squash warnings in the OSX notifierdkf2018-10-211-14/+87
* | | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread()jan.nijtmans2017-03-241-3/+2
* | | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-2/+2
|/ /
* | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing Tcl_Servic...Kevin Walzer2015-03-101-1/+2
|/
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-4/+4
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() ondas2008-03-111-7/+3
| | * fix missing preprocessor \ line continuationdas2007-08-111-2/+2
| | * * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundationdas2007-06-231-3/+22
| | * * macosx/tclMacOSXNotify.c: fix warnings.das2007-04-291-27/+27
| | * * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks.das2007-03-071-11/+30
| | * * macosx/tclMacOSXNotify.c: accommodate changes to prototypes ofdas2007-01-191-7/+13
| | * add support for building without -fconstant-cfstrings, e.g. when MACOSX_DEPLO...das2006-08-211-3/+15
| | * * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop isdas2006-08-211-20/+44
| | * * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-34/+104
| | * * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler thatdas2006-05-271-3/+112
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-254/+265
| | * * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashingdas2005-05-201-2/+2
| | * * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashingdas2005-05-191-2/+2
| | * * macosx/tclMacOSXBundle.c:das2005-05-141-0/+1030
| * * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loopsdas2009-08-241-27/+52
| * update Apple copyright notice for 2009-04-10 changesdas2009-04-141-2/+2
| * fix warningdas2009-04-101-1/+3
| * * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macrosdas2009-04-101-34/+31
| * * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allowdas2009-04-101-400/+1016
* | * macosx/tclMacOSXBundle.c, macosx/tclMacOSXFCmd.c:dkf2010-03-251-154/+177
* | * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loopsdas2009-08-241-26/+51
* | * macosx/tclMacOSXFCmd.c: CONST -> constnijtmans2009-07-221-3/+3