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