summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* (cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werr...jan.nijtmans2020-10-062-2/+2
* Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
* Fix for http bug c2dc1da315. Add tests. Add detail about -handler to http(n...kjnash2020-08-241-2/+2
* Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 transacti...kjnash2020-08-121-2/+2
* Revert unintended ckalloc -> Tcl_Alloc change from previous commitjan.nijtmans2020-08-111-4/+4
* Code cleanup: less of use "register" keyword, and better use of typecastsjan.nijtmans2020-08-114-64/+76
* Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-113-4/+4
* Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs...kjnash2020-07-241-2/+2
* Use "Global" in stead of "Master" internally, where "Master" is not used in t...jan.nijtmans2020-07-201-26/+26
* Re-generate unix/tclConfig.h.injan.nijtmans2020-06-291-6/+20
* MacOSX: add some type-casts, improving C++ compatibility. Make sure that strs...jan.nijtmans2020-06-282-4/+0
* Add "make dist" target to Travis build, as regression test. This should conti...jan.nijtmans2020-06-261-1/+1
* Merge 8.5jan.nijtmans2020-06-254-2/+18
|\
| * One include too muchjan.nijtmans2020-06-242-2/+0
| * re-generate unix/configurejan.nijtmans2020-06-241-0/+9
| * Fix [9080d6a871]: Build fix for tcl on macOS on Apple Siliconjan.nijtmans2020-06-244-32/+19
| * Add "manifest.uuid" to the distribution, so we can see exactly where "make di...jan.nijtmans2020-06-242-10/+37
* | Bump http version to 2.9.2kjnash2020-06-191-2/+2
* | Merge-mark 8.5 (TZ update already done here)jan.nijtmans2020-06-082-3/+3
|\ \ | |/
* | Remove PROTO_FLAGS support from the Makefile, since it isn't used anywhere an...jan.nijtmans2020-05-051-7/+2
* | Merge-mark 8.5. Remove some ARGSUSED usage.jan.nijtmans2020-04-173-9/+0
|\ \ | |/
| * Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-172-10/+0
| * Clean-up some unnecessary spacing.jan.nijtmans2020-04-176-9/+9
* | Upgrade Xcode from 11.3 to 11.4. Let Travis test whether "make install" works...jan.nijtmans2020-04-162-24/+24
|\ \
| * \ Merge 8.6jan.nijtmans2020-04-151-1/+1
| |\ \
| * | | More double-quotesjan.nijtmans2020-04-152-22/+22
| * | | Try adding some quotesjan.nijtmans2020-04-142-2/+2
* | | | Merge 8.5jan.nijtmans2020-04-151-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
* | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-1/+1
* | Fix determination of TCL_PACKAGE_PATH if it contains multiple directories, an...jan.nijtmans2020-04-102-4/+4
* | re-generate UNIX configure scriptjan.nijtmans2020-04-101-4941/+13397
* | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less use...jan.nijtmans2020-04-104-13434/+4989
* | Make sure that "Windows NT" is the only supported Windows platform. On Window...jan.nijtmans2020-04-031-9/+2
* | fixes [f583715154] - tclUnixSock.c: introduced ThreadActionProc considering a...sebres2020-03-311-1/+48
* | Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. jan.nijtmans2020-03-312-207/+202
* | tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is act...jan.nijtmans2020-03-301-2/+2
* | Looks like this little hack is no longer necessary on current 32-bit Cygwin.jan.nijtmans2020-03-271-7/+0
* | Fix harmless gcc warning, when compiling on Linuxjan.nijtmans2020-03-271-4/+4
* | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-4/+4
* | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unico...jan.nijtmans2020-03-173-8/+8
|\ \ | |/
| * Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-093-8/+8
* | Move setting of interpreter error-message from tclUnixSock.c to tclIO.c, sinc...jan.nijtmans2020-03-051-31/+30
* | The close routines of the "tcp" channel type were failing to record errordgp2020-03-041-1/+10
* | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-2/+15
* | Merge 8.5jan.nijtmans2020-02-242-2/+2
|\ \ | |/
| * Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning.jan.nijtmans2020-02-242-4/+3
* | Clean up some usage of DBGX: It isn't used any more on UNIXjan.nijtmans2020-02-042-26/+2
* | Reset WSAGetLastError()/errno always, even when this error is not reported du...jan.nijtmans2020-01-301-5/+6
* | According to the [https://core.tcl-lang.org/tcl/artifact?udc=1&ln=469-471&nam...jan.nijtmans2020-01-301-17/+6