diff options
author | Zufu Liu <unknown> | 2023-12-12 09:45:46 +1100 |
---|---|---|
committer | Zufu Liu <unknown> | 2023-12-12 09:45:46 +1100 |
commit | 50f053ff0f1d1a2b45a20e65f25a21a2a10c1bc4 (patch) | |
tree | 6394af33566c632c73cf5f035abf5d176f61e946 /doc | |
parent | 1b83a38def5c210c39421593b0a73c23495bcd54 (diff) | |
download | scintilla-mirror-50f053ff0f1d1a2b45a20e65f25a21a2a10c1bc4.tar.gz |
Bug [#2405]. Fix regular expression assertion (^, $, \b. \B) failures when using
SCFIND_CXX11REGEX.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 38cd4e3fa..dc2a8415e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -614,6 +614,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2413/">Bug #2413</a>. </li> <li> + Fix regular expression assertion (^, $, \b. \B) failures when using SCFIND_CXX11REGEX. + <a href="https://sourceforge.net/p/scintilla/bugs/2405/">Bug #2405</a>. + </li> + <li> With a document that does not have the SC_DOCUMENTOPTION_TEXT_LARGE option set, allocating more than 2G (calling SCI_ALLOCATE or similar) will now fail with SC_STATUS_FAILURE. </li> |