| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2001-04-29 | Addition of new target methods - versions of ReplaceTarget that take counted | nyamatongwe | 1 | -3/+3 | |
| strings to allow for nulls, SearchInTarget and Get/SetSearchFlags to use a series of calls rather than a structure. Handling of \000 in search and replace. Handling of /escapes within character ranges of regular expressions. Some handling of bare ^ and $ regular expressions. | |||||
| 2001-04-06 | Made regular expression searching work on a line by line basis, made ^ and | nyamatongwe | 1 | -1/+2 | |
| $ work, made [set] work, and added a case insensitive option. | |||||
| 2001-04-05 | Replace target functionality to make find and replace operations faster | nyamatongwe | 1 | -1/+6 | |
| by diminishing screen updates and allow for \d patterns in the replacement text. | |||||
| 2001-04-04 | Moved to public domain regular expresion implementation. | nyamatongwe | 1 | -0/+54 | |
