summaryrefslogtreecommitdiffstats
path: root/generic/tclNotify.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [c7e4c4586d]: TIP #609 - required Tcl_ThreadAlert() skipped with nested e...jan.nijtmans2024-12-071-7/+24
|\
| * Fix [https://core.tcl-lang.org/thread/tktview/9e69e2c602|9e69e2c602]: Problem...jan.nijtmans2024-12-071-17/+34
| |\
| | * Proposed fix for [https://core.tcl-lang.org/thread/tktview/9e69e2c602|9e69e2c...core-bug-9e69e2c602jan.nijtmans2024-12-061-7/+24
| |/ |/|
* | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-8/+8
* | Clean up a lot of small whitespace issues dkf2024-05-131-8/+8
* | Merge 8.7jan.nijtmans2024-02-161-1/+1
|\ \ | |/
* | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-6/+6
|\ \
* \ \ Merge 8.7jan.nijtmans2022-10-211-10/+10
|\ \ \
* \ \ \ Merge 8.7jan.nijtmans2022-07-051-21/+17
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2022-07-031-15/+25
|\ \ \ \
* \ \ \ \ Merge 8.7jan.nijtmans2022-03-051-1/+1
|\ \ \ \ \
* \ \ \ \ \ Clean up the notifier code to not spread the hooks quite so widelydkf2021-04-031-5/+293
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-12-081-3/+3
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-02-281-1/+1
|\ \ \ \ \ \ \ \
* | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-9/+9
| | | | | | | | * Merge 8.6jan.nijtmans2024-02-161-1/+1
| | | | | | | | |\ | | | | | | | |/ /
| | | | | | | | * Fix [e646d28f1a]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-1/+1
| | | | | | | | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-6/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | | | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-6/+6
| | | | | | |/
| | | | | | * Simplify TIP #609 implementation, make TCL_QUEUE_ALERT_IF_EMPTY work for all ...jan.nijtmans2022-07-051-21/+17
| | | | | |/
| | | | | * Merge 8.7jan.nijtmans2022-04-261-1/+1
| | | | | |\ | | | | | |/ | | | | |/|
| | | | * | Add "const" to Tcl_SetNotifier() argument. Should have been part of TIP #27, ...jan.nijtmans2022-03-051-1/+1
| | | |/ /
| | | | * Make TCL_QUEUE_ALERT_IF_EMPTY a separate flagjan.nijtmans2021-08-151-18/+15
| | | | * Proposed TIP #609 implementationjan.nijtmans2021-08-151-11/+24
| | | |/
| | | * Forgot a place to #ifndef outdkf2021-04-011-6/+8
| | | * Don't define Tcl_CreateFileHandler or Tcl_DeleteFileHandler on Windows.dkf2021-03-311-66/+76
| | | * Refactoring, ahoydkf2021-03-301-5/+281
| | |/
| | * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
| |/
| * Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-1/+1
|/
* Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime.jan.nijtmans2013-11-161-5/+1
|\
| * Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime.jan.nijtmans2013-11-161-5/+1
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-6/+6
* | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-0/+1
* | 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
| | * Fix for [Bug 2820349]Joe Mistachkin2009-07-231-1/+3
| | * * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-3/+6
| | * Added new fix for the Tcl Bug #770053. Now we conditionaly performvasiljevic2004-07-151-2/+14
| * | Fix for [Bug 2820349]Joe Mistachkin2009-07-231-1/+3
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-6/+5
* | | Fix for [Bug 2820349]Joe Mistachkin2009-07-231-1/+3
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-7/+7
* | | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-241-2/+2
* | | TIP 285 ImplementationJoe Mistachkin2008-06-131-2/+2
* | | * generic/tclInt.h: revise Tcl_SetNotifier() to use adas2008-04-161-25/+16
|/ /
* | Minor change: Improved code styledkf2006-09-251-14/+21
* | yet another stab at 1564777Kevin B Kenny2006-09-251-2/+2
* | yet another stab at 1564777Kevin B Kenny2006-09-251-9/+29
* | fix line endingsdgp2006-09-251-1127/+1127