summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixNotfy.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix compiler warning when compiling Cygwin port with -Wwrite-stringsjan.nijtmans2013-07-031-6/+6
* | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-071-79/+96
| |
| \
*-. \ merge 8.5dgp2012-07-101-2/+2
|\ \ \ | | |/
| | * [Bug 3541646] Don't panic on triggerPipe overrunjan.nijtmans2012-07-101-5/+5
| |/
* | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-231-2/+145
|\ \ | |/
| * [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-231-1/+144
| |\
| | * [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-231-1/+144
| | |\
| | | * first working version of Cygwin notifierbug_3508771jan.nijtmans2012-06-221-6/+28
| | | |\ | | | |/ | | |/|
| | | * first attempt at Cygwin notifier adaptationjan.nijtmans2012-06-131-0/+119
| | |/
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-3/+3
* | | fix broken builddgp2011-03-101-1/+1
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-63/+72
* | | 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
| | * * unix/tclUnixNotfy.c (Tcl_WaitForEvent): Fixed broken if syntaxandreas_kupries2006-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 variablevasiljevic2005-07-011-6/+8
| | * Backport unix threading fixdkf2005-06-071-3/+3
| | * Cosmetic change (fixed identation in Tcl_FinalizeNotifier)vasiljevic2005-05-311-4/+4
| | * Notifier thread is created as joinable. Attempt to solve thevasiljevic2005-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 numFdBitscore_8_4_9hobbs2004-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 Joeandreas_kupries2004-07-161-1/+3
| | * Corrected Tcl Bug #770053vasiljevic2004-06-221-2/+2
| | * * unix/tclUnixNotfy.c (NotifierThreadProc): correct size of foundhobbs2003-07-161-2/+3
| | * * generic/tclInt.h (tclOriginalNotifier):dgp2003-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
* | | Eliminate various unnecessary type casts, use function typedefs whenever poss...nijtmans2010-06-211-5/+6
* | | Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-171-3/+3
* | | Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-161-4/+10
* | | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allowdas2009-04-101-29/+19
* | | Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds.ferrieux2008-12-121-1/+7
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-3/+3
* | | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-241-3/+3
* | | * generic/tclInt.h: revise Tcl_SetNotifier() to use adas2008-04-161-333/+346
|/ /
* | * unix/tclUnixNotfy.c: fix warningdas2008-03-111-2/+2
* | Consolidate all code conditionalized on -DUSE_FIONBIO into one place.jenglish2008-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]dkf2006-08-101-8/+8
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-10/+13
* | ANSIfydkf2005-11-021-25/+25
* | Getting more systematic about styledkf2005-07-241-200/+207
* | Protect against spurious wake-ups while waiting on the condition variablevasiljevic2005-07-011-6/+8
* | Make the threaded build compile again...dkf2005-06-011-3/+3