aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2018-05-16 11:43:01 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2018-05-16 11:43:01 +1000
commit811e4dd5158e45e2830d2d431a48a9a2297de226 (patch)
tree6370f6a223de64b65d0636209c78bd866c9c6cfb /doc/ScintillaHistory.html
parent4d667aefdae2f120ae77548f07c0a18fd83f0a8a (diff)
downloadscintilla-mirror-811e4dd5158e45e2830d2d431a48a9a2297de226.tar.gz
Fix regex crash reported with libstdc++ on macOS that occurs
when the regex has a locale imbued.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 1429ce7ab..5d94a0ec5 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -549,6 +549,9 @@
Crashes fixed on macOS for invalid DBCS characters when dragging text,
changing case of text, case-insensitive searching, and retrieving text as UTF-8.
</li>
+ <li>
+ Regular expression crash fixed on macOS when linking to libstdc++.
+ </li>
</ul>
<h3>
<a href="https://www.scintilla.org/scite405.zip">Release 4.0.5</a>