summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
Commit message (Collapse)AuthorAgeFilesLines
* Merged Henry's latest changes to add support for character rangesstanton1998-11-041-2/+7
| | | | | | | | | | | | | | | | in cvec data type Added support for Unicode character classes in regular expressions We now support the following character classes: alnum, alpha, blank, cntrl, digit, graph, lower, print, punct, space, upper, xdigit These all follow the example set by the GNU regular expression package for Java except that "digit" only matches the ASCII '0'-'9' characters. Renamed tclUtf.h to tclUniData.c
* fixed typo in includestanton1998-10-211-2/+2
|
* Added Unicode character table support:stanton1998-10-161-78/+102
| | | | | | | | added TclUniCharIsWordChar tclCmdMZ.c (Tcl_StringObjCmd): added "totitle" subcommand, changed "wordend" and "wordstart" to properly handle Unicode word characters and connector punctuation
* replaced SCCS with RCS stringsstanton1998-10-031-1/+1
|
* Added contents of Tcl 8.1a2stanton1998-09-211-0/+1258