| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-05-01 | Mark Decoration methods noexcept where reasonable. | Neil | 2 | -34/+34 |
| 2020-05-01 | Change log. | Neil | 1 | -0/+19 |
| 2020-05-01 | Bug [#2173]. Tweak font measurement so underscores more likely visible. | Neil | 1 | -2/+2 |
| 2020-05-01 | Allow arbitrary length lines by using std::string instead of array. | Neil | 1 | -16/+15 |
| 2020-05-01 | Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 like | Neil | 6 | -0/+31 |
| 2020-05-01 | Better diagnostics when script fails | Neil | 1 | -1/+2 |
| 2020-05-01 | Replace deprecated function pango_script_for_unichar with g_unichar_get_script. | Neil | 2 | -6/+6 |
| 2020-04-30 | Add a script to make it easier to test lexers on Unix. | Neil | 1 | -0/+7 |
| 2020-04-30 | Clean up - make local function static and remove code that has no effect. | Zufu Liu | 1 | -3/+1 |
| 2020-04-30 | Bug [#2019]. Fix buffer over-read with absolute reference. | Zufu Liu | 3 | -5/+36 |
| 2020-04-30 | Fix line ends on example files. | Neil | 3 | -188/+188 |
| 2020-04-30 | Treat \n and \r\n line ends the same after operands by setting style to comment. | Neil | 1 | -3/+1 |
| 2020-04-30 | Retrieve errorlist and mmixal files with local line ends so match result files | Neil | 1 | -0/+2 |
| 2020-04-30 | Add tests for mmixal lexer. | Neil | 5 | -0/+176 |
| 2020-04-30 | Add tests for errorlist lexer. | Neil | 3 | -0/+208 |
| 2020-04-28 | Fixed link. | Neil | 1 | -1/+1 |
| 2020-04-27 | Remove documentation that is no longer correct. | Neil | 1 | -1/+0 |
| 2020-04-27 | Added tag rel-4-3-3 for changeset 4c6aee014e72 | Neil | 1 | -0/+1 |
| 2020-04-23 | Updates for 4.3.3.rel-4-3-3 | Neil | 9 | -20/+18 |
| 2020-04-21 | Feature [feature-requests:1346]. Add lexer.as.comment.character property to | Dejan Budimir | 2 | -1/+13 |
| 2020-04-17 | Update Python versions for files that may involve PySide on Linux which requires | Neil | 11 | -6/+16 |
| 2020-04-17 | Update Python versions. Modules that are only used as top level scripts or from | Neil | 7 | -18/+13 |
| 2020-04-17 | Making dependencies now requires Python 3.6+. | Neil | 13 | -19/+25 |
| 2020-04-17 | Arithmetic between enums is deprecated so use constexpr instead of enum or cast. | Neil | 2 | -10/+11 |
| 2020-04-16 | Remove dead code. | Neil | 1 | -7/+0 |
| 2020-04-16 | Specify that NotifyStyleNeeded is an override. Replace 0/NULL with nullptr. | Neil | 1 | -5/+5 |
| 2020-04-13 | Use const, constexpr, noexcept, & nullptr. Reduce headers and use C++ versions. | Neil | 1 | -42/+39 |
| 2020-04-13 | Add test that illustrates all Python styles. | Neil | 3 | -0/+127 |
| 2020-04-13 | Fix inverted test. | Neil | 1 | -1/+1 |
| 2020-04-13 | Add test for differing styles between \r and \n. | Neil | 1 | -0/+46 |
| 2020-04-13 | Hide implementation of EscapeSequence and use const. Add tests for escape | Neil | 3 | -13/+26 |
| 2020-04-13 | Replace islower function and add tests for JavaScript regular expressions. | Neil | 5 | -6/+17 |
| 2020-04-13 | Use constexpr and noexcept, reduce headers and use C++ versions, harmonize types | Neil | 1 | -12/+10 |
| 2020-04-10 | Move static functions into unnamed namespace and simplify line counting. | Neil | 1 | -21/+15 |
| 2020-04-10 | Updated documentation with currently used astyle parameters. | Neil | 1 | -1/+3 |
| 2020-04-10 | Run astyle indenter over file. | Zufu Liu | 1 | -11/+12 |
| 2020-04-10 | Feature [feature-requests:1346]. Convert long if-else block to switch. | Zufu Liu | 1 | -250/+324 |
| 2020-04-10 | Remove non-standard whitespace. | Zufu Liu | 1 | -5/+5 |
| 2020-04-10 | Fix warning from g++. | Neil | 1 | -1/+1 |
| 2020-04-10 | Fix some warnings from Clang-Tidy. | Neil | 1 | -6/+5 |
| 2020-04-10 | Bug [#2168]. Fix bug where 'ยต' (Micro Sign) case-insensitively matches '?'. | Neil | 2 | -3/+9 |
| 2020-04-10 | Bug [#2167]. Add line copy format on clipboard, compatible with Visual Studio. | Justin Dailey | 2 | -1/+37 |
| 2020-04-09 | Typo. | Zufu Liu | 1 | -1/+1 |
| 2020-04-08 | Removed superfluous space. | Neil | 1 | -2/+0 |
| 2020-04-08 | Simplify PerLine, remove casts, use noexcept, const, & constexpr where possible. | Neil | 4 | -60/+56 |
| 2020-04-08 | Feature [feature-requests:1344]. Add methods for iterating through the marker | Iain Clarke | 10 | -3/+103 |
| 2020-04-07 | Use noexcept and const where possible. | Neil | 2 | -10/+10 |
| 2020-04-07 | Use const as avoids warning. | Neil | 2 | -2/+2 |
| 2020-04-07 | Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works. | Yury Dubinsky | 6 | -389/+484 |
| 2020-04-06 | Typo. | Neil | 1 | -1/+1 |