| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -1/+1 |
|\ |
|
| * | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | | Some more (internal) ClientData -> void * changes | jan.nijtmans | 2022-09-02 | 1 | -10/+10 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2021-08-20 | 1 | -7/+155 |
|\ \
| |/ |
|
| * | Apply macos-tip511.diff. Resolve conflict with TIP #601 | jan.nijtmans | 2021-08-19 | 1 | -10/+15 |
|
|
| * | Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can hav... | jan.nijtmans | 2021-08-18 | 1 | -2/+2 |
|
|
| * | tip#511 proposed implementation | jan.nijtmans | 2021-08-17 | 1 | -3/+146 |
|
|
* | | Clean up the notifier code to not spread the hooks quite so widely | dkf | 2021-04-03 | 1 | -128/+116 |
|\ \
| |/ |
|
| * | Refactoring, ahoy | dkf | 2021-03-30 | 1 | -128/+116 |
|
|
* | | Merge 8.7. Simplify handling of platform-dependant API's like Tcl_CreateFileH... | jan.nijtmans | 2021-01-22 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> Tcl_MacOSXNoti... | jan.nijtmans | 2021-01-22 | 1 | -1/+1 |
|
|
| * | Rebase to core-8-branch | jan.nijtmans | 2021-01-22 | 1 | -3/+3 |
| |\ |
|
| | * | rebase | jan.nijtmans | 2013-07-09 | 1 | -3/+3 |
| | |\ |
|
| | | * | Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098] | jan.nijtmans | 2013-06-28 | 1 | -4/+4 |
| | |/ |
|
* | | | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto... | jan.nijtmans | 2021-01-08 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-07-21 | 1 | -40/+87 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | culler | 2020-07-18 | 1 | -40/+87 |
| |\ \ |
|
| | * \ | Merge 8.6 | jan.nijtmans | 2020-07-11 | 1 | -8/+15 |
| | |\ \ |
|
| | | * | | MacOSX: add some type-casts, improving C++ compatibility. Make sure that strs... | jan.nijtmans | 2020-06-28 | 1 | -9/+19 |
|
|
| | * | | | Use the os_unfair_lock in place of OSSpinLock when the minimum build target i... | culler | 2020-06-22 | 1 | -10/+60 |
|
|
| | * | | | 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 |
| | |/ / |
|
* | | | | merge 8.7 | dgp | 2020-03-09 | 1 | -9/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Bring TCL_UNUSED to macosx sources. | dgp | 2020-03-09 | 1 | -9/+5 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -6/+10 |
|\ \ \ \
| |/ / / |
|
| * | | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -1/+5 |
|
|
| * | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ... | jan.nijtmans | 2019-08-03 | 1 | -5/+5 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-10-21 | 1 | -14/+87 |
|\ \ \ \
| |/ / / |
|
| * | | | Squash warnings in the OSX notifier | dkf | 2018-10-21 | 1 | -14/+87 |
|
|
* | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -3/+3 |
|/ / / |
|
* | | | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread() | jan.nijtmans | 2017-03-24 | 1 | -3/+2 |
|
|
* | | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -2/+2 |
|/ / |
|
* | | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing Tcl_Servic... | Kevin Walzer | 2015-03-10 | 1 | -1/+2 |
|/ |
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() on | das | 2008-03-11 | 1 | -7/+3 |
|
|
| | * | fix missing preprocessor \ line continuation | das | 2007-08-11 | 1 | -2/+2 |
|
|
| | * | * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation | das | 2007-06-23 | 1 | -3/+22 |
|
|
| | * | * macosx/tclMacOSXNotify.c: fix warnings. | das | 2007-04-29 | 1 | -27/+27 |
|
|
| | * | * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. | das | 2007-03-07 | 1 | -11/+30 |
|
|
| | * | * macosx/tclMacOSXNotify.c: accommodate changes to prototypes of | das | 2007-01-19 | 1 | -7/+13 |
|
|
| | * | add support for building without -fconstant-cfstrings, e.g. when MACOSX_DEPLO... | das | 2006-08-21 | 1 | -3/+15 |
|
|
| | * | * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is | das | 2006-08-21 | 1 | -20/+44 |
|
|
| | * | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 1 | -34/+104 |
|
|