Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-22 | Removed modification history. | nyamatongwe | 1 | -105/+41 | |
2003-08-26 | Fixed bug that ignored high bit of characters in comparisons. | nyamatongwe | 1 | -1/+4 | |
2003-03-21 | Detect patterns too long in regular expression search. | nyamatongwe | 1 | -0/+6 | |
2003-03-04 | Patch from Jakub to optionally implement more POSIX compatible regular | nyamatongwe | 1 | -24/+50 | |
expressions. \(..\) changes to (..) Fixes problem where find previous would not find earlier matches on same line. | |||||
2002-09-28 | Fixed problem with character ranges caused by expansion to 8 bits. | nyamatongwe | 1 | -1/+4 | |
2001-04-29 | Addition of new target methods - versions of ReplaceTarget that take counted | nyamatongwe | 1 | -50/+70 | |
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-20 | Removed DEBUG code that failed to compile on GTK+. | nyamatongwe | 1 | -78/+3 | |
2001-04-13 | Added URL to find original code to comments. | nyamatongwe | 1 | -0/+4 | |
2001-04-06 | Made regular expression searching work on a line by line basis, made ^ and | nyamatongwe | 1 | -9/+38 | |
$ 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 | -7/+46 | |
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/+844 | |