| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent a binary read appending to a non-bytes value. | dgp | 2020-04-01 | 1 | -1/+5 |
|
|
* | merge 8.6 | dgp | 2020-04-01 | 1 | -0/+26 |
|\ |
|
| * | fixes [f583715154] - tclUnixSock.c: introduced ThreadActionProc considering a... | sebres | 2020-03-31 | 1 | -0/+26 |
|
|
* | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -4/+0 |
|
|
* | | more | dgp | 2020-03-06 | 1 | -17/+13 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-05 | 1 | -20/+15 |
|\ \
| |/ |
|
| * | Move setting of interpreter error-message from tclUnixSock.c to tclIO.c, sinc... | jan.nijtmans | 2020-03-05 | 1 | -19/+14 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-04 | 1 | -41/+47 |
|\ \
| |/ |
|
| * | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ... | jan.nijtmans | 2020-03-04 | 1 | -382/+464 |
|
|
* | | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 1 | -38/+92 |
|\ \ |
|
| * | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek... | jan.nijtmans | 2020-01-31 | 1 | -28/+40 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2020-01-30 | 1 | -55/+42 |
| |\ \ |
|
| * | | | Deprecate channel types 1-4 | jan.nijtmans | 2020-01-29 | 1 | -51/+68 |
|
|
* | | | | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 1 | -31/+34 |
|\ \ \ \ |
|
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2020-02-26 | 1 | -1/+1 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -71/+33 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t. | jan.nijtmans | 2019-12-12 | 1 | -2/+2 |
|
|
| * | | | | | Merge 8.7 | jan.nijtmans | 2019-10-06 | 1 | -1/+1 |
| |\ \ \ \ \
| | |/ / / / |
|
| * | | | | | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -1/+4 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -3/+3 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| * | | | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -29/+29 |
|
|
* | | | | | | | Merge 8.6 | jan.nijtmans | 2020-02-24 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | /
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Merge 8.5 | jan.nijtmans | 2020-02-24 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-01-30 | 1 | -69/+31 |
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | /
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Simplify the use of HaveVersion() in Channel handling. Nothing functional, on... | jan.nijtmans | 2020-01-30 | 1 | -69/+31 |
|
|
* | | | | | | Some code cleanup. Build with zlib dll on Win32 when using makefile.vc (share... | jan.nijtmans | 2019-11-18 | 1 | -3/+3 |
|
|
* | | | | | | Merge 8.7. Unbreak travis build with TCL_UTF_MAX=3 | jan.nijtmans | 2019-11-17 | 1 | -3/+3 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-15 | 1 | -3/+3 |
|/ / / / / |
|
* | | | | | Merge 8.6 | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | | |
|
| * | | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core.... | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
* | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -3/+3 |
| |_|/
|/| | |
|
* | | | 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 |
|
|