diff options
| author | nyamatongwe <devnull@localhost> | 2010-09-01 13:12:15 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-09-01 13:12:15 +1000 |
| commit | d5f4defd17ebfd3c11d293de4c60203355bb8959 (patch) | |
| tree | 41f02d14c57f494a551904ea2982d45f5a2dbe4b | |
| parent | c65045014d0ed150a70437a9caf13a283501e6ab (diff) | |
| download | scintilla-mirror-d5f4defd17ebfd3c11d293de4c60203355bb8959.tar.gz | |
Documented recent fix.rel-2-21
| -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 663304baa..345cc0171 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -421,6 +421,10 @@ SciTE on Windows uses SetDllDirectory to avoid a security problem. </li> <li> + C++ lexer crash fixed with preprocessor expression that looked like division by 0. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3056825&group_id=2439">Bug #3056825.</a> + </li> + <li> Haskell lexer improved. <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3039490&group_id=2439">Feature #3039490.</a> </li> |
