| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | [e6477e1b0f] Plug memleak in AtForkChild() detected in iocmd-11.4. | dgp@users.sourceforge.net | 2014-07-21 | 1 | -2/+2 | 
 | 
 | 
| *    | Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o... | nijtmans@users.sourceforge.net | 2013-10-29 | 1 | -3/+3 | 
| |\   | 
 | 
| | *  | Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o... | nijtmans@users.sourceforge.net | 2013-10-29 | 1 | -3/+3 | 
 | 
 | 
| * |    | Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwin | nijtmans@users.sourceforge.net | 2013-10-07 | 1 | -4/+4 | 
| |\ \  
| |/   | 
 | 
| | *  | First attempt to fix bug [d4e464ae48]: tcl 8.5.15/8.61 breaks python make che... | nijtmans@users.sourceforge.net | 2013-10-06 | 1 | -4/+4 | 
 | 
 | 
| * |    | Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were fo... | nijtmans@users.sourceforge.net | 2013-08-01 | 1 | -1/+112 | 
| |\ \  
| |/   | 
 | 
| | *  | Make sure that the notifierMutex and notifierCV in a forked child cannot bloc... | nijtmans@users.sourceforge.net | 2013-07-25 | 1 | -0/+2 | 
 | 
 | 
| | *  | Use pthread_atfork() when available. | nijtmans@users.sourceforge.net | 2013-07-22 | 1 | -1/+89 | 
 | 
 | 
| | *  | Fix bug which hangs iocmd.tf-32.1 | nijtmans@users.sourceforge.net | 2013-07-22 | 1 | -1/+1 | 
 | 
 | 
| | *    | Rebase to core-8-5-branch | nijtmans@users.sourceforge.net | 2013-07-21 | 1 | -3/+24 | 
| | |\   | 
 | 
| | | *  | Start notifier thread again if we were forked, to solve Rivet bug 55153 - RFE... | harald.oehlmann@elmicron.de | 2013-07-17 | 1 | -0/+21 | 
| | |/  
|/|    | 
 | 
| | *  | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes [241... | ferrieux@users.sourceforge.net | 2012-09-07 | 1 | -0/+6 | 
 | 
 | 
| * |  | Fix compiler warning when compiling Cygwin port with -Wwrite-strings | nijtmans@users.sourceforge.net | 2013-07-03 | 1 | -6/+6 | 
 | 
 | 
| * |  | Minor changes to improve style (C89 declarations, consistent indentation, | donal.k.fellows@manchester.ac.uk | 2012-08-07 | 1 | -79/+96 | 
 | 
 | 
| | |      |  | 
| |  \     |  | 
| *-. \    | merge 8.5 | dgp@users.sourceforge.net | 2012-07-10 | 1 | -2/+2 | 
| |\ \ \  
| | |/   | 
 | 
| | | *  | [Bug 3541646] Don't panic on triggerPipe overrun | nijtmans@users.sourceforge.net | 2012-07-10 | 1 | -5/+5 | 
| | |/   | 
 | 
| * |    | [Bug 3508771]: Cygwin notifier for handling win32 events | nijtmans@users.sourceforge.net | 2012-06-23 | 1 | -2/+145 | 
| |\ \  
| |/   | 
 | 
| | *    | [Bug 3508771]: Cygwin notifier for handling win32 events | nijtmans@users.sourceforge.net | 2012-06-23 | 1 | -1/+144 | 
| | |\   | 
 | 
| | | *    | [Bug 3508771]: Cygwin notifier for handling win32 events | nijtmans@users.sourceforge.net | 2012-06-23 | 1 | -1/+144 | 
| | | |\   | 
 | 
| | | | *    | first working version of Cygwin notifier | nijtmans@users.sourceforge.net | 2012-06-22 | 1 | -6/+28 | 
| | | | |\  
| | | |/  
| | |/|    | 
 | 
| | | | *  | first attempt at Cygwin notifier adaptation | nijtmans@users.sourceforge.net | 2012-06-13 | 1 | -0/+119 | 
| | | |/   | 
 | 
| * | |  | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -3/+3 | 
 | 
 | 
| * | |  | fix broken build | dgp@users.sourceforge.net | 2011-03-10 | 1 | -1/+1 | 
 | 
 | 
| * | |  | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | donal.k.fellows@manchester.ac.uk | 2011-03-10 | 1 | -63/+72 | 
 | 
 | 
| * | |    | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 | 
| |\ \ \  
| |/ /   | 
 | 
| | * |    | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 | 
| | |\ \  
| | |/   | 
 | 
| | | *  | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 | 
 | 
 | 
| | | *  | 	* unix/tclUnixNotfy.c (Tcl_WaitForEvent): Fixed broken if syntax | andreask@activestate.com | 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 | zv@archiware.com | 2005-07-01 | 1 | -6/+8 | 
 | 
 | 
| | | *  | Backport unix threading fix | donal.k.fellows@manchester.ac.uk | 2005-06-07 | 1 | -3/+3 | 
 | 
 | 
| | | *  | Cosmetic change (fixed identation in Tcl_FinalizeNotifier) | zv@archiware.com | 2005-05-31 | 1 | -4/+4 | 
 | 
 | 
| | | *  | Notifier thread is created as joinable. Attempt to solve the | zv@archiware.com | 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 numFdBits | 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 | andreask@activestate.com | 2004-07-16 | 1 | -1/+3 | 
 | 
 | 
| | | *  | Corrected Tcl Bug #770053 | zv@archiware.com | 2004-06-22 | 1 | -2/+2 | 
 | 
 | 
| | | *  | 	* unix/tclUnixNotfy.c (NotifierThreadProc): correct size of found | hobbs | 2003-07-16 | 1 | -2/+3 | 
 | 
 | 
| | | *  |         * generic/tclInt.h (tclOriginalNotifier): | dgp@users.sourceforge.net | 2003-03-21 | 1 | -5/+6 | 
 | 
 | 
| | * |  | Use correct TCL_LL_MODIFIER for CYGWIN. | nijtmans | 2010-01-29 | 1 | -4/+10 | 
 | 
 | 
| | * |  | 	* macosx/tclMacOSXNotify.c:	revise CoreFoundation notifier to allow | das | 2009-04-10 | 1 | -30/+20 | 
 | 
 | 
| * | |  | Eliminate various unnecessary type casts, use function typedefs whenever poss... | nijtmans | 2010-06-21 | 1 | -5/+6 | 
 | 
 | 
| * | |  | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-17 | 1 | -3/+3 | 
 | 
 | 
| * | |  | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 1 | -4/+10 | 
 | 
 | 
| * | |  | 	* macosx/tclMacOSXNotify.c:	revise CoreFoundation notifier to allow | das | 2009-04-10 | 1 | -29/+19 | 
 | 
 | 
| * | |  | Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds. | ferrieux@users.sourceforge.net | 2008-12-12 | 1 | -1/+7 | 
 | 
 |