summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update genStubs.tcl, making it usable for Tcl 9 as welljan.nijtmans2024-03-231-2/+2
|
* Remove private characters from regexp control table, but add them back in ↵jan.nijtmans2024-03-031-3/+7
| | | | [:cntrl:] class (so no change in regexp handling). Eliminated (size_t) type-casts. Backported from 8.7
* \032 -> \x1A, since hex reads better than octaljan.nijtmans2024-02-061-1/+1
|
* Handle README -> README.md change in tcltk-man2html.tcljan.nijtmans2024-01-051-3/+3
|
* Don't refer to CVS any morejan.nijtmans2023-04-261-2/+0
|
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-123-4/+4
| | | corrections in history.tcl and tcltest.test.
* Add new valgrind suppression items.pooryorick2023-03-061-0/+137
|
* Instead of fiddling with html tags, simply enlarge a bit the width in the ↵fvogel2022-12-292-5/+3
| | | | CSS stylesheet.
* Fix [8e811bc1f1]: Wrong formatting of arguments in man pagefvogel2022-12-281-1/+3
|
* Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be ↵jan.nijtmans2022-11-291-1/+1
| | | | compiled for Tcl 9.0 as well.
* Merge 8.5jan.nijtmans2022-03-221-2/+2
|\
| * Update tzdata to 2022ajan.nijtmans2022-03-221-2/+2
| |
* | tcltk-man2html-utils.tcl: Before doing a "string range", check if that makes ↵jan.nijtmans2022-01-071-7/+17
| | | | | | | | sense at all
* | Update all tables to Unicode 14jan.nijtmans2021-09-141-1/+1
|\ \ | |/
| * Update all tables to Unicode 14jan.nijtmans2021-09-141-3/+3
| |\
| | * Merge 8.7jan.nijtmans2021-09-0135-564/+18512
| | |\
| | | * Merge 8.6jan.nijtmans2021-06-286-178/+17976
| | | |\ | |_|_|/ |/| | |
| | | * eol-spacingjan.nijtmans2021-06-211-1/+1
| | | |
| | | * Merge 8.6jan.nijtmans2021-06-1829-386/+536
| | | |\
| | * | \ Merge 8.7jan.nijtmans2021-06-105-22/+27
| | |\ \ \ | | | |/ /
| | | * | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to ↵jan.nijtmans2021-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | Tcl_StaticLibrary, Tcl_PackageInitProc to Tcl_LibraryInitProc and Tcl_PackageUnloadProc to Tcl_LibraryUnloadProc. Adapt documentation, mentioning that the old names are now deprecated.
| | | * | Merge 8.6jan.nijtmans2021-03-181-12/+7
| | | |\ \
| | | * \ \ Merge 8.6. Remove end-of-line spacingjan.nijtmans2021-03-092-3/+3
| | | |\ \ \
| | | * \ \ \ Merge 8.6jan.nijtmans2021-03-042-8/+18
| | | |\ \ \ \
| | | * \ \ \ \ Merge 8.6jan.nijtmans2021-03-041-1/+1
| | | |\ \ \ \ \
| | * | | | | | | Replace Unicode 13 tables with Unicode 14 (still not finailized). Let's see ↵jan.nijtmans2021-02-121-1/+1
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | how it goes so far.
| | * | | | | | Merge 8.6jan.nijtmans2021-01-271-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.6jan.nijtmans2021-01-271-1/+2
| | |\ \ \ \ \ \ \
| | * | | | | | | | TIP #587 follow-up: Looks like -encoding utf-8 still was missing in some ↵jan.nijtmans2020-12-283-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | places, only visible on Windows
| | * | | | | | | | TIP #590 follow-up: Adapt documentation and tclStubLib.cjan.nijtmans2020-12-081-1/+1
| | | | | | | | | |
| | * | | | | | | | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-0/+0
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-11-201-2/+6
| | | |\ \ \ \ \ \ \ \
| | * | \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-12-032-4/+4
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Simplify some \\u???? escape sequences to \\x??jan.nijtmans2020-12-033-6/+6
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge 8.6jan.nijtmans2020-11-301-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-11-301-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Added single-file distributions of Tcl for all main platforms.dkf2020-11-271-0/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are *UNOFFICIAL* builds as they do not correspond to particular releases. The macOS build is packaged in a .dmg with a README that explains how to run it as the binary is not signed or notarized (and this is unlikely to change).
| | | * | | | | | | | | | | | | Better version ID, trying to track down weird macOS problemdkf2020-11-271-0/+9
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Make HTML documentation html5-compatible. Still works the same with older ↵jan.nijtmans2020-11-2514-6255/+158
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | browsers too. Remove obsolete winhelp construction parts: winhelp is obsoleted since Vista
| | | * | | | | | | | | | | | | contents.htm -> index.html and *.htm -> *.htmljan.nijtmans2020-11-242-22/+22
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Fix "make dist"jan.nijtmans2020-11-241-59/+0
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Generate html documentation in html5 format. Fix some html5 compatibiliy ↵jan.nijtmans2020-11-2013-6186/+148
| | | | |_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warnings. Remove old htmlhelp-related parts (since this is obsolete since Vista)
| | * | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-11-2016-17/+17
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Allow tools/tcltk-man2html.tcl to work with both configure.in and ↵jan.nijtmans2020-11-191-2/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | configure.ac: It could be used in extensions which still use an older autoconf
| | * | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-11-171-2/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-11-171-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-11-171-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-11-171-13/+48
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Update TZ info to tzdata2020b.José Ignacio Marín2020-10-101-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-09-203-5/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \