aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorZufu Liu <unknown>2023-12-14 14:44:11 +1100
committerZufu Liu <unknown>2023-12-14 14:44:11 +1100
commit361218f4984d429c1a518cb1dbd94612eab0ecaa (patch)
tree4efa7cfc7b09022b9419aae013de5aa28bbb5278 /doc
parent108dbd549a2a7e17b744d13b451c0a18503b4480 (diff)
downloadscintilla-mirror-361218f4984d429c1a518cb1dbd94612eab0ecaa.tar.gz
Bug [#2405]. Fix regular expression bug in reverse direction where shortened
match returned.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index dc2a8415e..ca780bc46 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -618,6 +618,10 @@
<a href="https://sourceforge.net/p/scintilla/bugs/2405/">Bug #2405</a>.
</li>
<li>
+ Fix regular expression bug in reverse direction where shortened match returned.
+ <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>