summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix windows build failure, caused by [f8608fc420]jan.nijtmans2021-06-191-1/+1
* Fix [f8608fc420]: linux : dynamic location of the tcl zipfsjan.nijtmans2021-06-182-1/+11
|\
| * protect all usage of dladdr() with !defined(NO_DLFCN_H)jan.nijtmans2021-06-113-5/+4
| |\
| * | Experiment: use dladdr() on Linux to locate the shared library. Won't work o...jan.nijtmans2021-06-101-0/+11
* | | Bump version number to distinguish from release.dgp2021-06-188-9/+9
* | | close forkdgp2021-06-1834-403/+635
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2021-06-1832-388/+558
| |\ \ \
| | * \ \ Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 ...jan.nijtmans2021-06-1832-388/+558
| | |\ \ \
| | | * \ \ Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 ...jan.nijtmans2021-06-1831-387/+557
| | | |\ \ \
| | | | * | | Adapt iso8859-7.enc to latest version, and fix testcasejan.nijtmans2021-06-152-2/+2
| | | | * | | Add new encoding iso8859-11jan.nijtmans2021-06-152-0/+306
| | | | * | | Update encodings (cp/iso) to latest version from unicode.org. *.enc-files not...jan.nijtmans2021-06-1528-386/+250
| | | |/ / / | | |/| | |
| * | | | | tests for [dcb888ed85adeb86]pooryorick2021-06-171-0/+55
| * | | | | Fix for [dcb888ed85adeb86]: epoll, special files, directories, links, epoll_c...pooryorick2021-06-171-15/+22
* | | | | | merge releasedgp2021-06-1810-12/+88
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Revert to the code of RC2, so that only timestamps and changes file entriesdgp2021-06-172-14/+105
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Re-apply fix for [67a5eabbd3d1]: refchan, coroutine, and postevent from the "...pooryorick2021-06-162-14/+105
| * | | | | Add another ticket to the changes file, noting its incompatility.dgp2021-06-171-0/+3
| * | | | | merge 8.7dgp2021-06-163-106/+15
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Fix [18f4a94d03] by backing out [9bcec7cd880540c3]jan.nijtmans2021-06-152-105/+14
|\ \ \ \ \ \
| * | | | | | Fix [18f4a94d03] by backing out [9bcec7cd880540c3]jan.nijtmans2021-06-150-0/+0
| * | | | | | Fix [18f4a94d03] by backout out [9bcec7cd880540c3]jan.nijtmans2021-06-152-105/+14
|/ / / / / /
| * | | | | Change the arguments of the `make html` target to take the right defaultdgp2021-06-131-2/+3
| * | | | | bump release datedgp2021-06-121-2/+1
| * | | | | merge 8.7dgp2021-06-114-464/+464
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | 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
| |_|_|/ |/| | |
| | * | merge 8.7dgp2021-06-101-1/+1
| | |\ \ | |_|/ / |/| | |
* | | | (cherry-pick): Update dist target to renamed file.jan.nijtmans2021-06-102-2/+2
| | * | Update dist target to renamed file.dgp2021-06-091-1/+1
| | * | merge 8.7dgp2021-06-098-29/+33
| | |\ \ | |_|/ / |/| | |
* | | | 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
| | * | ....and with the right path.dgp2021-06-071-1/+1
| | * | If the test suite needs a file, it needs to go in the distribution.dgp2021-06-071-1/+1
| | * | merge 8.7dgp2021-06-048-13/+13
| | |\ \ | |_|/ / |/| | |