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