summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-10-144-8/+10
|\
| * Merge 8.6jan.nijtmans2020-10-134-8/+10
| |\
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-134-7/+9
* | | Merge 8.7jan.nijtmans2020-10-128-5/+35
|\ \ \ | |/ /
| * | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE...jan.nijtmans2020-10-082-2/+2
| |\ \ | | |/
| | * (cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werr...jan.nijtmans2020-10-062-2/+2
| * | Fix (possible) gcc warnings in unix/dltest/*.cjan.nijtmans2020-10-066-1/+31
| * | HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werror. Here's the ...jan.nijtmans2020-10-062-2/+2
* | | Merge 8.7jan.nijtmans2020-09-292-2/+2
|\ \ \ | |/ /
| * | Add -Wshadow flag to the compiler, so we will be notified when (accidently) s...jan.nijtmans2020-09-292-2/+2
* | | Merge 8.7jan.nijtmans2020-09-271-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-09-173-8/+8
|\ \ \ | |/ /
| * | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-173-8/+8
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2020-09-154-43/+44
|\ \ \ | |/ /
| * | Somehow GIT cannot remove tests/safe-stock86.test from (earlier) core-8-6-bra...jan.nijtmans2020-09-101-0/+1
| * | Merge 8.6jan.nijtmans2020-09-011-3/+3
| |\ \ | | |/
| | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
| * | Merge 8.6jan.nijtmans2020-08-291-2/+2
| |\ \ | | |/
| | * 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
| * | Merge 8.6jan.nijtmans2020-08-113-17/+17
| |\ \ | | |/
| | * 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
| * | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs...kjnash2020-07-241-2/+2
| * | Merge 8.6jan.nijtmans2020-07-201-21/+21
| |\ \ | | |/
| | * Use "Global" in stead of "Master" internally, where "Master" is not used in t...jan.nijtmans2020-07-201-26/+26
* | | Merge 8.7. Provide both major and minor version number for gcc/clang/msvcjan.nijtmans2020-07-061-1/+2
|\ \ \ | |/ /
| * | TIP #578 implementation: Death to TCL_DBGXjan.nijtmans2020-07-031-1/+2
| |\ \
| | * | Added DEPRECATED comment in tclConfig.sh.in (both UNIX and win32)jan.nijtmans2020-06-151-1/+2
* | | | WIP: Store build info in packagejan.nijtmans2020-06-291-1/+5
|/ / /
* | | Merge 8.6: Re-generate unix/tclConfig.h.injan.nijtmans2020-06-291-6/+26
|\ \ \ | | |/ | |/|
| * | Re-generate unix/tclConfig.h.injan.nijtmans2020-06-291-6/+20
* | | Merge 8.6jan.nijtmans2020-06-281-1/+1
|\ \ \ | |/ /
| * | 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.6jan.nijtmans2020-06-254-7/+19
|\ \ \ | |/ /
| * | 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
* | | | Rewrite msgcat::mcutil::getpreferences, not depending on 'string last' return...jan.nijtmans2020-06-211-2/+2
* | | | Fix for [b179286248]: tclZipfs.c Build Error on CentOS 6jan.nijtmans2020-06-211-1/+1
|\ \ \ \
| * | | | Suggested fix for [b179286248]: tclZipfs.c Build Error on CentOS 6jan.nijtmans2020-06-191-1/+1
| | |_|/ | |/| |
* | | | Merge 8.6jan.nijtmans2020-06-211-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bump http version to 2.9.2kjnash2020-06-191-2/+2
* | | Add "-fno-common" to SHARED_CFLAGS on various platforms (e.g. Linux, CYGWIN)....jan.nijtmans2020-06-082-14/+16
|\ \ \ | |/ /
| * | Merge-mark 8.5 (TZ update already done here)jan.nijtmans2020-06-082-3/+3
| |\ \ | | |/