Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle 5 test-failures on Cygwin/Msys | jan.nijtmans | 2020-12-01 | 1 | -6/+6 |
| | |||||
* | Merge 8.5 | jan.nijtmans | 2020-11-30 | 1 | -1/+1 |
|\ | |||||
| * | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2 | jan.nijtmans | 2020-11-30 | 1 | -2/+2 |
| | | |||||
| * | Fix winFCmd testcase. Add --disable-shared and TCL_UTF_MAX=4 builds to ↵ | jan.nijtmans | 2020-11-27 | 1 | -29/+5 |
| | | | | | | | | github actions | ||||
| * | Handle github actions test failures. Backported from 8.6 | jan.nijtmans | 2020-11-19 | 4 | -17/+21 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2020-11-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵ | jan.nijtmans | 2020-11-18 | 1 | -6/+6 |
| | | | | | | | | the start of a 3-byte UTF-8 sequence, so Tcl_UtfNext is expected to read next byte and see if it is a continuation byte | ||||
| * | Add github actions build. Use Titlecase in Tcl_StaticPackage | jan.nijtmans | 2020-11-18 | 2 | -10/+10 |
| | | |||||
* | | Fix 2 testcases which failed when compiled with TCL_UTF_MAX>3 | jan.nijtmans | 2020-11-16 | 1 | -4/+4 |
| | | |||||
* | | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵ | jan.nijtmans | 2020-11-16 | 1 | -2/+6 |
| | | | | | | | | | | | | the start of a 3-byte UTF-8 sequence, so Tcl_UtfNext is expected to read next byte and see if it is a continuation byte. Comment 4 testcases (utf-6.110/111/114/115) for being misleading too, because they don't even call Tcl_UtfNext(). No change to code, only testcases | ||||
* | | Disable test that fails in CI environments | dkf | 2020-11-16 | 1 | -1/+6 |
| | | |||||
* | | Fixed some tests, added trial macOS build | dkf | 2020-11-14 | 9 | -27/+46 |
| | | |||||
* | | Add MSVC "StaticPackage" build to travis. Fix another bug in winDde.test ↵ | jan.nijtmans | 2020-11-06 | 1 | -2/+2 |
| | | | | | | | | which didn't account for statically loaded dde package. | ||||
* | | Correct casing of "packageName" argument in Tcl_StaticPackage() call and ↵ | jan.nijtmans | 2020-11-06 | 1 | -3/+0 |
| | | | | | | | | | | | | "load" command (which - actually - is not a packageName at all ...) UPDATE: I am moving this to a feature branch. Changing the arguments passed to Tcl_StaticPackage will be an incompatible break for any scripts currently searching the [info loaded] list for "dde" or "registry". Not a change we should put in a patchlevel without at least a ticket to record the explanation and a (POTENTIAL INCOMPATIBILITY) warning. | ||||
* | | Simplify testcases using "incr" | jan.nijtmans | 2020-10-30 | 3 | -57/+57 |
| | | |||||
* | | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 46 | -593/+595 |
| | | |||||
* | | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 1 | -0/+12 |
|\ \ | |/ | | | 3 new testcases | ||||
| * | 3 new testcases | jan.nijtmans | 2020-10-29 | 1 | -0/+12 |
| | | |||||
| * | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ↵ | jan.nijtmans | 2020-10-09 | 1 | -38/+34 |
| | | | | | | | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings | ||||
* | | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent ↵ | jan.nijtmans | 2020-10-26 | 6 | -24/+24 |
| | | | | | | | | error messages) | ||||
* | | Something strange going on on Travis with (long-gone) safe-stock86.test | jan.nijtmans | 2020-10-15 | 1 | -2/+2 |
| | | |||||
* | | Fix [014ade1d44]: Misleading error message when using "-path" multiple times ↵ | jan.nijtmans | 2020-10-08 | 1 | -0/+6 |
| | | | | | | | | with "glob" | ||||
* | | (slightly) better error-message for invalid http -headers option. This works ↵ | jan.nijtmans | 2020-09-30 | 1 | -1/+1 |
| | | | | | | | | for plain 8.6 too | ||||
* | | Remove wrong copy of test case http-3.2 | oehhar | 2020-09-29 | 1 | -3/+0 |
| | | |||||
* | | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict. | oehhar | 2020-09-29 | 1 | -0/+6 |
| | | |||||
* | | It's "utf-8", not "utf8" or "UTF8" | jan.nijtmans | 2020-09-25 | 4 | -13/+13 |
| | | |||||
* | | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation. | pooryorick | 2020-09-19 | 1 | -0/+17 |
| | | |||||
* | | Tcl 8.6 should not be tested with "package prefer latest" any more: All ↵ | jan.nijtmans | 2020-09-17 | 1 | -1/+0 |
| | | | | | | | | included packages are supposed to be stable. Not to be merged to 8.7 (which still contains unstable packages) | ||||
* | | Unbreak winFCmd-1.38 testcase on Windows | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
| | | |||||
* | | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
| | | | | | | Eliminate many unnecessary type-casts to (unsigned) | ||||
* | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵ | jan.nijtmans | 2020-09-14 | 10 | -21/+21 |
| | | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly | ||||
* | | Rename safe-stock86.test to safe-stock.test | jan.nijtmans | 2020-09-09 | 1 | -11/+6 |
| | | |||||
* | | TIP #581: Last possible master/slave -> parent/child changes, without ↵ | jan.nijtmans | 2020-09-05 | 6 | -99/+99 |
| | | | | | | | | affecting anything serious | ||||
* | | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 140 | -273/+312 |
| | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | | TIP #581: Mainly documentation and some testcases | jan.nijtmans | 2020-09-04 | 1 | -89/+89 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2020-09-02 | 2 | -4/+6 |
|\ \ | |/ | | | Mark io-46.1 and io-50.5 as "notOSX", since they sometimes fail in Travis | ||||
* | | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 28 | -544/+544 |
| | | |||||
* | | opt package: Change comment. 0.4.7 -> 0.4.8. | jan.nijtmans | 2020-08-31 | 4 | -44/+44 |
| | | | | | | More Master -> Parent and Slave -> Child changes in (internal) library and test-cases | ||||
* | | Implement TIP #581: Master/Slave | jan.nijtmans | 2020-08-31 | 1 | -4/+4 |
|\ \ | |||||
| * \ | Merge 8.6 | jan.nijtmans | 2020-08-19 | 4 | -221/+331 |
| |\ \ | |||||
| * \ \ | Merge 8.6 | jan.nijtmans | 2020-08-03 | 2 | -67/+85 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.6 | jan.nijtmans | 2020-07-26 | 3 | -4/+41 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-07-21 | 2 | -7/+7 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-07-20 | 3 | -28/+25 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | New TIP #581 implementation | jan.nijtmans | 2020-07-17 | 1 | -4/+4 |
| | | | | | | | | |||||
* | | | | | | | | Merge 8.6 | kjnash | 2020-08-28 | 3 | -2/+227 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge 8.6 | kjnash | 2020-08-28 | 1 | -0/+11 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | merge 8.5 | sebres | 2020-08-28 | 1 | -1/+8 |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | | | |||||
| | | * | | | | | | | tests/regexp.test: more tests for -indices by multi-byte utf-8 (considering ↵ | sebres | 2020-08-28 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -start position now) | ||||
| | * | | | | | | | | merge 8.5 | sebres | 2020-08-28 | 1 | -0/+4 |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / |