summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Minor fixes + copy editing :). See [https://github.com/tcltk/tcl/pull/8]jan.nijtmans2020-11-301-6/+6
| | |
* | | doc update: 16-bit DOS appllications are not supported any more. jan.nijtmans2020-11-302-17/+6
| | | | | | | | | Use • in stead of • representing bullets in html
* | | Fix [b6a7fc9243]. Also add (back) \*(qo, which might be used in older man-pagesjan.nijtmans2020-11-301-1/+2
| | |
* | | Update README.mdjan.nijtmans2020-11-301-14/+3
| | |
* | | Merge 8.5jan.nijtmans2020-11-303-5/+5
|\ \ \ | |/ /
| * | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2jan.nijtmans2020-11-303-6/+6
| | |
* | | Merge 8.5jan.nijtmans2020-11-271-1/+1
|\ \ \ | |/ /
| * | label change in win-build.ymljan.nijtmans2020-11-271-1/+1
| | |
* | | Merge 8.5jan.nijtmans2020-11-273-18/+17
|\ \ \ | |/ /
| * | Fix winFCmd testcase. Add --disable-shared and TCL_UTF_MAX=4 builds to ↵jan.nijtmans2020-11-274-48/+22
| | | | | | | | | | | | github actions
* | | Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-2620-131/+131
| | | | | | | | | Fix some more warnings, discovered in c20/c++20 mode
* | | Merge 8.5jan.nijtmans2020-11-262-7/+7
|\ \ \ | |/ /
| * | Slightly friendlier "jobs" labels. Fix exact OS (Linux/Mac/Windows) we want ↵jan.nijtmans2020-11-253-10/+10
| | | | | | | | | | | | to build on, not just "latest"
* | | Don't use "Copyright <year> _by_" any more. This results in more ↵jan.nijtmans2020-11-2046-62/+62
| | | | | | | | | | | | consistant copyright statements in the (html) documentation
* | | Add a --disable-shared build to github actionsjan.nijtmans2020-11-201-10/+11
|\ \ \ | |/ /
| * | Add a --disable-shared build to github actionsjan.nijtmans2020-11-201-10/+11
| | |
* | | shorten github actions build namejan.nijtmans2020-11-203-3/+3
| | |
* | | Use '&' in stead of 'and' in copyright statements consistantlyjan.nijtmans2020-11-206-7/+7
| | |
* | | Merge-mark 8.5jan.nijtmans2020-11-190-0/+0
|\ \ \ | |/ /
| * | Handle github actions test failures. Backported from 8.6jan.nijtmans2020-11-194-17/+21
| | |
* | | Merge 8.5jan.nijtmans2020-11-182-3/+3
|\ \ \ | |/ /
| * | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵jan.nijtmans2020-11-182-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_StaticPackagejan.nijtmans2020-11-1811-21/+200
| | |
* | | Extend tcltk-man2html-utils.tcl a little more: Allow original AT&T syntax ↵jan.nijtmans2020-11-172-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 ↵oehhar2020-11-171-1/+2
| | | | | | | | | | | | pending flush" missing
* | | Generated html still not 100% correct ....jan.nijtmans2020-11-171-1/+1
| | |
* | | Extend tcltk-man2html-utils.tcl: Add euro-sign toojan.nijtmans2020-11-171-0/+1
| | |
* | | Extend tcltk-man2html-utils.tcl, so it can handle the TIP #588 man-page. ↵jan.nijtmans2020-11-173-19/+67
| | | | | | | | | | | | Also fix 2 (minor) syntax errors in man-pages
* | | Merge documentation changes for http and dict from branch ↵oehhar2020-11-162-8/+18
|\ \ \ | | | | | | | | | | | | [oehhar-documentation-tickets]
| * | | Ticket [361303]: http doc: status values incompleteoehhar2020-11-161-4/+9
| | | |
| * | | Ticket [4f511270af7]: http documentation: -query data may be any dataoehhar2020-11-161-3/+5
| | | |
| * | | Ticket [93551c1230]: Document that http::geturl processes the event loop ↵oehhar2020-11-161-0/+3
| | | | | | | | | | | | | | | | without -command
| * | | Ticket [d8ae5d5f4c]: Documentation of dict filter script: script results, ↵oehhar2020-11-161-1/+1
| | | | | | | | | | | | | | | | not returns a boolean
* | | | Fix 2 testcases which failed when compiled with TCL_UTF_MAX>3jan.nijtmans2020-11-161-4/+4
| | | |
* | | | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵jan.nijtmans2020-11-162-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 servicedkf2020-11-1614-43/+188
|\ \ \ \
| * | | | Disable test that fails in CI environmentsdkf2020-11-161-1/+6
| | | | |
| * | | | Rethinking how to do a build matrix on several platformsdkf2020-11-153-8/+25
| | | | |
| * | | | Added MSYS/gcc build for Windows, renamed Linux build stepdkf2020-11-152-2/+37
| | | | |
| * | | | Updated READMEdkf2020-11-151-0/+3
| | | | |
| * | | | Fix minor errorsdkf2020-11-152-3/+6
| | | | |
| * | | | Fixed some tests, added trial macOS builddkf2020-11-1410-27/+101
| | | | |
| * | | | Back to powershelldkf2020-11-141-4/+14
| | | | |
| * | | | Cleaning up the actions and trying to make them behave more usefully on Windows.dkf2020-11-102-10/+8
| |/ / /
* | | | Backport [fc1e203728]: backout e56a9f214a. If it was wrong in core-8-branch, ↵jan.nijtmans2020-11-131-1/+1
| | | | | | | | | | | | | | | | it's wrong here too.
| | | * merge 8.6dgp2020-11-101-1/+1
| | | |\ | |_|_|/ |/| | |
* | | | Set a default DESTDIR in macosx/GNUmakefileculler2020-11-101-1/+1
|/ / /
| | * merge 8.6dgp2020-11-1010-15/+90
| | |\ | |_|/ |/| |
* | | Copied build control files for Github Actions from 8.7dkf2020-11-093-1/+70
| | |
* | | Add MSVC "StaticPackage" build to travis. Fix another bug in winDde.test ↵jan.nijtmans2020-11-062-2/+11
| | | | | | | | | | | | which didn't account for statically loaded dde package.