| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-21 | Added ELEMENTS macro and use it to clarify determining size of arrays. | Neil Hodgson | 1 | -2/+2 | |
| 2013-12-22 | Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which | Neil | 1 | -1/+5 | |
| guaranty termination where possible. | |||||
| 2013-12-15 | Format normalization - whitespace and braces made consistent. | Neil | 1 | -1/+1 | |
| Parameter names added to method declarations. | |||||
| 2013-08-01 | Bug [#1506]. In some locales Visual C++ fails with UTF-8 in string literals. | Neil | 1 | -128/+128 | |
| Fixed by using hex escapes for non-ASCII. | |||||
| 2013-07-15 | Fix out-of-bounds access for characters after end of set. | Neil | 1 | -1/+3 | |
| 2013-07-11 | Add namespace so builds on OS X. | nyamatongwe | 1 | -0/+8 | |
| 2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -0/+620 | |
| case conversion of Unicode text in accordance with Unicode. | |||||
