| Commit message (Expand) | Author | Age | Files | Lines |
* | Backout the "dullest commit ever" (not my words ....). It breaks the build.
| jan.nijtmans | 2024-05-14 | 1 | -8/+8 |
|
|
* | Clean up a lot of small whitespace issues
| dkf | 2024-05-13 | 1 | -8/+8 |
|
|
* | Merge 8.7 | jan.nijtmans | 2024-02-16 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2024-02-16 | 1 | -1/+1 |
| |\ |
|
| | * | Fix [e646d28f1a]: 8.6 Documentation/comment typo fixes | jan.nijtmans | 2024-02-16 | 1 | -1/+1 |
|
|
| | * | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -6/+6 |
|
|
* | | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -6/+6 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-10-21 | 1 | -10/+10 |
|\ \ \
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2022-07-05 | 1 | -21/+17 |
|\ \ \
| |/ / |
|
| * | | Simplify TIP #609 implementation, make TCL_QUEUE_ALERT_IF_EMPTY work for all ... | jan.nijtmans | 2022-07-05 | 1 | -21/+17 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-07-03 | 1 | -15/+25 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2022-04-26 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flag | jan.nijtmans | 2021-08-15 | 1 | -18/+15 |
|
|
| * | | | Proposed TIP #609 implementation | jan.nijtmans | 2021-08-15 | 1 | -11/+24 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2022-03-05 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Add "const" to Tcl_SetNotifier() argument. Should have been part of TIP #27, ... | jan.nijtmans | 2022-03-05 | 1 | -1/+1 |
| |/ / |
|
* | | | Clean up the notifier code to not spread the hooks quite so widely | dkf | 2021-04-03 | 1 | -5/+293 |
|\ \ \
| |/ / |
|
| * | | Forgot a place to #ifndef out | dkf | 2021-04-01 | 1 | -6/+8 |
|
|
| * | | Don't define Tcl_CreateFileHandler or Tcl_DeleteFileHandler on Windows. | dkf | 2021-03-31 | 1 | -66/+76 |
|
|
| * | | Refactoring, ahoy | dkf | 2021-03-30 | 1 | -5/+281 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -1/+1 |
| |/ |
|
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -9/+9 |
|/ |
|
* | Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime. | jan.nijtmans | 2013-11-16 | 1 | -5/+1 |
|\ |
|
| * | Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime. | jan.nijtmans | 2013-11-16 | 1 | -5/+1 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -6/+6 |
|
|
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -0/+1 |
|
|
* | | 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 |
|
|
| | * | Fix for [Bug 2820349] | Joe Mistachkin | 2009-07-23 | 1 | -1/+3 |
|
|
| | * | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we | das | 2005-04-26 | 1 | -3/+6 |
|
|
| | * | Added new fix for the Tcl Bug #770053. Now we conditionaly perform | vasiljevic | 2004-07-15 | 1 | -2/+14 |
|
|
| * | | Fix for [Bug 2820349] | Joe Mistachkin | 2009-07-23 | 1 | -1/+3 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -6/+5 |
|
|
* | | | Fix for [Bug 2820349] | Joe Mistachkin | 2009-07-23 | 1 | -1/+3 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -7/+7 |
|
|
* | | | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is | nijtmans | 2008-07-24 | 1 | -2/+2 |
|
|
* | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -2/+2 |
|
|
* | | | * generic/tclInt.h: revise Tcl_SetNotifier() to use a | das | 2008-04-16 | 1 | -25/+16 |
|/ / |
|
* | | Minor change: Improved code style | dkf | 2006-09-25 | 1 | -14/+21 |
|
|
* | | yet another stab at 1564777 | Kevin B Kenny | 2006-09-25 | 1 | -2/+2 |
|
|
* | | yet another stab at 1564777 | Kevin B Kenny | 2006-09-25 | 1 | -9/+29 |
|
|
* | | fix line endings | dgp | 2006-09-25 | 1 | -1127/+1127 |
|
|
* | | Fix [Bug 1564677] | dkf | 2006-09-25 | 1 | -1123/+1127 |
|
|
* | | ANSIfy | dkf | 2005-11-02 | 1 | -48/+47 |
|
|
* | | Systematizing the formatting | dkf | 2005-07-21 | 1 | -255/+256 |
|
|