summaryrefslogtreecommitdiffstats
path: root/generic/regex.h
Commit message (Collapse)AuthorAgeFilesLines
* integrated latest changes from Henry Spencer, mostly performance improvementsstanton1998-11-171-6/+6
| | | | | 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-8/+17
| | | | | regexp switches "-line", "-lineanchor", and "-linestop" for controlling newline behavior
* Integrated latest regexp changes from Henry Spencer.stanton1998-10-211-0/+299
Moved regexp related declarations out of tclInt.h and into tclRegexp.h. Added "encoding" command.