From 50f053ff0f1d1a2b45a20e65f25a21a2a10c1bc4 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Tue, 12 Dec 2023 09:45:46 +1100 Subject: Bug [#2405]. Fix regular expression assertion (^, $, \b. \B) failures when using SCFIND_CXX11REGEX. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 @@ Bug #2413.
  • + Fix regular expression assertion (^, $, \b. \B) failures when using SCFIND_CXX11REGEX. + Bug #2405. +
  • +
  • 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.
  • -- cgit v1.2.3