summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixNotfy.c
Commit message (Expand)AuthorAgeFilesLines
* Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes [241...ferrieux@users.sourceforge.net2012-09-071-0/+6
* [Bug 3541646] Don't panic on triggerPipe overrunnijtmans@users.sourceforge.net2012-07-101-5/+5
* [Bug 3508771]: Cygwin notifier for handling win32 eventsnijtmans@users.sourceforge.net2012-06-231-1/+144
|\
| * [Bug 3508771]: Cygwin notifier for handling win32 eventsnijtmans@users.sourceforge.net2012-06-231-1/+144
| |\
| | * first working version of Cygwin notifiernijtmans@users.sourceforge.net2012-06-221-6/+28
| | |\ | | |/ | |/|
| | * first attempt at Cygwin notifier adaptationnijtmans@users.sourceforge.net2012-06-131-0/+119
| |/
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| * * unix/tclUnixNotfy.c (Tcl_WaitForEvent): Fixed broken if syntaxandreask@activestate.com2006-08-221-2/+2
| * * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop isdas2006-08-211-1/+11
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-3/+3
| * Protect against spurious wake-ups while waiting on the condition variablezv@archiware.com2005-07-011-6/+8
| * Backport unix threading fixdonal.k.fellows@manchester.ac.uk2005-06-071-3/+3
| * Cosmetic change (fixed identation in Tcl_FinalizeNotifier)zv@archiware.com2005-05-311-4/+4
| * Notifier thread is created as joinable. Attempt to solve thezv@archiware.com2005-05-311-3/+8
| * * macosx/tclMacOSXBundle.c:das2005-05-141-1/+5
| * * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-4/+8
| * * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBitshobbs2004-12-071-5/+5
| * took out redundant memcpy from tclUnixNotfy.cKevin B Kenny2004-11-241-3/+1
| * * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check forKevin B Kenny2004-11-241-82/+108
| * * unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joeandreask@activestate.com2004-07-161-1/+3
| * Corrected Tcl Bug #770053zv@archiware.com2004-06-221-2/+2
| * * unix/tclUnixNotfy.c (NotifierThreadProc): correct size of foundhobbs2003-07-161-2/+3
| * * generic/tclInt.h (tclOriginalNotifier):dgp@users.sourceforge.net2003-03-211-5/+6
* | Use correct TCL_LL_MODIFIER for CYGWIN.nijtmans2010-01-291-4/+10
* | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allowdas2009-04-101-30/+20
* | * unix/tclUnixNotfy.c: fix warningdas2008-03-111-2/+2
* | Consolidate all code conditionalized on -DUSE_FIONBIO into one place.jenglish@flightlab.com2008-02-281-16/+3
* | * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop isdas2006-08-211-2/+12
* | Various minor object file size efficiency fixes. [Bug 1530474]donal.k.fellows@manchester.ac.uk2006-08-101-8/+8
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-10/+13
* | ANSIfydonal.k.fellows@manchester.ac.uk2005-11-021-25/+25
* | Getting more systematic about styledonal.k.fellows@manchester.ac.uk2005-07-241-200/+207
* | Protect against spurious wake-ups while waiting on the condition variablezv@archiware.com2005-07-011-6/+8
* | Make the threaded build compile again...donal.k.fellows@manchester.ac.uk2005-06-011-3/+3
* | The notifier thread is now created as joinable and properly joined inzv@archiware.com2005-05-311-2/+7
* | * generic/tclInt.decls:das2005-05-141-1/+5
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * unix/tclUnixNotfy.c: applied dkf's tkMacOSXNotify.c cleanup changes.das2005-04-301-109/+105
* | * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-2/+4
* | * generic/tclStubInit.c: Regenerated the stubs support code fromandreask@activestate.com2005-01-211-8/+32
* | * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBitshobbs2004-12-071-2/+2
* | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check forKevin B Kenny2004-11-241-83/+107
* | * unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joeandreask@activestate.com2004-07-161-1/+3
* | Integrated fix for Tcl Bug #770053 from core-8-4-branchzv@archiware.com2004-06-221-2/+2
* | Patch 922727 committed. Implements three changes:dgp@users.sourceforge.net2004-04-061-2/+1
* | All uses of 'panic' (the macro) changeddavygrvy@pobox.com2003-12-241-8/+8
* | * unix/tclUnixNotfy.c (NotifierThreadProc): correct size of foundhobbs2003-07-161-2/+3
* | * generic/tclInt.h (tclOriginalNotifier):dgp@users.sourceforge.net2003-03-211-5/+6
|/
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***das2002-08-311-2/+2