summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-06-112-461/+461
|\
| * Fix [d6b10a9256]: Two files under compat/zlib/contrib/ are CRLFjan.nijtmans2021-06-112-461/+461
* | Somehow "zip -A" appears not to work in the github actions environment. Try t...jan.nijtmans2021-06-111-1/+1
* | Ubuntu 16 is [https://github.com/actions/virtual-environments/issues/3287|dep...jan.nijtmans2021-06-111-1/+1
* | Fix copying of public_suffix_list.dat.gz in win/Makefile.in. Thanks, Paul!jan.nijtmans2021-06-111-1/+1
* | (cherry-pick): Update dist target to renamed file.jan.nijtmans2021-06-102-2/+2
* | Rename effective_tld_names.txt to public_suffix_list.dat, that's how it is na...jan.nijtmans2021-06-093-2/+2
* | Update effective_tld_names.txt.gz to latest version (from https://publicsuffi...jan.nijtmans2021-06-091-0/+0
* | Merge 8.6jan.nijtmans2021-06-091-0/+1
|\ \ | |/
| * Fix compiler warning seen with static builds (--disable-shared): "FLT_RADIX"...jan.nijtmans2021-06-091-0/+1
* | Merge 8.6jan.nijtmans2021-06-081-1/+1
|\ \ | |/
| * Name TKSCRIPTZIPNAME the same way as TCLSCRIPTZIPNAMEjan.nijtmans2021-06-081-1/+1
* | Don't create a lot of empty directories any more while installingjan.nijtmans2021-06-081-18/+18
* | HP_UX -> HP-UX and another apparent typojan.nijtmans2021-06-082-4/+4
|\ \ | |/
| * re-generate unix/configure with autoconf-2.59jan.nijtmans2021-06-081-4/+7
| * Use -fPIC by default on DragonFly/FreeBSD, but not on OSF1/HP-UX. Backported ...jan.nijtmans2021-06-081-3/+5
* | Add full "libtommath" to "make dist" in stead of only the header-files and sr...jan.nijtmans2021-06-081-2/+5
* | DragonFly/FreeBSD need -fPICjan.nijtmans2021-06-082-2/+2
* | If the test suite needs a file, it needs to go in the distribution (cherry-pick)jan.nijtmans2021-06-081-1/+1
* | Update docs to reflect http 2.10dgp2021-06-041-2/+2
* | Revise http version number from unusual 2.10.0a1 to conventional 2.10a1dgp2021-06-045-7/+7
* | Add winspool library to LIBS_GUI on Windows. Not used yet (but most likely it...jan.nijtmans2021-06-022-4/+4
* | Merge 8.6. Make c++ compile (with g++-11) warning-freejan.nijtmans2021-05-272-2/+2
|\ \ | |/
| * Fix "possibly uninitialized variable" warning, seen with gcc-11 (however harm...jan.nijtmans2021-05-271-1/+1
* | Fix [a73c79081e]: Doc fix in tcl.h. Recommend int32_t in stead of wchar_tjan.nijtmans2021-05-261-1/+1
|\ \ | |/
| * Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc...jan.nijtmans2021-05-261-4/+2
| |\
| | * Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc...jan.nijtmans2021-05-261-4/+2
* | | One more macos-11.0 -> macos-11jan.nijtmans2021-05-261-1/+1
* | | Merge 8.6jan.nijtmans2021-05-261-2/+2
|\ \ \ | |/ /
| * | macos-11.0 -> macos-11jan.nijtmans2021-05-261-2/+2
* | | Merge 8.6jan.nijtmans2021-05-2511-17/+17
|\ \ \ | |/ /
| * | Fix [3f9b4e0c81]: CrtObjCmd.3, NRE.3, SplitList.3: constify cmdName, listjan.nijtmans2021-05-259-13/+13
| * | Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t...jan.nijtmans2021-05-251-1/+1
| |\ \ | | |/
| | * Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t...jan.nijtmans2021-05-251-1/+1
| * | merge-markjan.nijtmans2021-05-210-0/+0
| |\ \ | | |/
| | * Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-2110-117/+126
* | | Merge 8.6, except [688fcc7082] because it gives a merge conflictjan.nijtmans2021-05-201-2/+2
|\ \ \ | |/ /
| * | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-209-40/+40
| * | Fix [52cc90776c]: Warning when compile with gcc v9.3.0jan.nijtmans2021-05-201-2/+2
| * | Make Pkgua package thread-safe and properly clean up everything when being un...jan.nijtmans2021-05-182-21/+34
| * | Remove unneeded cmdPtr increment and decrement.pooryorick2021-05-181-2/+0
| |\ \
| | * | Remove the refCount increment that accompanied the decrement removed in thepooryorick2021-05-181-1/+0
| | * | Remove unnecessary refCount decrement.pooryorick2021-05-171-1/+0
| |/ /
| * | Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and thenpooryorick2021-05-171-14/+13
| * | Additional test for [688fcc7082fa99a4].pooryorick2021-05-171-0/+32
* | | fix for [e39cb3f462631a99], namespace is removed from other namespace pathspooryorick2021-05-195-54/+122
|\ \ \
| * | | update documentation and macro namespooryorick2021-05-192-35/+34
| * | | new test for issue [e39cb3f462631a99], namespace is removed from otherpooryorick2021-05-191-0/+62
| * | | Fix for issue [e39cb3f462631a99], namespace is removed from other namespacepooryorick2021-05-184-19/+26
|/ / /
* | | Make pkgua package thread-safejan.nijtmans2021-05-183-26/+29