| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for BG_FLUSH_SCHEDULED inside ChannelTimerProc | pooryorick | 2019-05-01 | 1 | -2/+4 |
|
|
* | Fix for de232b49f2, write-only nonblocking refchan and Tcl internal buffers. | pooryorick | 2019-04-27 | 1 | -5/+33 |
|
|
* | enlarge a few small buffers, which could overflow using Unicode characters > ... | jan.nijtmans | 2019-03-18 | 1 | -3/+3 |
|
|
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -8/+8 |
|
|
* | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
|
|
* | merge 8.7 | dgp | 2018-10-18 | 1 | -17/+17 |
|\ |
|
| * | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W... | jan.nijtmans | 2018-09-13 | 1 | -17/+17 |
|
|
* | | merge 8.7 | dgp | 2018-03-06 | 1 | -9/+13 |
|\ \
| |/ |
|
| * | merge 8.6 | dgp | 2018-03-06 | 1 | -9/+13 |
| |\ |
|
| | * | merge core-8-5-branch (fixes [1873ea0ee4f01b26]: wrong initialization of std-... | sebres | 2018-03-05 | 1 | -9/+13 |
| | |\ |
|
| | | * | fixes [1873ea0ee4f01b26]: wrong initialization of std-channels, if no std-han... | sebres | 2018-03-05 | 1 | -9/+13 |
|
|
* | | | | merge 8.7 | dgp | 2017-11-29 | 1 | -0/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ... | jan.nijtmans | 2017-11-20 | 1 | -0/+2 |
|
|
* | | | | merge trunk | dgp | 2017-10-27 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-10-23 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [b58e6897034fc5292c9d36ba8099d9a835c98172|b58e689703]: Return value of 'T... | jan.nijtmans | 2017-10-23 | 1 | -1/+1 |
|
|
* | | | | merge trunk | dgp | 2017-04-12 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 1 | -1/+1 |
|
|
* | | | | merge trunk | dgp | 2017-04-11 | 1 | -330/+399 |
|\ \ \ \
| |/ / / |
|
| * | | | More minor style fixes. | dkf | 2017-04-10 | 1 | -330/+399 |
|
|
* | | | | merge trunk | dgp | 2017-03-29 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi... | jan.nijtmans | 2017-03-29 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi... | jan.nijtmans | 2017-03-29 | 1 | -1/+1 |
|
|
* | | | | merge trunk | dgp | 2017-02-16 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | More internal use of size_t in stead of int, e.g. for epoch's | jan.nijtmans | 2017-02-15 | 1 | -1/+1 |
|
|
* | | | | merge trunk | dgp | 2017-01-27 | 1 | -41/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le... | jan.nijtmans | 2017-01-25 | 1 | -41/+0 |
|
|
* | | | | merge trunk | dgp | 2017-01-12 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Update -DMSTATS functionality, for possible total memory sizes > 2Gb. One mor... | jan.nijtmans | 2016-12-23 | 1 | -2/+2 |
| |/ / |
|
* | | | merge trunk | dgp | 2016-12-02 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -1/+1 |
|
|
* | | | Second half "chan" Tcl_ObjType conversion. Mistake avoided this time. | dgp | 2016-07-18 | 1 | -10/+12 |
|
|
* | | | Half convert "chan" Tcl_ObjType to new interfaces. | dgp | 2016-07-18 | 1 | -6/+17 |
|/ / |
|
* | | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channe... | dgp | 2016-07-18 | 1 | -86/+73 |
|\ \
| |/ |
|
| * | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached | dgp | 2016-07-18 | 1 | -85/+76 |
|
|
* | | [261a8a79f0] Integer overflow leads to segfault. | dgp | 2015-11-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [261a8a79f0] Integer overflow leads to segfault. | dgp | 2015-11-10 | 1 | -1/+1 |
|
|
| * | Backout of failed attempt to fix [32ae34e63a] got checked into wrong branch. | dgp | 2015-10-23 | 1 | -43/+4 |
|
|
* | | Backout failed attempt to fix [32ae34e63a]. | dgp | 2015-09-25 | 1 | -43/+4 |
|\ \
| |/ |
|
* | | [e0a7b3e5f8] Add missing UpdateInterest call in DoRead(). | dgp | 2015-09-23 | 1 | -3/+10 |
|\ \
| |/ |
|
| * | merge 8.5 | dgp | 2015-09-23 | 1 | -4/+43 |
| |\ |
|
| * | | Add the critical missing UpdateInterest() call at the exit of DoRead(). | dgp | 2015-08-10 | 1 | -3/+10 |
|
|
* | | | [32ae34e63a] Prevent segfaults and data corruption when CopyData() is called ... | dgp | 2015-09-23 | 1 | -4/+43 |
|\ \ \
| | |/
| |/| |
|
| * | | Protect CopyState buffer from conflicting uses when CopyData() is called | dgp | 2015-09-23 | 1 | -0/+7 |
|
|
| * | | CopyData() now tolerates recursion enough so that io-53.18 does not segfault. | dgp | 2015-09-23 | 1 | -21/+9 |
|
|
| * | | WIP | dgp | 2015-09-23 | 1 | -3/+47 |
| |/ |
|
* | | [b1534b438b] Prevent read outside buffer boundaries. | dgp | 2015-07-15 | 1 | -1/+12 |
|\ \
| |/ |
|
| * | [b1534b438b] Prevent read outside buffer boundaries. | dgp | 2015-07-15 | 1 | -1/+12 |
|
|
* | | Revert some refcount changes on I/O structs. | dgp | 2015-07-02 | 1 | -2/+2 |
|
|