summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Collapse)AuthorAgeFilesLines
* merged 8.0.4 into 8.1stanton1998-11-111-3/+5
|
* Merged Henry's latest changes to add support for character rangesstanton1998-11-041-3/+3
| | | | | | | | | | | | | | | | 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
* Removed unused function decls.rjohnson1998-10-061-6/+1
|
* merging changes from 8.0.3 into 8.1a2stanton1998-09-241-10/+80
|
* Added contents of Tcl 8.1a2stanton1998-09-211-59/+370
|
* Initial revisionrjohnson1998-03-261-0/+1488