index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
RESearch.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-04
Replacing raw pointers and allocations with std::string.
nyamatongwe
1
-14
/
+9
2013-04-19
Remove unused methods.
nyamatongwe
1
-52
/
+0
2012-10-04
Fix bug where non-ASCII hex escape did not match.
nyamatongwe
1
-1
/
+1
2011-06-02
Fix warnings from an ignored modifier and character indices.
nyamatongwe
1
-3
/
+3
2010-10-22
Addition of '?' regular expression operator to indicate 0 or 1 occurrences
nyamatongwe
1
-31
/
+62
2010-07-12
Fix regular expression searches for ranges above 0x80 like [A-].
nyamatongwe
1
-2
/
+2
2010-03-14
Avoid warning about uninitialised member.
nyamatongwe
1
-0
/
+1
2009-09-04
Fixed warning about fall through which could have caused problems when
nyamatongwe
1
-0
/
+1
2009-07-21
Need stdlib.h for size_t for some compilers.
nyamatongwe
1
-0
/
+2
2008-12-23
Avoid warnings with gcc 4.3
nyamatongwe
1
-2
/
+3
2008-10-09
Bug #2056209 avoiding hidden variable warnings with Sun Studio.
nyamatongwe
1
-11
/
+11
2008-08-03
Fix for bug #2031167 RegExp "^[^(]+$" matches empty line.
nyamatongwe
1
-0
/
+2
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2007-03-19
Undid last change as there was no example case that demonstrated
nyamatongwe
1
-2
/
+0
2007-03-11
Ensure initialisation of nfa member to make BoundsChecker happy.
nyamatongwe
1
-0
/
+2
2007-01-16
Patch from Philippe Lhoste to regular expressions adds \d, \D, \s, \S, \w, \W...
nyamatongwe
1
-101
/
+289
2006-02-27
Patch from Philippe makes some methods private, improve comments and
nyamatongwe
1
-153
/
+148
2006-02-25
Patch from Greg Smith with further modifications moved character
nyamatongwe
1
-58
/
+16
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
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
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
2001-04-05
Replace target functionality to make find and replace operations faster
nyamatongwe
1
-7
/
+46
2001-04-04
Moved to public domain regular expresion implementation.
nyamatongwe
1
-0
/
+844