Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. | jan.nijtmans | 2020-03-09 | 3 | -8/+8 | |
| | | ||||||
* | | Move setting of interpreter error-message from tclUnixSock.c to tclIO.c, ↵ | jan.nijtmans | 2020-03-05 | 1 | -31/+30 | |
| | | | | | | | | | | since the same should be done for all channel types. (Thanks, Don, for noticing this!) Also, ENOTCONN for a half-close should not be fatal, just a EINVAL, when doing it as part of a full close. See: [65c9cd1534] | |||||
* | | The close routines of the "tcp" channel type were failing to record error | dgp | 2020-03-04 | 1 | -1/+10 | |
| | | | | | | messages and error codes. | |||||
* | | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ↵ | jan.nijtmans | 2020-03-04 | 1 | -2/+15 | |
| | | | | | | | | | | Close2Proc() for all channels, as minimal wrapper around CloseProc(). Backported (with comments) and adapted from core-8-branch. | |||||
* | | Merge 8.5 | jan.nijtmans | 2020-02-24 | 2 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning. | jan.nijtmans | 2020-02-24 | 2 | -4/+3 | |
| | | ||||||
* | | Clean up some usage of DBGX: It isn't used any more on UNIX | jan.nijtmans | 2020-02-04 | 2 | -26/+2 | |
| | | ||||||
* | | Reset WSAGetLastError()/errno always, even when this error is not reported ↵ | jan.nijtmans | 2020-01-30 | 1 | -5/+6 | |
| | | | | | | | | due to the earlier error. | |||||
* | | According to the ↵ | jan.nijtmans | 2020-01-30 | 1 | -17/+6 | |
| | | | | | | | | [https://core.tcl-lang.org/tcl/artifact?udc=1&ln=469-471&name=5ac7827cd282bbda|documentation], close2Proc(...., 0) should operate the same as closeProc(). Fix the UNIX/Windows socket channels to behave like that. | |||||
* | | Add ${LDFLAGS} to MAKE_LIB. This handles the possibility of adding ↵ | jan.nijtmans | 2020-01-13 | 2 | -2/+2 | |
| | | | | | | | | LDFLAGS=?? on the "configure" commandline. Suggested by Pietro Cerutti. Thanks! | |||||
* | | Silence some gcc-9 compiler warnings. | jan.nijtmans | 2020-01-13 | 1 | -2/+2 | |
| | | ||||||
* | | Merge 8.5 | jan.nijtmans | 2020-01-06 | 2 | -2/+0 | |
|\ \ | |/ | ||||||
| * | Don't assume/set LDFLAGS being "", it could be set on the "configure" ↵ | jan.nijtmans | 2020-01-06 | 3 | -5/+21 | |
| | | | | | | | | | | command-line. Remove "test-packages" test-target (which doesn't exist), but add "test-tcl" being the same as "test". | |||||
| * | Makefiles got out of sync with tcltest version. | dgp | 2019-11-25 | 1 | -2/+2 | |
| | | ||||||
* | | Fix for building Cygwin using Clang. | jan.nijtmans | 2019-12-23 | 1 | -2/+2 | |
| | | ||||||
* | | Prevent double definition of MODULE_SCOPE on Darwin | jan.nijtmans | 2019-12-20 | 2 | -0/+2 | |
| | | ||||||
* | | Renumber tcltest from 2.5.1 -> 2.5.2, already for next release. | jan.nijtmans | 2019-12-02 | 1 | -2/+2 | |
| | | ||||||
* | | Merge 8.6; update changes. | dgp | 2019-11-20 | 1 | -2/+2 | |
|\ \ | ||||||
| * \ | Fix [13657a2dc3]: application/json is not a binary payload for http. http ↵ | jan.nijtmans | 2019-11-18 | 1 | -2/+2 | |
| |\ \ | | |/ | | | | | | | 2.9.0 -> 2.9.1 | |||||
| | * | http package from 2.7.14 to 2.7.15 | jan.nijtmans | 2019-11-18 | 1 | -2/+2 | |
| | | | ||||||
* | | | merge 8.6; update changes | dgp | 2019-11-15 | 1 | -10/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ↵ | jan.nijtmans | 2019-11-15 | 1 | -10/+7 | |
| | | | | | | | | | | | | 8.6.9, isn't used anywhere in Tcl, and is going to be deprecated in libtommath. | |||||
* | | | Updates from `make dist` | dgp | 2019-11-03 | 1 | -20/+6 | |
| | | | ||||||
* | | | merge 8,6 | dgp | 2019-11-02 | 5 | -10/+27 | |
|\ \ \ | |/ / | ||||||
| * | | Merge 8.5 | jan.nijtmans | 2019-10-31 | 4 | -7/+8 | |
| |\ \ | | |/ | ||||||
| | * | More patches from Debian | jan.nijtmans | 2019-10-31 | 4 | -7/+8 | |
| | | | ||||||
| * | | 8.5 -> 8.6 | jan.nijtmans | 2019-10-31 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patches | jan.nijtmans | 2019-10-31 | 3 | -0/+19 | |
| |\ \ | | |/ | ||||||
| | * | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patches | jan.nijtmans | 2019-10-31 | 3 | -0/+19 | |
| | | | ||||||
| * | | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath ↵ | jan.nijtmans | 2019-10-30 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | changed it back to macro too in its master branch, we better do the same. Better usage of mp_isneg() macro, in stead of directly comparing sign with MP_NEG/MP_ZPOS. | |||||
| * | | Close fork, and temporary remove tests/fileSystemEncoding.test, since ↵ | jan.nijtmans | 2019-10-28 | 3 | -6/+4 | |
| |\ \ | | | | | | | | | | | | | apparently bug [bcd1004104] is not fixed yet on Windows. | |||||
| | * | | Remove /System from auto_path on macOS because Apple has deprecated its own ↵ | Kevin Walzer | 2019-10-25 | 3 | -13403/+4945 | |
| |/ / | | | | | | | | | | ancient installation of Tcl/Tk | |||||
* | | | Close fork, dropping commits apparently in error. | dgp | 2019-10-28 | 3 | -6/+4 | |
|\ \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| *-----. \ \ | Remove /System from auto_path on macOS because Apple has deprecated its own ↵ | Kevin Walzer | 2019-10-25 | 3 | -13403/+4945 | |
| |\ \ \ \ \ \ |/ / / / / / / | | | | | | | | | | | | | | | ancient installation of Tcl/Tk | |||||
* | | | | | | | merge 8.6 | dgp | 2019-10-23 | 2 | -76/+171 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Extend libtommath stub table, so extension writers can move away from ↵ | jan.nijtmans | 2019-10-23 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated libtommath functions. | |||||
| * | | | | | | Update "make dist" for libtommath 1.2.0: TOMMATH_SRCS | jan.nijtmans | 2019-10-22 | 2 | -17/+134 | |
| | | | | | | | ||||||
| * | | | | | | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 9 | -35/+220 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 1 | -4/+4 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 ↵ | jan.nijtmans | 2019-06-14 | 1 | -44/+31 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | adapted for changes in libtommath | |||||
* | | | | | | | merge 8.6 | dgp | 2019-10-07 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> ↵ | jan.nijtmans | 2019-10-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | core.tcl-lang.org and http -> https | |||||
| | * | | | | | Change LSTATUS to LONG, since older SDK's don't know it. | jan.nijtmans | 2019-10-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | core.tcl.tk -> core.tcl-lang.org and htt -> https | |||||
* | | | | | | | merge 8.6 | dgp | 2019-10-02 | 2 | -6/+194 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on ↵ | jan.nijtmans | 2019-10-02 | 2 | -6/+194 | |
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | | | NetBSD. Patch by Kamil Rytarowski. | |||||
| | * | | | | Fix [16768d65f0]: Fix gethostbyname_r and gethostbyaddr_r detection on ↵ | jan.nijtmans | 2019-10-02 | 2 | -2/+190 | |
| | | | | | | | | | | | | | | | | | | | | | | | | NetBSD. Patch by Kamil Rytarowski. | |||||
| | * | | | | Correct typo's in tcl.m4. Found by Kamil Rytarowski | jan.nijtmans | 2019-10-01 | 1 | -4/+4 | |
| | | | | | | ||||||
* | | | | | | merge 8.6 | dgp | 2019-09-20 | 1 | -3/+3 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 1 | -3/+3 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | merge 8.6 | dgp | 2019-09-11 | 1 | -2/+3 | |
|\ \ \ \ \ | |/ / / / |