aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RESearch.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-04Replacing raw pointers and allocations with std::string.nyamatongwe1-14/+9
2013-04-19Remove unused methods.nyamatongwe1-52/+0
2012-10-04Fix bug where non-ASCII hex escape did not match.nyamatongwe1-1/+1
2011-06-02Fix warnings from an ignored modifier and character indices.nyamatongwe1-3/+3
2010-10-22Addition of '?' regular expression operator to indicate 0 or 1 occurrencesnyamatongwe1-31/+62
2010-07-12Fix regular expression searches for ranges above 0x80 like [A-€].nyamatongwe1-2/+2
2010-03-14Avoid warning about uninitialised member.nyamatongwe1-0/+1
2009-09-04Fixed warning about fall through which could have caused problems whennyamatongwe1-0/+1
2009-07-21Need stdlib.h for size_t for some compilers.nyamatongwe1-0/+2
2008-12-23Avoid warnings with gcc 4.3nyamatongwe1-2/+3
2008-10-09Bug #2056209 avoiding hidden variable warnings with Sun Studio.nyamatongwe1-11/+11
2008-08-03Fix for bug #2031167 RegExp "^[^(]+$" matches empty line.nyamatongwe1-0/+2
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+4
2007-03-19Undid last change as there was no example case that demonstratednyamatongwe1-2/+0
2007-03-11Ensure initialisation of nfa member to make BoundsChecker happy.nyamatongwe1-0/+2
2007-01-16Patch from Philippe Lhoste to regular expressions adds \d, \D, \s, \S, \w, \W...nyamatongwe1-101/+289
2006-02-27Patch from Philippe makes some methods private, improve comments andnyamatongwe1-153/+148
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe1-58/+16
2003-09-22Removed modification history.nyamatongwe1-105/+41
2003-08-26Fixed bug that ignored high bit of characters in comparisons.nyamatongwe1-1/+4
2003-03-21Detect patterns too long in regular expression search.nyamatongwe1-0/+6
2003-03-04Patch from Jakub to optionally implement more POSIX compatible regularnyamatongwe1-24/+50
2002-09-28Fixed problem with character ranges caused by expansion to 8 bits.nyamatongwe1-1/+4
2001-04-29Addition of new target methods - versions of ReplaceTarget that take countednyamatongwe1-50/+70
2001-04-20Removed DEBUG code that failed to compile on GTK+.nyamatongwe1-78/+3
2001-04-13Added URL to find original code to comments.nyamatongwe1-0/+4
2001-04-06Made regular expression searching work on a line by line basis, made ^ andnyamatongwe1-9/+38
2001-04-05Replace target functionality to make find and replace operations fasternyamatongwe1-7/+46
2001-04-04Moved to public domain regular expresion implementation.nyamatongwe1-0/+844