summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent a binary read appending to a non-bytes value.dgp2020-04-011-1/+5
* merge 8.6dgp2020-04-011-0/+26
|\
| * fixes [f583715154] - tclUnixSock.c: introduced ThreadActionProc considering a...sebres2020-03-311-0/+26
* | TIP 569 - remove lint commentsdgp2020-03-171-4/+0
* | moredgp2020-03-061-17/+13
* | Merge 8.6jan.nijtmans2020-03-051-20/+15
|\ \ | |/
| * Move setting of interpreter error-message from tclUnixSock.c to tclIO.c, sinc...jan.nijtmans2020-03-051-19/+14
* | Merge 8.6jan.nijtmans2020-03-041-41/+47
|\ \ | |/
| * Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-382/+464
* | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-38/+92
|\ \
| * | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-28/+40
| * | Merge 8.7jan.nijtmans2020-01-301-55/+42
| |\ \
| * | | Deprecate channel types 1-4jan.nijtmans2020-01-291-51/+68
* | | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-31/+34
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-02-261-1/+1
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Merge 8.7jan.nijtmans2020-02-131-71/+33
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge 8.7jan.nijtmans2019-12-131-2/+2
| |\ \ \ \
| | * | | | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t.jan.nijtmans2019-12-121-2/+2
| * | | | | Merge 8.7jan.nijtmans2019-10-061-1/+1
| |\ \ \ \ \ | | |/ / / /
| * | | | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-1/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge tip-548jan.nijtmans2019-08-151-3/+3
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-29/+29
* | | | | | | Merge 8.6jan.nijtmans2020-02-241-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Merge 8.5jan.nijtmans2020-02-241-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge 8.6jan.nijtmans2020-01-301-69/+31
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Simplify the use of HaveVersion() in Channel handling. Nothing functional, on...jan.nijtmans2020-01-301-69/+31
* | | | | | Some code cleanup. Build with zlib dll on Win32 when using makefile.vc (share...jan.nijtmans2019-11-181-3/+3
* | | | | | Merge 8.7. Unbreak travis build with TCL_UTF_MAX=3jan.nijtmans2019-11-171-3/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2019-11-151-3/+3
|/ / / / /
* | | | | Merge 8.6jan.nijtmans2019-10-051-1/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core....jan.nijtmans2019-10-051-1/+1
| |\ \ \ | | |/ /
* | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-3/+3
| |_|/ |/| |
* | | Check for BG_FLUSH_SCHEDULED inside ChannelTimerProcpooryorick2019-05-011-2/+4
* | | Fix for de232b49f2, write-only nonblocking refchan and Tcl internal buffers.pooryorick2019-04-271-5/+33
* | | enlarge a few small buffers, which could overflow using Unicode characters > ...jan.nijtmans2019-03-181-3/+3
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-8/+8
* | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
* | | merge 8.7dgp2018-10-181-17/+17
|\ \ \
| * | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-17/+17
* | | | merge 8.7dgp2018-03-061-9/+13
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2018-03-061-9/+13
| |\ \ \ | | |/ /
| | * | merge core-8-5-branch (fixes [1873ea0ee4f01b26]: wrong initialization of std-...sebres2018-03-051-9/+13
| | |\ \ | | | |/
| | | * fixes [1873ea0ee4f01b26]: wrong initialization of std-channels, if no std-han...sebres2018-03-051-9/+13
* | | | merge 8.7dgp2017-11-291-0/+2
|\ \ \ \ | |/ / /
| * | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ...jan.nijtmans2017-11-201-0/+2
* | | | merge trunkdgp2017-10-271-1/+1
|\ \ \ \ | |/ / /
| * | | merge core-8-6-branchjan.nijtmans2017-10-231-1/+1
| |\ \ \ | | |/ /
| | * | Fix [b58e6897034fc5292c9d36ba8099d9a835c98172|b58e689703]: Return value of 'T...jan.nijtmans2017-10-231-1/+1
* | | | merge trunkdgp2017-04-121-1/+1
|\ \ \ \ | |/ / /
| * | | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-1/+1