Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-01-13 | Replace the only use of a function from <cctype> with a Scintilla function. | Neil | 1 | -1/+0 |
2018-04-22 | Remove casts between char and unsigned char where possible. | Neil | 1 | -3/+3 |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -2/+0 |
2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -5/+3 |
2016-10-06 | Move MakeLowerCase into CharacterSet.h as that is where MakeUpperCase is. | Neil | 1 | -0/+17 |
2015-07-29 | Change lexlib to use Sci_Position and Sci_PositionU to prepare for large file | Neil | 1 | -10/+10 |
2014-05-24 | Header include statements are now in a standardised order with that order | Neil | 1 | -1/+1 |
2013-07-21 | Normalising order of language headers. | Neil | 1 | -1/+1 |
2010-07-13 | Changed files for new lexer design. | nyamatongwe | 1 | -4/+5 |
2010-07-13 | Creating lexlib with lexer support files. | nyamatongwe | 1 | -0/+55 |