| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-11 | Backport: Replace NULL and 0 with nullptr in clear cases of pure C++ code. | Neil | 1 | -2/+2 | |
| Backport of changeset 7111:e3cecaf6bd37. | |||||
| 2018-05-03 | Backport: Avoid casts. | Neil | 1 | -4/+5 | |
| Backport of changeset 6787:b690b9e1e111. | |||||
| 2018-04-30 | Backport: Feature [feature-requests:#1215]. Simplify RESearch::ChSetWithCase. | Neil | 1 | -9/+4 | |
| Backport of changeset 6759:a4ec3a347298. | |||||
| 2018-05-05 | Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than ↵ | mitchell | 1 | -0/+1 | |
| 2 GigaBytes. This option is provisional and experimental. Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added '#include <cstddef>' to top of src/RESearch.cxx to fix 32-bit build error. | |||||
| 2018-01-28 | Backport: Use std::end when filling arrays as reduces chance of mistake. | Neil | 1 | -3/+4 | |
| Backport of changeset 6436:a366ce1a811e. | |||||
| 2017-10-16 | Backport: Use const for interface CharacterIndexer and its implementation ↵ | Neil | 1 | -3/+3 | |
| DocumentIndexer. Backport of changeset 6401:fccfa635ff0c. | |||||
| 2017-10-16 | Backport: Bug [#1975]. Avoid duplicate calls by using inline function ↵ | Zufu Liu | 1 | -5/+6 | |
| instead of macro. Backport of changeset 6400:4f1dfd6a7975. | |||||
| 2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
| for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
| 2017-09-01 | Backport: Use "Falls through" comments to avoid warnings from GCC 7.1. | Neil Hodgson | 1 | -0/+1 | |
| Backport of changeset 6387:4ad398cbd71f. | |||||
| 2017-04-06 | Added const where possible. | Neil | 1 | -4/+4 | |
| 2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -1/+1 | |
| where it may be needed in the future. | |||||
| 2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -12/+12 | |
| and lines. | |||||
| 2017-03-08 | Fix warnings from Visual Studio 2017. | Neil | 1 | -2/+2 | |
| 2015-09-29 | Mark local functions as static. | Neil Hodgson | 1 | -1/+1 | |
| 2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 1 | -0/+1 | |
| 2015-07-04 | Make std::exception visible to all core code to remove chance that a different | Neil | 1 | -0/+1 | |
| tool set will not indirectly include <stdexcept>. | |||||
| 2015-02-14 | Fix doc comments. | Neil Hodgson | 1 | -2/+2 | |
| 2014-09-13 | Avoid extra NUL in strings and unnecessary allocations. | Neil | 1 | -2/+1 | |
| 2014-07-24 | Ensure all fields initialised in constructor. | Neil | 1 | -10/+7 | |
| 2014-01-20 | Fix typos in comments (src) | Stefan Weil | 1 | -2/+2 | |
| 2014-04-29 | Stop disabling warnings where no longer needed. | Neil | 1 | -5/+0 | |
| 2013-12-15 | Format normalization - whitespace and braces made consistent. | Neil | 1 | -14/+22 | |
| Parameter names added to method declarations. | |||||
| 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 | |
| and non-greedy matches. | |||||
| 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 | |
| space characters added to set of word characters. | |||||
| 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 ↵ | scaraveo | 1 | -0/+4 | |
| message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
| 2007-03-19 | Undid last change as there was no example case that demonstrated | nyamatongwe | 1 | -2/+0 | |
| reading of uninitialized values and the buffer being initialized was quite large. | |||||
| 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, ↵ | nyamatongwe | 1 | -101/+289 | |
| \W, and \xHH. | |||||
| 2006-02-27 | Patch from Philippe makes some methods private, improve comments and | nyamatongwe | 1 | -153/+148 | |
| whitespace. | |||||
| 2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 1 | -58/+16 | |
| classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table. | |||||
| 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. | |||||
