| Commit message (Expand) | Author | Age | Files | Lines |
* | Gustaf Neumann's experimental Unix notifier improvements. | jan.nijtmans | 2015-08-06 | 1 | -4/+120 |
|
|
* | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin... | jan.nijtmans | 2015-07-23 | 1 | -1/+9 |
|\ |
|
| * | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin... | jan.nijtmans | 2015-07-23 | 1 | -4/+12 |
| |\ |
|
| | * | Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific. | Joe Mistachkin | 2015-06-17 | 1 | -1/+1 |
|
|
| | * | Change Tcl_MutexUnlockAndFinalize() to internal function TclpMutexUnlockAndFi... | jan.nijtmans | 2015-06-16 | 1 | -1/+1 |
|
|
| | * | Fix typo in previous check-in.experimental | Joe Mistachkin | 2015-05-27 | 1 | -4/+4 |
|
|
| | * | Make sure the master and mutex locks are in a well-known state across the for... | Joe Mistachkin | 2015-05-27 | 1 | -0/+6 |
|
|
| | * | Additional mutex locking/unlocking during fork() to keep things synchronized. | Joe Mistachkin | 2015-05-21 | 1 | -0/+2 |
|
|
| | * | Add new public Tcl C API to allow a mutex to be unlocked and then finalized a... | Joe Mistachkin | 2015-04-09 | 1 | -1/+1 |
| |/
|/| |
|
* | | [e6477e1b0f] Plug memleak in AtForkChild() detected in iocmd-11.4. | dgp | 2014-07-21 | 1 | -2/+2 |
|
|
* | | Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o... | jan.nijtmans | 2013-10-29 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o... | jan.nijtmans | 2013-10-29 | 1 | -3/+3 |
|
|
* | | Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwin | jan.nijtmans | 2013-10-07 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | First attempt to fix bug [d4e464ae48]: tcl 8.5.15/8.61 breaks python make che...bug_d4e464ae48 | jan.nijtmans | 2013-10-06 | 1 | -4/+4 |
|
|
* | | Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were fo... | jan.nijtmans | 2013-08-01 | 1 | -1/+112 |
|\ \
| |/ |
|
| * | Make sure that the notifierMutex and notifierCV in a forked child cannot bloc... | jan.nijtmans | 2013-07-25 | 1 | -0/+2 |
|
|
| * | Use pthread_atfork() when available. | jan.nijtmans | 2013-07-22 | 1 | -1/+89 |
|
|
| * | Fix bug which hangs iocmd.tf-32.1 | jan.nijtmans | 2013-07-22 | 1 | -1/+1 |
|
|
| * | Rebase to core-8-5-branch | jan.nijtmans | 2013-07-21 | 1 | -3/+24 |
| |\ |
|
| | * | Start notifier thread again if we were forked, to solve Rivet bug 55153 - RFE... | oehhar | 2013-07-17 | 1 | -0/+21 |
| |/
|/| |
|
| * | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes [241... | ferrieux | 2012-09-07 | 1 | -0/+6 |
|
|
* | | Fix compiler warning when compiling Cygwin port with -Wwrite-strings | jan.nijtmans | 2013-07-03 | 1 | -6/+6 |
|
|
* | | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 1 | -79/+96 |
|
|
| | | |
| \ | |
*-. \ | merge 8.5 | dgp | 2012-07-10 | 1 | -2/+2 |
|\ \ \
| | |/ |
|
| | * | [Bug 3541646] Don't panic on triggerPipe overrun | jan.nijtmans | 2012-07-10 | 1 | -5/+5 |
| |/ |
|
* | | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 1 | -2/+145 |
|\ \
| |/ |
|
| * | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 1 | -1/+144 |
| |\ |
|
| | * | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 1 | -1/+144 |
| | |\ |
|
| | | * | first working version of Cygwin notifierbug_3508771 | jan.nijtmans | 2012-06-22 | 1 | -6/+28 |
| | | |\
| | | |/
| | |/| |
|
| | | * | first attempt at Cygwin notifier adaptation | jan.nijtmans | 2012-06-13 | 1 | -0/+119 |
| | |/ |
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -3/+3 |
|
|
* | | | fix broken build | dgp | 2011-03-10 | 1 | -1/+1 |
|
|
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -63/+72 |
|
|
* | | | 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 |
|
|
| | * | * unix/tclUnixNotfy.c (Tcl_WaitForEvent): Fixed broken if syntax | andreas_kupries | 2006-08-22 | 1 | -2/+2 |
|
|
| | * | * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is | das | 2006-08-21 | 1 | -1/+11 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -3/+3 |
|
|
| | * | Protect against spurious wake-ups while waiting on the condition variable | vasiljevic | 2005-07-01 | 1 | -6/+8 |
|
|
| | * | Backport unix threading fix | dkf | 2005-06-07 | 1 | -3/+3 |
|
|
| | * | Cosmetic change (fixed identation in Tcl_FinalizeNotifier) | vasiljevic | 2005-05-31 | 1 | -4/+4 |
|
|
| | * | Notifier thread is created as joinable. Attempt to solve the | vasiljevic | 2005-05-31 | 1 | -3/+8 |
|
|
| | * | * macosx/tclMacOSXBundle.c: | das | 2005-05-14 | 1 | -1/+5 |
|
|
| | * | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we | das | 2005-04-26 | 1 | -4/+8 |
|
|
| | * | * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBitscore_8_4_9 | hobbs | 2004-12-07 | 1 | -5/+5 |
|
|
| | * | took out redundant memcpy from tclUnixNotfy.c | Kevin B Kenny | 2004-11-24 | 1 | -3/+1 |
|
|
| | * | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for | Kevin B Kenny | 2004-11-24 | 1 | -82/+108 |
|
|
| | * | * unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joe | andreas_kupries | 2004-07-16 | 1 | -1/+3 |
|
|
| | * | Corrected Tcl Bug #770053 | vasiljevic | 2004-06-22 | 1 | -2/+2 |
|
|