summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-01-071-7/+17
|\
| * 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.7jan.nijtmans2021-06-105-22/+27
| | | |\ \
| | | * | | Replace Unicode 13 tables with Unicode 14 (still not finailized). Let's see ↵jan.nijtmans2021-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | how it goes so far.
* | | | | | Few more (c) -> ©jan.nijtmans2021-09-023-5/+5
| | | | | |
* | | | | | (c) -> ©, now that TIP #587 is acceptedjan.nijtmans2021-09-0212-17/+17
| |_|_|_|/ |/| | | |
* | | | | Merge 8.6jan.nijtmans2021-06-286-178/+17976
|\ \ \ \ \ | |/ / / /
| * | | | Update many tools/encoding/*.txt files to the latest version, but leave out ↵jan.nijtmans2021-06-286-178/+17976
| |\ \ \ \ | | |/ / / | | | | | | | | | | character changes. Only add the new "cns11643" encoding, which belongs to the same group as big5
| | * | | Update many tools/encoding/*.txt files to the latest version, but leave out ↵jan.nijtmans2021-06-2818-203/+18001
| | | | | | | | | | | | | | | | | | | | character changes. Only add the new "cns11643" encoding, which belongs to the same group as big5
| * | | | Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-211-1/+1
| | | | |
* | | | | eol-spacingjan.nijtmans2021-06-211-1/+1
| | | | |
* | | | | Merge 8.6jan.nijtmans2021-06-1829-386/+536
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 ↵jan.nijtmans2021-06-1829-386/+536
| |\ \ \ | | |/ / | | | | | | | | new codepoints to iso8859-7, and adds a full new encoding iso8859-11
| | * | Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 ↵jan.nijtmans2021-06-1829-386/+536
| | |\ \ | | | | | | | | | | | | | | | new codepoints to iso8859-7, and adds a full new encoding iso8859-11.
| | | * | Add new encoding iso8859-11jan.nijtmans2021-06-151-0/+286
| | | | |
| | | * | Update encodings (cp/iso) to latest version from unicode.org. *.enc-files ↵jan.nijtmans2021-06-1528-386/+250
| | |/ / | |/| | | | | | | | | | not re-generated yet
* | | | 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
|\ \ \ \ | |/ / /
| * | | Fix [2860859e84]: Misleading description in README filejan.nijtmans2021-03-181-12/+7
| | | |
* | | | Merge 8.6. Remove end-of-line spacingjan.nijtmans2021-03-092-3/+3
|\ \ \ \ | |/ / /
| * | | Remove end-of-line spacingjan.nijtmans2021-03-092-3/+3
| | | |
* | | | Merge 8.6jan.nijtmans2021-03-042-8/+18
|\ \ \ \ | |/ / /
| * | | In man2html, use consistant color-names (6-char, uppercase), encoding ↵jan.nijtmans2021-03-042-15/+25
| | | | | | | | | | | | | | | | (utf-8) and translation (lf) independant from platform
* | | | Merge 8.6jan.nijtmans2021-03-041-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-041-1/+1
| |\ \ | | |/
| | * cleanup genStubs.tcl, e.g. "==" -> "eq" and "!=" -> "ne". No change in outputjan.nijtmans2021-03-041-11/+14
| | |
| | * Require at least autoconf-2.59 for tools/configurejan.nijtmans2021-01-051-2/+3
| | |
* | | Merge 8.6jan.nijtmans2021-01-271-1/+1
|\ \ \ | |/ /
| * | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact".jan.nijtmans2021-01-271-1/+1
| | |
* | | Merge 8.6jan.nijtmans2021-01-271-1/+2
|\ \ \ | |/ /
| * | When generating stubs, always read *.decls and *Decls.h files in UTF-8. This ↵jan.nijtmans2021-01-271-2/+3
| | | | | | | | | | | | corrects possible invalid UTF-8.
| * | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates ↵jan.nijtmans2021-01-051-1/+1
| | | | | | | | | | | | the same */configure scripts with autoconf-2.59.
| * | No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in ↵jan.nijtmans2021-01-042-2/+6
| | | | | | | | | | | | generated configure scripts
* | | 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
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Use 0o??? notation for octal numbers in tools and testcases in stead of ↵jan.nijtmans2020-12-031-2/+2
| | | | | | | | | | | | | | | | | | | | 0???. Although it still works in 8.6, it is deprecated an will be removed in 9.0.
* | | | | Simplify some \\u???? escape sequences to \\x??jan.nijtmans2020-12-033-6/+6
| | | | |
* | | | | Merge 8.6jan.nijtmans2020-11-301-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | doc update: 16-bit DOS appllications are not supported any more. jan.nijtmans2020-11-301-4/+4
| | | | | | | | | | | | | | | Use • in stead of • representing bullets in html
* | | | | Merge 8.6jan.nijtmans2020-11-301-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix [b6a7fc9243]. Also add (back) \*(qo, which might be used in older man-pagesjan.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