summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-12-0358-677/+919
|\
| * Merge 8.6jan.nijtmans2019-12-031-2/+2
| |\
| | * Fix encoding-15.6 testacase for TCL_UTF_MAX=6, due to changes escape ↵jan.nijtmans2019-12-031-2/+2
| | | | | | | | | | | | sequences for upper/lower surrogate combination.
| * | Merge 8.6jan.nijtmans2019-12-033-131/+139
| |\ \ | | |/
| | * Fix [3cd9bea1e6]: check-in [43032d7ba3] potential problems. Also don't allow ↵jan.nijtmans2019-12-033-87/+95
| | | | | | | | | | | | surrogates in \U?????? syntax.
| * | merge 8.6pooryorick2019-12-021-1/+11
| |\ \ | | |/
| | * Add tcltest::CleanupTest to make it easier to customize behaviour.pooryorick2019-12-021-1/+11
| | |
| * | Merge 8.6jan.nijtmans2019-12-023-48/+59
| |\ \ | | |/
| | * If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they ↵jan.nijtmans2019-12-024-52/+65
| | | | | | | | | | | | appear as one 4-byte UTF-8 byte sequence from the start. Add test-case for this.
| * | Bump to 8.7a4 to distinguish development from 8.7a3 release.dgp2019-12-027-8/+8
| | |
| * | Fix [a46a49b90f]: tests http-cookiejar-1.[12] failjan.nijtmans2019-12-021-61/+61
| | |
| * | Eliminate excess eol-spacingjan.nijtmans2019-12-027-31/+31
| | |
| * | Merge 8.6jan.nijtmans2019-12-025-73/+82
| |\ \ | | |/
| | * Renumber tcltest from 2.5.1 -> 2.5.2, already for next release.jan.nijtmans2019-12-024-6/+6
| | |
| | * More eol-spacingjan.nijtmans2019-12-0240-42/+42
| | |
| | * Eliminate unneccessary eol-spacing from documentation.jan.nijtmans2019-12-0249-51/+51
| | |
| | * Add tcltest::EvalTest to make it easier to customize behaviour.pooryorick2019-12-012-67/+76
| | |
| * | Fix make install on Ubuntu (and - most likely - other platforms)jan.nijtmans2019-12-011-1/+4
| | |
| * | Fix executable flagjan.nijtmans2019-12-011-0/+0
| | |
| * | merge 8.6pooryorick2019-12-011-7/+5
| |\ \ | | |/
| | * Fix tcltest::SetupTest added in previous commit.pooryorick2019-12-011-7/+5
| | |
| * | merge 8.6pooryorick2019-12-011-1/+17
| |\ \ | | |/
| | * add tcltest::SetupTest to make it easier to customize the -setup step of a testpooryorick2019-12-011-1/+17
| | |
| * | merge-markjan.nijtmans2019-11-290-0/+0
| |\ \ | | |/
| | * Add some new test-cases involving e.g. Unicode 11. Backported from Tcl 8.7a3jan.nijtmans2019-11-291-2/+26
| | |
| * | Fix one failing testcase (thanks, Travis!)jan.nijtmans2019-11-291-1/+1
| | |
| * | Merge 8.6jan.nijtmans2019-11-283-3/+14
| |\ \ | | |/
| | * Enhance rules.vc like already done in other configure scripts: Determine ↵jan.nijtmans2019-11-283-3/+14
| | | | | | | | | | | | HAVE_STDINT_H/HAVE_INTTYPES_H/HAVE_STDBOOL_H/MP_NO_STDINT the simple way, just by compiler version.
| | |
| | \
| *-. \ Give cookiejar en tcl::idna a 3-part version number. Use 0.2.0 for cookiejar ↵jan.nijtmans2019-11-2810-24/+30
| |\ \ \ | | | |/ | | | | | | | | | | | | and 1.0.1 for tcl::idna. "make install" and "make install-libraries" should now (finally) work fine for all platforms, both with configure/make and nmake.
| | | * Merge 8.5 (Update opt package from 0.4.6 to 0.4.7).jan.nijtmans2019-11-285-8/+13
| | | |\ | | | | | | | | | | Also fix installation of opt0.4 as done by makefile.vc, which never worked in Tcl 8.6.
| | | | * Update "opt" from version 0.4.5 to 0.4.7, backported from Tcl 8.7a3.jan.nijtmans2019-11-284-243/+243
| | | | |
| | * | | Proposed Windows installation code for cookiejar packagedkf2019-11-272-0/+17
| | | | |
| * | | | (hopefully) fix installation on Windowsjan.nijtmans2019-11-271-1/+1
| | | | |
| * | | | Another minor tweak: No need to include manifest.txt in the vfs zip-file, ↵jan.nijtmans2019-11-271-3/+2
| | | | | | | | | | | | | | | | | | | | since it's renamed to pkgIndex.tcl
| * | | | Minor tweak: Don't include the "dde" and "reg" directory in the zip-file on UNIXjan.nijtmans2019-11-271-0/+1
| | | | |
| * | | | Move check for stdbool.h from SC_MISSING_POSIX_HEADERS to SC_CONFIG_CFLAGS, ↵jan.nijtmans2019-11-272-10/+11
| | | | | | | | | | | | | | | | | | | | since it's not POSIX.
| * | | | Merge 8.6jan.nijtmans2019-11-272-133/+37
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge 8.5jan.nijtmans2019-11-272-183/+78
| | |\ \ | | | |/
| | | * Don't bother paths of 64-bit SDK any more: This was Visual Studio ↵jan.nijtmans2019-11-272-183/+78
| | | | | | | | | | | | | | | | 2008-specific and doesn't work with other Visual Studio versions.
| * | | Fix installation of cookiejar on UNIX, and add same pieces to windows as ↵jan.nijtmans2019-11-264-4/+20
| | | | | | | | | | | | | | | | well. Also modify manifext.txt accordingly, for the zipfile vfs.
| * | | merge releasedgp2019-11-2615-40/+216
| |\ \ \
| | * \ \ Accept repackaging and distribution of http::cookiejar for Tcl 8.7a3.dgp2019-11-266-3/+9
| | |\ \ \
| | | * | | Move the cookiejar package to its own directory so http works as a TM. Fix ↵dkf2019-11-266-3/+9
| | |/ / / | |/| | | | | | | | | | | | | the unix installation code to include the bootstrap registrar names.
| | * | | merge 8.7dgp2019-11-252-2/+2
| | |\ \ \ | | |/ / / | |/| | |
| * | | | merge markdgp2019-11-250-0/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | merge markdgp2019-11-250-0/+0
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Makefiles got out of sync with tcltest version.dgp2019-11-252-4/+4
| | | | |
| * | | | Fix 2 version numbers in Makefile echo's (just misleading). Thanks to Pietro ↵jan.nijtmans2019-11-252-2/+2
| | | | | | | | | | | | | | | | | | | | Cerutti for noticing this.
| | | | * merge 8.7dgp2019-11-2213-57/+64
| | | | |\ | | |_|_|/ | |/| | |
| * | | | merge 8.6dgp2019-11-226-25/+12
| |\ \ \ \ | | |/ / /