diff options
author | mitchell <unknown> | 2019-07-11 11:45:48 -0400 |
---|---|---|
committer | mitchell <unknown> | 2019-07-11 11:45:48 -0400 |
commit | 915e4978fdea3642d27dc94e69d90b140894bc14 (patch) | |
tree | a7eb299d67d64263d40ad8c626d9525534138a5e /doc/ScintillaHistory.html | |
parent | 80026929c3d531d1644ddb42c292f262f63be74b (diff) | |
download | scintilla-mirror-915e4978fdea3642d27dc94e69d90b140894bc14.tar.gz |
Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.
Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function
since `strnlen` is not part of the C or C++ standard.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 556d4be3d..9b149b020 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -531,6 +531,7 @@ </tr><tr> <td>Jad Altahan</td> <td>Andrea Ricchi</td> + <td>Wil van Antwerpen</td> </tr> </table> <p> @@ -543,6 +544,18 @@ </li> </ul> <h3> + <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.7/scintilla3107.zip/download">Release 3.10.7</a> + </h3> + <ul> + <li> + Released 11 Jun 2019. + </li> + <li> + Lexer added for DataFlex. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1295/">Feature #1295</a>. + </li> + </ul> + <h3> <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.6/scintilla3106.zip/download">Release 3.10.6</a> </h3> <ul> |