summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-11-261-8/+8
|\
| * Merge 8.6jan.nijtmans2020-11-261-8/+8
| |\
| | * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-8/+8
* | | Merge 8.7jan.nijtmans2020-11-251-7/+4
|\ \ \ | |/ /
| * | Fix "make dist"jan.nijtmans2020-11-241-3/+2
| * | Generate html documentation in html5 format. Fix some html5 compatibiliy warn...jan.nijtmans2020-11-201-3/+1
* | | Merge 8.7jan.nijtmans2020-11-065-146/+0
|\ \ \ | |/ /
| * | Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-065-146/+0
| |\ \ | | |/
| | |
| \ \
*-. \ \ TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-226-14/+6
|\ \ \ \ | | |/ /
| | * | TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-223-5/+5
| | |\ \
| | | * \ Merge 8.7jan.nijtmans2020-10-012-2/+2
| | | |\ \
| | | * | | Use utf-8 as default encoding for configuration informationjan.nijtmans2020-09-253-5/+5
| * | | | | Merge trunkjan.nijtmans2020-09-253-8/+0
| |\ \ \ \ \
| * | | | | | TCL_CFGVAL_ENCODING now defaults to "utf-8" as well.jan.nijtmans2020-09-244-6/+6
| |/ / / / /
* | | | | | Merge 8.7jan.nijtmans2020-10-192-212/+203
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge 8.6. jan.nijtmans2020-10-192-212/+203
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Improve comment in install-sh, regarding Tcl-specific changejan.nijtmans2020-10-191-1/+1
| | * | | | Fix [cb458261c3]: Strip comme il faut (without really doing 'il faut' ....). ...jan.nijtmans2020-10-191-210/+200
* | | | | | Merge 8.7jan.nijtmans2020-10-151-1/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-10-151-1/+0
| |\ \ \ \ \ | | |/ / / /
* | | | | | Merge 8.7jan.nijtmans2020-10-134-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-092-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
* | | | | | Merge 8.7jan.nijtmans2020-10-068-3/+33
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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-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
| |\ \ | | |/
* | | More usage for TclNewWideIntObjFromSize(), TCL_IO_FAILURE -> TCL_INDEX_NONE w...jan.nijtmans2020-09-111-2/+2
* | | Merge 8.7jan.nijtmans2020-09-101-0/+1
|\ \ \ | |/ /
| * | Somehow GIT cannot remove tests/safe-stock86.test from (earlier) core-8-6-bra...jan.nijtmans2020-09-101-0/+1
* | | Merge 8.7jan.nijtmans2020-09-011-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-011-3/+3
| |\ \ | | |/
| | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
* | | Merge 8.7jan.nijtmans2020-08-301-2/+2
|\ \ \ | |/ /
| * | 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.7jan.nijtmans2020-08-114-17/+17
|\ \ \ | |/ /
| * | 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
* | | Merge 8.7jan.nijtmans2020-07-261-2/+2
|\ \ \ | |/ /