| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| | * | * unix/tclUnixNotfy.c (NotifierThreadProc): correct size of found | hobbs | 2003-07-16 | 1 | -2/+3 |
|
|
| | * | * generic/tclInt.h (tclOriginalNotifier): | dgp | 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 | 2008-12-12 | 1 | -1/+7 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -3/+3 |
|
|
* | | | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is | nijtmans | 2008-07-24 | 1 | -3/+3 |
|
|
* | | | * generic/tclInt.h: revise Tcl_SetNotifier() to use a | das | 2008-04-16 | 1 | -333/+346 |
|/ / |
|
* | | * unix/tclUnixNotfy.c: fix warning | das | 2008-03-11 | 1 | -2/+2 |
|
|
* | | Consolidate all code conditionalized on -DUSE_FIONBIO into one place. | jenglish | 2008-02-28 | 1 | -16/+3 |
|
|
* | | * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is | das | 2006-08-21 | 1 | -2/+12 |
|
|
* | | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -8/+8 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -10/+13 |
|
|
* | | ANSIfy | dkf | 2005-11-02 | 1 | -25/+25 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -200/+207 |
|
|
* | | Protect against spurious wake-ups while waiting on the condition variable | vasiljevic | 2005-07-01 | 1 | -6/+8 |
|
|
* | | Make the threaded build compile again... | dkf | 2005-06-01 | 1 | -3/+3 |
|
|
* | | The notifier thread is now created as joinable and properly joined in | vasiljevic | 2005-05-31 | 1 | -2/+7 |
|
|