aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorKein-Hong Man <unknown>2015-12-18 10:51:12 +1100
committerKein-Hong Man <unknown>2015-12-18 10:51:12 +1100
commitd44ccc7664512d0be6df259d6c36fe960a36fd13 (patch)
tree1d08e3b99338af165448cf41a031a9093b3d4b9f /doc/ScintillaHistory.html
parent52b77c3c0da892751a9605a7db932cc2d3a2044e (diff)
downloadscintilla-mirror-d44ccc7664512d0be6df259d6c36fe960a36fd13.tar.gz
Bug [#1793]. Add support for Perl 5.22.
Double-diamond operator <<>> Hexadecimal floating point literals Repetition in list assignment Added example file to the lexing tests and changed lexing tests to allow larger files and to standardise on Unix line ends when testing these larger files to avoid spurious failures.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index b26f955eb..6a6ab5ec5 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -527,8 +527,13 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1790/">Bug #1790</a>.
</li>
<li>
- Perl lexer allows '_' for subroutine prototypes.
- <a href="http://sourceforge.net/p/scintilla/bugs/1791/">Bug #1791</a>.
+ Perl lexer updated for Perl 5.20 and 5.22.<br />
+ Allow '_' for subroutine prototypes.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1791/">Bug #1791</a>.<br />
+ Double-diamond operator &lt;&lt;&gt;&gt;.<br />
+ Hexadecimal floating point literals.<br />
+ Repetition in list assignment.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1793/">Bug #1793</a>.
</li>
<li>
Send SCN_UPDATEUI with SC_UPDATE_SELECTION when the application changes multiple