Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A few more small changes | dkf | 2024-04-11 | 1 | -1/+1 |
| | |||||
* | (cherry-pick): Possibly a fix for [080f846fd58958ef]: When updating the ↵ | jan.nijtmans | 2024-04-11 | 1 | -1/+1 |
| | | | | | | | | interest of a channel, don't schedule the channel handler timer if a nonblocking channel doesn't yet have a buffer or if the buffer is empty or overflowing. Where asynchronous connection state is concerned, this should mean that the time won't be scheduled if the initial connection isn't established. | ||||
* | Style cleanup, plus added comments on memory management | dkf | 2024-04-11 | 1 | -6/+25 |
| | |||||
* | Style cleanup | dkf | 2024-04-11 | 1 | -62/+65 |
| | |||||
* | Review: use Tcl_Size for "length" in tclStrIdxTree.h. Macro tweaks. | jan.nijtmans | 2024-03-20 | 1 | -16/+28 |
| | |||||
* | Fix [1acd172c424b57c9] (by just reverting the change causing this). Not ↵ | jan.nijtmans | 2024-03-11 | 1 | -4/+3 |
| | | | | crucial for TIP #688. Also, make it compile/run using -DTCL_NO_DEPRECATED=1 | ||||
* | Rebase to latest 9.0 | jan.nijtmans | 2024-02-26 | 1 | -15/+15 |
| | |||||
* | compatibility to future 8.6 version ([6596c4af31e29b5d] introduced new ↵ | sebres | 2020-06-22 | 1 | -13/+0 |
| | | | | internals TclUtfPrev/TclUtfNext in tclInt.h), avoids conflict with own implementation for previous version | ||||
* | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, ↵ | jan.nijtmans | 2017-05-31 | 1 | -4/+4 |
| | | | | preventing a (char *) type case. No functional changes. | ||||
* | [clock] tclStrIdxTree extended with possibility to hold client data; also ↵ | sebres | 2017-05-11 | 1 | -4/+4 |
| | | | | changed in clock - indices starts with 1 instead of 0, and 0(NULL) instead of -1 used as sign of ambiguous keys. | ||||
* | Added files missing after merge/back-port (rebase with merge point) | sebres | 2017-05-10 | 1 | -0/+169 |