summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-03-051-13/+6
|\
| * Merge 8.6jan.nijtmans2020-03-051-13/+6
| |\
| | * Move setting of interpreter error-message from tclUnixSock.c to tclIO.c, sinc...jan.nijtmans2020-03-051-31/+30
* | | merge 8.7dgp2020-03-041-3/+11
|\ \ \ | |/ /
| * | merge 8.6dgp2020-03-041-3/+11
| |\ \ | | |/
| | * The close routines of the "tcp" channel type were failing to record errordgp2020-03-041-1/+10
* | | Merge 8.7jan.nijtmans2020-02-281-3/+3
|\ \ \ | |/ /
| * | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-0/+4
| |\ \
| | * | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-0/+4
* | | | Merge 8.7jan.nijtmans2020-02-281-47/+54
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-02-131-20/+10
| |\ \ \ | | |/ /
| * | | Mark more unused parametersjan.nijtmans2019-09-031-2/+9
| * | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-45/+45
* | | | Merge 8.7jan.nijtmans2020-01-301-5/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.6jan.nijtmans2020-01-301-5/+6
| |\ \ \ | | | |/ | | |/|
| | * | Reset WSAGetLastError()/errno always, even when this error is not reported du...jan.nijtmans2020-01-301-5/+6
* | | | Merge 8.7jan.nijtmans2020-01-301-17/+6
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-01-301-17/+6
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * According to the [https://core.tcl-lang.org/tcl/artifact?udc=1&ln=469-471&nam...jan.nijtmans2020-01-301-17/+6
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-3/+3
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-1/+2
|\ \ \ | |/ /
* | | Fix encoding handling (check for TCL_IO_FAILURE was wrong). Eliminate (size_t...jan.nijtmans2018-11-221-2/+2
* | | Implement TIP 445dgp2018-11-131-6/+9
|\ \ \ | |/ /
| * | merge 8.7dgp2018-10-181-3/+3
| |\ \
| * \ \ merge 8.7dgp2017-12-191-1/+1
| |\ \ \
| * \ \ \ merge trunkdgp2017-09-011-1/+5
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2017-06-161-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2017-05-081-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2017-04-271-6/+28
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2017-04-111-129/+199
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2017-01-121-8/+31
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2016-11-161-3/+3
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Reduce direct use of the tclEmptyStringRep.dgp2016-10-121-6/+9
* | | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-10/+10
* | | | | | | | | | | | merge 8.7jan.nijtmans2018-06-251-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | merge 8.6jan.nijtmans2018-06-251-3/+3
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handli...jan.nijtmans2018-06-251-3/+3
| * | | | | | | | | Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-151-1/+1
|/ / / / / / / / /
* | | | | | | | | merge core-8-6-branchjan.nijtmans2017-08-221-1/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix [d2612a2fa193196787aab33bb57f69b1eef9e30c|d2612a2fa1]: Build breaks becau...jan.nijtmans2017-08-221-123/+170
| * | | | | | | [f2336c116b] Move pragmas to make gcc happy; it is pickier than clang.dgp2017-08-141-3/+3
* | | | | | | | [f2336c116b] Move pragmas to make gcc happy; it is pickier than clang.dkf2017-06-141-3/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | merge core-8-6-branchjan.nijtmans2017-04-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | (cherry-pick from "fix-1997007" branch): fix typo- resp. copy-paste-bug (usin...jan.nijtmans2017-04-281-1/+1
* | | | | | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ...dkf2017-04-271-6/+28
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Deal with a couple of obscure causes of warnings on some versions of OSX.dkf2017-04-251-7/+28
* | | | | More minor style fixes.dkf2017-04-101-24/+24
* | | | | Merge Harald's "robust-async-connect-tests" branch. Thanks!jan.nijtmans2017-04-101-0/+24
|\ \ \ \ \
| * \ \ \ \ merge trunkjan.nijtmans2014-07-181-2/+56
| |\ \ \ \ \