Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better error-message "illegal byte sequence" when trying to read from invalid... | jan.nijtmans | 2021-05-07 | 1 | -1/+1 |
|\ | |||||
* \ | Merge 8.6 | jan.nijtmans | 2021-05-03 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix [24b9181478]: Fix unsafe buffer lifetime | jan.nijtmans | 2021-05-03 | 1 | -1/+2 |
| |\ | |||||
| | * | Fix [24b9181478]: Fix unsafe buffer lifetime | jan.nijtmans | 2021-05-03 | 1 | -1/+2 |
* | | | Fix for io-28.6. | pooryorick | 2021-04-26 | 1 | -16/+24 |
* | | | Documenting our reference count management | dkf | 2021-04-25 | 1 | -10/+14 |
* | | | More refactoring to reduce the choked-up complexity of tclZipfs.c | dkf | 2021-03-15 | 1 | -1/+2 |
* | | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto... | jan.nijtmans | 2021-01-08 | 1 | -7/+7 |
* | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
* | | | Merge 8.6 | jan.nijtmans | 2020-10-23 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix warning: /home/jboss/workspace/tcl8.7/generic/tclIO.c:9997:27: warning: w... | jan.nijtmans | 2020-10-23 | 1 | -2/+2 |
* | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -2/+2 |
* | | | Merge 8.6. Better solution for [e87000d842] | jan.nijtmans | 2020-08-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix [e87000d8425ab86a]: crash for "fconfigure stdout" in Win32. | jan.nijtmans | 2020-08-12 | 1 | -1/+1 |
* | | | Merge 8.6 | jan.nijtmans | 2020-08-11 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -3/+3 |
* | | | 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 |