| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-17 | Backport: Bug [#2019]. Fix buffer over-read with absolute reference. | mitchell | 1 | -5/+4 | |
| Backport of changeset 8212:6d0ce3c92a13, but without lexilla tests. | |||||
| 2020-04-30 | Backport: Treat \n and \r\n line ends the same after operands by setting ↵ | Neil | 1 | -3/+1 | |
| style to comment. Backport of changeset 8210:6b6ecf724c71. | |||||
| 2020-04-27 | Backport: Remove documentation that is no longer correct. | Neil | 1 | -1/+0 | |
| Backport of changeset 8205:56bd10edc259. | |||||
| 2020-06-10 | Revert previous commit. | mitchell | 2 | -5/+3 | |
| 2020-06-10 | Support American English "changable" style setting in LexerLPeg. | mitchell | 2 | -4/+6 | |
| 2020-06-07 | Added check.mak rules for building test programs for various platforms. | mitchell | 1 | -1/+130 | |
| 2020-06-06 | Updated curses sample program. | mitchell | 1 | -4/+4 | |
| 2020-06-06 | Fixed crash when LexerLPeg cannot find lexer.lua module. | mitchell | 1 | -0/+2 | |
| 2020-06-02 | Fixed crashes on Win32 related to previous backport. | mitchell | 2 | -13/+1 | |
| 2020-06-02 | Updated Scintilla.iface with experimental ILexer5 interface support. | mitchell | 1 | -1/+1 | |
| 2020-06-02 | Fixed build error on Windows with previous backport. | mitchell | 1 | -2/+0 | |
| 2019-12-31 | Backport: Implement SCI_SETILEXER. | Neil | 11 | -25/+108 | |
| Backport of changeset 7871:ff54e1fc74f3, but with the ability to distinguish between ILexer and ILexer5 interfaces. | |||||
| 2020-06-02 | Initial, experimental support for upstream ILexer5/lexilla lexers. | mitchell | 7 | -19/+120 | |
| 2020-06-02 | Fixed improper cast in gcc-4.8. | mitchell | 1 | -1/+1 | |
| 2020-06-01 | lexlua: Added Fennel lexer. | mitchell | 2 | -0/+39 | |
| Thanks to Momohime Honda. | |||||
| 2020-05-26 | Added SCI_PRIVATELEXERCALL API for retrieving the style number of a style name. | mitchell | 2 | -4/+21 | |
| 2020-05-09 | Added tag rel-3-20-0 for changeset 009dc970f1c2 | mitchell | 1 | -0/+1 | |
| 2020-05-09 | Lua LPeg lexer history update correction.rel-3-20-0 | mitchell | 1 | -2/+1 | |
| 2020-05-09 | More Lua LPeg lexer history updates. | mitchell | 1 | -0/+7 | |
| 2020-05-09 | Updated for 3.20.0. | mitchell | 9 | -22/+22 | |
| 2020-05-09 | Updated generation scripts for LongTerm3 use. | mitchell | 4 | -6/+25 | |
| 2020-05-09 | Updated makefile deps. | mitchell | 4 | -12/+503 | |
| 2020-05-09 | Updated history with Lua LPeg lexer changes. | mitchell | 1 | -2/+25 | |
| 2020-04-25 | Reformatted Lua LPeg lexers and added new convenience functions and pattern. | mitchell | 123 | -1459/+1398 | |
| `lexer.range()` replaces `lexer.delimited_range()` and `lexer.nested_pair()`. `lexer.to_eol()` replaces `patt * lexer.nonnewline^0` constructs. `lexer.number` replaces `lexer.float + lexer.integer`. Also added unit tests for lexer functions. | |||||
| 2020-04-24 | Updated BACKPORTING. | mitchell | 1 | -0/+20 | |
| 2020-04-21 | Backport: Feature [feature-requests:1346]. Add lexer.as.comment.character ↵ | Dejan Budimir | 2 | -1/+13 | |
| property to change comment character. Backport of changeset 8155:b89853508137. | |||||
| 2020-04-17 | Backport: Arithmetic between enums is deprecated so use constexpr instead of ↵ | Neil | 2 | -10/+11 | |
| enum or cast. Added constexpr where reasonable. Backport of changeset 8151:5f70c1eb371b. | |||||
| 2020-04-16 | Backport: Specify that NotifyStyleNeeded is an override. Replace 0/NULL with ↵ | Neil | 1 | -5/+5 | |
| nullptr. Backport of changeset 8149:080d259e014a. | |||||
| 2020-04-13 | Backport: Use const, constexpr, noexcept, & nullptr. Reduce headers and use ↵ | Neil | 1 | -42/+39 | |
| C++ versions. Replace ctype functions with lexlib functions that don't fail for non-ASCII. Backport of changeset 8148:64c6264b38d2. | |||||
| 2020-04-13 | Backport: Hide implementation of EscapeSequence and use const. Add tests for ↵ | Neil | 1 | -13/+12 | |
| escape sequences. Backport of changeset 8144:ce9d95250569. | |||||
| 2020-04-13 | Backport: Replace islower function and add tests for JavaScript regular ↵ | Neil | 2 | -3/+5 | |
| expressions. Backport of changeset 8143:a5eb440dc1e2. | |||||
| 2020-04-13 | Backport: Use constexpr and noexcept, reduce headers and use C++ versions, ↵ | Neil | 1 | -12/+10 | |
| harmonize types a bit. Backport of changeset 8142:a823c9510148. | |||||
| 2020-04-10 | Backport: Move static functions into unnamed namespace and simplify line ↵ | Neil | 1 | -20/+22 | |
| counting. Backport of changeset 8141:00d61c7df678. | |||||
| 2020-04-10 | Backport: Updated documentation with currently used astyle parameters. | Neil | 1 | -1/+3 | |
| Backport of changeset 8140:d9561a4b77f4. | |||||
| 2020-04-10 | Backport: Run astyle indenter over file. | Zufu Liu | 1 | -11/+12 | |
| Backport of changeset 8139:b15e8d7fed18. | |||||
| 2020-04-24 | Backport: Feature [feature-requests:1346]. Convert long if-else block to switch. | mitchell | 1 | -251/+325 | |
| Backport of changeset 8138:9f24b2af91f8. | |||||
| 2020-04-10 | Backport: Remove non-standard whitespace. | Zufu Liu | 1 | -5/+5 | |
| Backport of changeset 8137:a7bfb6d4756c. | |||||
| 2020-04-10 | Backport: Fix some warnings from Clang-Tidy. | Neil | 1 | -4/+4 | |
| Backport of changeset 8135:463c3cd3d8b2, but without [[maybe_unused]], which is C++17 only. | |||||
| 2020-04-10 | Backport: Bug [#2168]. Fix bug where 'µ' (Micro Sign) case-insensitively ↵ | Neil | 2 | -3/+13 | |
| matches '?'. Backport of changeset 8134:b28166a7c77b. | |||||
| 2020-04-10 | Backport: Bug [#2167]. Add line copy format on clipboard, compatible with ↵ | Justin Dailey | 2 | -1/+38 | |
| Visual Studio. Backport of changeset 8133:82b2210d3a1c. | |||||
| 2020-04-09 | Backport: Typo. | Zufu Liu | 1 | -1/+1 | |
| Backport of changeset 8132:98c63169ddef. | |||||
| 2020-04-08 | Backport: Removed superfluous space. | Neil | 1 | -2/+0 | |
| Backport of changeset 8131:e9f3cb39afd1. | |||||
| 2020-04-08 | Backport: Simplify PerLine, remove casts, use noexcept, const, & constexpr ↵ | Neil | 4 | -60/+56 | |
| where possible. Backport of changeset 8130:55de9045370a. | |||||
| 2020-04-08 | Backport: Feature [feature-requests:1344]. Add methods for iterating through ↵ | Iain Clarke | 10 | -3/+103 | |
| the marker handles and marker numbers on a line. Backport of changeset 8129:665c31051e3c. | |||||
| 2020-04-07 | Backport: Use noexcept and const where possible. | Neil | 2 | -10/+10 | |
| Backport of changeset 8128:e56cf725d51c. | |||||
| 2020-04-07 | Backport: Use const as avoids warning. | Neil | 2 | -2/+2 | |
| Backport of changeset 8127:3558673f7706. | |||||
| 2020-04-07 | Backport: Bug [#1624]. Fix brace styling in Batch lexer so that brace ↵ | Yury Dubinsky | 3 | -382/+461 | |
| matching works. Bug [#1906], Bug [#1997], and Bug [#2065] also fixed. Backport of changeset 8126:57002ee9dccf. | |||||
| 2020-04-06 | Backport: Typo. | Neil | 1 | -1/+1 | |
| Backport of changeset 8125:e07adbc1fb4b. | |||||
| 2020-04-06 | Backport: Change log. | Neil | 1 | -0/+6 | |
| Backport of changeset 8124:3d5cc1c29738. | |||||
| 2020-04-06 | Backport: Bug [#2164]. Change line comments to terminate at next line start. | Neil | 3 | -273/+273 | |
| This changes the lexing test results a lot since line comments are common. Backport of changeset 8123:3f7f9e476cfb. | |||||
