summaryrefslogtreecommitdiffstats
path: root/generic/regcomp.c
Commit message (Collapse)AuthorAgeFilesLines
* lintstanton1998-11-181-1/+1
|
* integrated latest changes from Henry Spencer, mostly performance improvementsstanton1998-11-171-5/+75
| | | | | renamed re_u* interfaces to TclRe* to avoid conflicts with other software that uses the regular expression library
* integrated latest regexp updates from Henry Spencer, includes newstanton1998-11-111-917/+788
| | | | | regexp switches "-line", "-lineanchor", and "-linestop" for controlling newline behavior
* Merged Henry's latest changes to add support for character rangesstanton1998-11-041-17/+55
| | | | | | | | | | | | | | | | 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
* Integrated latest regexp changes from Henry Spencer.stanton1998-10-211-0/+2137
Moved regexp related declarations out of tclInt.h and into tclRegexp.h. Added "encoding" command.