summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Update many tools/encoding/*.txt files to the latest version, but leave out c...jan.nijtmans2021-06-286-178/+17976
|\
| * Update many tools/encoding/*.txt files to the latest version, but leave out c...jan.nijtmans2021-06-2818-203/+18001
* | Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-211-1/+1
* | Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 ...jan.nijtmans2021-06-1829-386/+536
|\ \ | |/
| * Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 ...jan.nijtmans2021-06-1829-386/+536
| |\
| | * Add new encoding iso8859-11jan.nijtmans2021-06-151-0/+286
| | * Update encodings (cp/iso) to latest version from unicode.org. *.enc-files not...jan.nijtmans2021-06-1528-386/+250
| |/ |/|
* | Fix [2860859e84]: Misleading description in README filejan.nijtmans2021-03-181-12/+7
* | Remove end-of-line spacingjan.nijtmans2021-03-092-3/+3
* | In man2html, use consistant color-names (6-char, uppercase), encoding (utf-8)...jan.nijtmans2021-03-042-15/+25
* | Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-041-1/+1
|\ \ | |/
* | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact".jan.nijtmans2021-01-271-1/+1
* | When generating stubs, always read *.decls and *Decls.h files in UTF-8. This ...jan.nijtmans2021-01-271-2/+3
* | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates t...jan.nijtmans2021-01-051-1/+1
* | No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in ...jan.nijtmans2021-01-042-2/+6
* | Use 0o??? notation for octal numbers in tools and testcases in stead of 0???....jan.nijtmans2020-12-031-2/+2
* | doc update: 16-bit DOS appllications are not supported any more. jan.nijtmans2020-11-301-4/+4
* | Fix [b6a7fc9243]. Also add (back) \*(qo, which might be used in older man-pagesjan.nijtmans2020-11-301-1/+2
* | Don't use "Copyright <year> _by_" any more. This results in more consistan...jan.nijtmans2020-11-2016-17/+17
* | Extend tcltk-man2html-utils.tcl a little more: Allow original AT&T syntax for...jan.nijtmans2020-11-171-2/+11
* | 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. Also...jan.nijtmans2020-11-171-12/+58
* | Update TZ info to tzdata2020b.José Ignacio Marín2020-10-101-1/+1
* | Merge 8.5jan.nijtmans2020-09-203-5/+4
|\ \
* | | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-1/+1
* | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-142-3/+3
* | | Backport genStubs.tcl from 8.7. This adds support for MP_WUR, not actually us...jan.nijtmans2020-09-071-0/+10
* | | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-0/+1
* | | Eliminate eol-spacingjan.nijtmans2020-09-0113-27/+27
* | | opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-312-0/+2
* | | occurance -> occurrence.jan.nijtmans2020-05-111-1/+1
* | | genStubs.tcl: Only do an "append line" when there really is something to be d...jan.nijtmans2020-03-301-1/+3
* | | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-3/+3
* | | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unico...jan.nijtmans2020-03-173-4/+4
|\ \ \
* \ \ \ Update to Unicode-13jan.nijtmans2020-03-052-17/+17
|\ \ \ \
| | | | * 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
| | | |/
| | | * Backport many (formatting) changes in tools/*. Nothing functional.jan.nijtmans2020-09-2017-187/+192
| | |/
| | * Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate...jan.nijtmans2020-03-171-2/+2
| | * Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-092-2/+2
| |/
| * Update all internal tables to Unicode 13.jan.nijtmans2020-03-052-17/+17
| |\
| | * Update all tables to [http://unicode.org/versions/Unicode13.0.0/|Unicode 13] ...jan.nijtmans2020-02-112-17/+17
| | * Merge 8.7jan.nijtmans2019-11-111-0/+456
| | |\
| | | * Move tclOOScript.tcl from the generic to the tools directory, so "make dist" ...jan.nijtmans2019-11-061-0/+456
| | * | More WIP: All makefile builds appear to work fine, makefile.vc build still to...jan.nijtmans2019-11-051-103/+0
| | |/
| | * Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ...jan.nijtmans2019-10-241-0/+10
| | * Fix bug 9d10c37aa8 (in the Tk repository): Improperly converted link in HTML ...fvogel2019-09-071-2/+2
| | |\ | |_|/ |/| |
* | | Fix bug 9d10c37aa8 (in the Tk repository): Improperly converted link in HTML ...fvogel2019-09-071-2/+2
| | * Merge 8.6jan.nijtmans2019-06-261-1/+1
| | |\ | |_|/ |/| |