summaryrefslogtreecommitdiffstats
path: root/generic/tclUniData.c
Commit message (Collapse)AuthorAgeFilesLines
* lots of lintstanton1998-11-111-2/+2
| | | | wrapped mutex declarations in ifdefs to avoid compiler warnings
* Merged Henry's latest changes to add support for character rangesstanton1998-11-041-0/+621
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