Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix [b6a7fc9243]. Also add (back) \*(qo, which might be used in older man-pages | jan.nijtmans | 2020-11-30 | 1 | -1/+2 | |
| | | ||||||
* | | Update README.md | jan.nijtmans | 2020-11-30 | 1 | -14/+3 | |
| | | ||||||
* | | Merge 8.5 | jan.nijtmans | 2020-11-30 | 3 | -5/+5 | |
|\ \ | |/ | ||||||
| * | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2 | jan.nijtmans | 2020-11-30 | 3 | -6/+6 | |
| | | ||||||
* | | Merge 8.5 | jan.nijtmans | 2020-11-27 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | label change in win-build.yml | jan.nijtmans | 2020-11-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge 8.5 | jan.nijtmans | 2020-11-27 | 3 | -18/+17 | |
|\ \ | |/ | ||||||
| * | Fix winFCmd testcase. Add --disable-shared and TCL_UTF_MAX=4 builds to ↵ | jan.nijtmans | 2020-11-27 | 4 | -48/+22 | |
| | | | | | | | | github actions | |||||
* | | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 20 | -131/+131 | |
| | | | | | | Fix some more warnings, discovered in c20/c++20 mode | |||||
* | | Merge 8.5 | jan.nijtmans | 2020-11-26 | 2 | -7/+7 | |
|\ \ | |/ | ||||||
| * | Slightly friendlier "jobs" labels. Fix exact OS (Linux/Mac/Windows) we want ↵ | jan.nijtmans | 2020-11-25 | 3 | -10/+10 | |
| | | | | | | | | to build on, not just "latest" | |||||
* | | Don't use "Copyright <year> _by_" any more. This results in more ↵ | jan.nijtmans | 2020-11-20 | 46 | -62/+62 | |
| | | | | | | | | consistant copyright statements in the (html) documentation | |||||
* | | Add a --disable-shared build to github actions | jan.nijtmans | 2020-11-20 | 1 | -10/+11 | |
|\ \ | |/ | ||||||
| * | Add a --disable-shared build to github actions | jan.nijtmans | 2020-11-20 | 1 | -10/+11 | |
| | | ||||||
* | | shorten github actions build name | jan.nijtmans | 2020-11-20 | 3 | -3/+3 | |
| | | ||||||
* | | Use '&' in stead of 'and' in copyright statements consistantly | jan.nijtmans | 2020-11-20 | 6 | -7/+7 | |
| | | ||||||
* | | Merge-mark 8.5 | jan.nijtmans | 2020-11-19 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | 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 | 2 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵ | jan.nijtmans | 2020-11-18 | 2 | -8/+10 | |
| | | | | | | | | 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 | 11 | -21/+200 | |
| | | ||||||
* | | Extend tcltk-man2html-utils.tcl a little more: Allow original AT&T syntax ↵ | jan.nijtmans | 2020-11-17 | 2 | -5/+14 | |
| | | | | | | | | for more accented characters, and add support for some ligatures. Use this in re_syntax.n | |||||
* | | Ticket [ac661a684d]: Tcl_NotifyChannel man page: "no writable callback on ↵ | oehhar | 2020-11-17 | 1 | -1/+2 | |
| | | | | | | | | pending flush" missing | |||||
* | | Generated html still not 100% correct .... | jan.nijtmans | 2020-11-17 | 1 | -1/+1 | |
| | | ||||||
* | | Extend tcltk-man2html-utils.tcl: Add euro-sign too | jan.nijtmans | 2020-11-17 | 1 | -0/+1 | |
| | | ||||||
* | | Extend tcltk-man2html-utils.tcl, so it can handle the TIP #588 man-page. ↵ | jan.nijtmans | 2020-11-17 | 3 | -19/+67 | |
| | | | | | | | | Also fix 2 (minor) syntax errors in man-pages | |||||
* | | Merge documentation changes for http and dict from branch ↵ | oehhar | 2020-11-16 | 2 | -8/+18 | |
|\ \ | | | | | | | | | | [oehhar-documentation-tickets] | |||||
| * | | Ticket [361303]: http doc: status values incomplete | oehhar | 2020-11-16 | 1 | -4/+9 | |
| | | | ||||||
| * | | Ticket [4f511270af7]: http documentation: -query data may be any data | oehhar | 2020-11-16 | 1 | -3/+5 | |
| | | | ||||||
| * | | Ticket [93551c1230]: Document that http::geturl processes the event loop ↵ | oehhar | 2020-11-16 | 1 | -0/+3 | |
| | | | | | | | | | | | | without -command | |||||
| * | | Ticket [d8ae5d5f4c]: Documentation of dict filter script: script results, ↵ | oehhar | 2020-11-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | not returns a boolean | |||||
* | | | 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 | 2 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | Clean up for GitHub Actions as our CI service | dkf | 2020-11-16 | 14 | -43/+188 | |
|\ \ \ | ||||||
| * | | | Disable test that fails in CI environments | dkf | 2020-11-16 | 1 | -1/+6 | |
| | | | | ||||||
| * | | | Rethinking how to do a build matrix on several platforms | dkf | 2020-11-15 | 3 | -8/+25 | |
| | | | | ||||||
| * | | | Added MSYS/gcc build for Windows, renamed Linux build step | dkf | 2020-11-15 | 2 | -2/+37 | |
| | | | | ||||||
| * | | | Updated README | dkf | 2020-11-15 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Fix minor errors | dkf | 2020-11-15 | 2 | -3/+6 | |
| | | | | ||||||
| * | | | Fixed some tests, added trial macOS build | dkf | 2020-11-14 | 10 | -27/+101 | |
| | | | | ||||||
| * | | | Back to powershell | dkf | 2020-11-14 | 1 | -4/+14 | |
| | | | | ||||||
| * | | | Cleaning up the actions and trying to make them behave more usefully on Windows. | dkf | 2020-11-10 | 2 | -10/+8 | |
| |/ / | ||||||
* | | | Backport [fc1e203728]: backout e56a9f214a. If it was wrong in core-8-branch, ↵ | jan.nijtmans | 2020-11-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | it's wrong here too. | |||||
* | | | Set a default DESTDIR in macosx/GNUmakefile | culler | 2020-11-10 | 1 | -1/+1 | |
|/ / | ||||||
* | | Copied build control files for Github Actions from 8.7 | dkf | 2020-11-09 | 3 | -1/+70 | |
| | | ||||||
* | | Add MSVC "StaticPackage" build to travis. Fix another bug in winDde.test ↵ | jan.nijtmans | 2020-11-06 | 2 | -2/+11 | |
| | | | | | | | | which didn't account for statically loaded dde package. | |||||
* | | Merge jn-module-names. Sorry Don, but this is 100% compatible! | jan.nijtmans | 2020-11-06 | 5 | -12/+9 | |
|\ \ | ||||||
| * | | Correct casing of "packageName" argument in Tcl_StaticPackage() call and ↵ | jan.nijtmans | 2020-11-06 | 3 | -8/+5 | |
|/ / | | | | | | | | | | | "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 | 47 | -597/+600 | |
| | |