Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2019-12-03 | 58 | -677/+919 | |
|\ | ||||||
| * | Merge 8.6 | jan.nijtmans | 2019-12-03 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Fix encoding-15.6 testacase for TCL_UTF_MAX=6, due to changes escape ↵ | jan.nijtmans | 2019-12-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | sequences for upper/lower surrogate combination. | |||||
| * | | Merge 8.6 | jan.nijtmans | 2019-12-03 | 3 | -131/+139 | |
| |\ \ | | |/ | ||||||
| | * | Fix [3cd9bea1e6]: check-in [43032d7ba3] potential problems. Also don't allow ↵ | jan.nijtmans | 2019-12-03 | 3 | -87/+95 | |
| | | | | | | | | | | | | surrogates in \U?????? syntax. | |||||
| * | | merge 8.6 | pooryorick | 2019-12-02 | 1 | -1/+11 | |
| |\ \ | | |/ | ||||||
| | * | Add tcltest::CleanupTest to make it easier to customize behaviour. | pooryorick | 2019-12-02 | 1 | -1/+11 | |
| | | | ||||||
| * | | Merge 8.6 | jan.nijtmans | 2019-12-02 | 3 | -48/+59 | |
| |\ \ | | |/ | ||||||
| | * | If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they ↵ | jan.nijtmans | 2019-12-02 | 4 | -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. | dgp | 2019-12-02 | 7 | -8/+8 | |
| | | | ||||||
| * | | Fix [a46a49b90f]: tests http-cookiejar-1.[12] fail | jan.nijtmans | 2019-12-02 | 1 | -61/+61 | |
| | | | ||||||
| * | | Eliminate excess eol-spacing | jan.nijtmans | 2019-12-02 | 7 | -31/+31 | |
| | | | ||||||
| * | | Merge 8.6 | jan.nijtmans | 2019-12-02 | 5 | -73/+82 | |
| |\ \ | | |/ | ||||||
| | * | Renumber tcltest from 2.5.1 -> 2.5.2, already for next release. | jan.nijtmans | 2019-12-02 | 4 | -6/+6 | |
| | | | ||||||
| | * | More eol-spacing | jan.nijtmans | 2019-12-02 | 40 | -42/+42 | |
| | | | ||||||
| | * | Eliminate unneccessary eol-spacing from documentation. | jan.nijtmans | 2019-12-02 | 49 | -51/+51 | |
| | | | ||||||
| | * | Add tcltest::EvalTest to make it easier to customize behaviour. | pooryorick | 2019-12-01 | 2 | -67/+76 | |
| | | | ||||||
| * | | Fix make install on Ubuntu (and - most likely - other platforms) | jan.nijtmans | 2019-12-01 | 1 | -1/+4 | |
| | | | ||||||
| * | | Fix executable flag | jan.nijtmans | 2019-12-01 | 1 | -0/+0 | |
| | | | ||||||
| * | | merge 8.6 | pooryorick | 2019-12-01 | 1 | -7/+5 | |
| |\ \ | | |/ | ||||||
| | * | Fix tcltest::SetupTest added in previous commit. | pooryorick | 2019-12-01 | 1 | -7/+5 | |
| | | | ||||||
| * | | merge 8.6 | pooryorick | 2019-12-01 | 1 | -1/+17 | |
| |\ \ | | |/ | ||||||
| | * | add tcltest::SetupTest to make it easier to customize the -setup step of a test | pooryorick | 2019-12-01 | 1 | -1/+17 | |
| | | | ||||||
| * | | merge-mark | jan.nijtmans | 2019-11-29 | 0 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | Add some new test-cases involving e.g. Unicode 11. Backported from Tcl 8.7a3 | jan.nijtmans | 2019-11-29 | 1 | -2/+26 | |
| | | | ||||||
| * | | Fix one failing testcase (thanks, Travis!) | jan.nijtmans | 2019-11-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge 8.6 | jan.nijtmans | 2019-11-28 | 3 | -3/+14 | |
| |\ \ | | |/ | ||||||
| | * | Enhance rules.vc like already done in other configure scripts: Determine ↵ | jan.nijtmans | 2019-11-28 | 3 | -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.nijtmans | 2019-11-28 | 10 | -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.nijtmans | 2019-11-28 | 5 | -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.nijtmans | 2019-11-28 | 4 | -243/+243 | |
| | | | | | ||||||
| | * | | | Proposed Windows installation code for cookiejar package | dkf | 2019-11-27 | 2 | -0/+17 | |
| | | | | | ||||||
| * | | | | (hopefully) fix installation on Windows | jan.nijtmans | 2019-11-27 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Another minor tweak: No need to include manifest.txt in the vfs zip-file, ↵ | jan.nijtmans | 2019-11-27 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | since it's renamed to pkgIndex.tcl | |||||
| * | | | | Minor tweak: Don't include the "dde" and "reg" directory in the zip-file on UNIX | jan.nijtmans | 2019-11-27 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Move check for stdbool.h from SC_MISSING_POSIX_HEADERS to SC_CONFIG_CFLAGS, ↵ | jan.nijtmans | 2019-11-27 | 2 | -10/+11 | |
| | | | | | | | | | | | | | | | | | | | | since it's not POSIX. | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2019-11-27 | 2 | -133/+37 | |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | ||||||
| | * | | Merge 8.5 | jan.nijtmans | 2019-11-27 | 2 | -183/+78 | |
| | |\ \ | | | |/ | ||||||
| | | * | Don't bother paths of 64-bit SDK any more: This was Visual Studio ↵ | jan.nijtmans | 2019-11-27 | 2 | -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.nijtmans | 2019-11-26 | 4 | -4/+20 | |
| | | | | | | | | | | | | | | | | well. Also modify manifext.txt accordingly, for the zipfile vfs. | |||||
| * | | | merge release | dgp | 2019-11-26 | 15 | -40/+216 | |
| |\ \ \ | ||||||
| | * \ \ | Accept repackaging and distribution of http::cookiejar for Tcl 8.7a3. | dgp | 2019-11-26 | 6 | -3/+9 | |
| | |\ \ \ | ||||||
| | | * | | | Move the cookiejar package to its own directory so http works as a TM. Fix ↵ | dkf | 2019-11-26 | 6 | -3/+9 | |
| | |/ / / | |/| | | | | | | | | | | | | | the unix installation code to include the bootstrap registrar names. | |||||
| | * | | | merge 8.7 | dgp | 2019-11-25 | 2 | -2/+2 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | merge mark | dgp | 2019-11-25 | 0 | -0/+0 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | merge mark | dgp | 2019-11-25 | 0 | -0/+0 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | Makefiles got out of sync with tcltest version. | dgp | 2019-11-25 | 2 | -4/+4 | |
| | | | | | ||||||
| * | | | | Fix 2 version numbers in Makefile echo's (just misleading). Thanks to Pietro ↵ | jan.nijtmans | 2019-11-25 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Cerutti for noticing this. | |||||
| | | | * | merge 8.7 | dgp | 2019-11-22 | 13 | -57/+64 | |
| | | | |\ | | |_|_|/ | |/| | | | ||||||
| * | | | | merge 8.6 | dgp | 2019-11-22 | 6 | -25/+12 | |
| |\ \ \ \ | | |/ / / |