diff options
author | stanton <stanton> | 1999-06-24 03:27:56 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-06-24 03:27:56 (GMT) |
commit | 79d36b8166d773a6f2740a59820c30748c102226 (patch) | |
tree | 255e71bdabf736a3697e79ffdd09a91136ea7b33 /tools/README | |
parent | 3497f9531e33550bfb1cec92c30b535497e86289 (diff) | |
download | tcl-79d36b8166d773a6f2740a59820c30748c102226.zip tcl-79d36b8166d773a6f2740a59820c30748c102226.tar.gz tcl-79d36b8166d773a6f2740a59820c30748c102226.tar.bz2 |
* unix/Makefile.in: Changed install-doc to install-man.
* tools/uniParse.tcl:
* tools/uniClass.tcl:
* tools/README:
* tests/string.test:
* generic/regc_locale.c:
* generic/tclUniData.c:
* generic/tclUtf.c:
* doc/string.n: Updated Unicode character tables to reflect latest
Unicode 2.1 data. Also rationalized "regexp" and "string is"
definitions of character classes.
Diffstat (limited to 'tools/README')
-rw-r--r-- | tools/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/README b/tools/README index 9161214..e0de597 100644 --- a/tools/README +++ b/tools/README @@ -1,6 +1,12 @@ +This directory contains unsupported tools used to build parts of Tcl +for distribution. - This directory contains unsupported tools that are used - during the release engineering process. + +uniParse.tcl -- Script for converting the Unicode character database + into a compact table stored in generic/tclUniData.c. + +uniClass.tcl -- Script for generating regexp class tables from the Tcl + "string is" classes Generating HTML files. The tcl8.1-tk8.1-man-html.tcl script from Robert Critchlow |