aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/WordList.cxx
AgeCommit message (Collapse)AuthorFilesLines
2017-02-02Using better checked static_cast instead of reinterpret_cast for void*.Neil Hodgson1-1/+1
2017-01-22Simplify initialising and reinitialising.Neil1-6/+2
2016-09-07Add InListAbridged to WordList.oirfeodent1-0/+60
2016-04-21Correct comments.Neil1-2/+2
2014-12-12Prevent some static analyzer warnings.Neil1-0/+2
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
defined in scripts/HeaderOrder.txt.
2014-01-21Added ELEMENTS macro and use it to clarify determining size of arrays.Neil Hodgson1-1/+2
2013-12-22Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions whichNeil1-2/+3
guaranty termination where possible.
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-1/+1
Parameter names added to method declarations.
2013-09-10Cast away char subscripts to avoid warnings from clang.Unknown1-6/+6
2013-09-06Be more explicit about the empty case to avoid warnings from Visual C++ ↵Neil1-13/+15
analyzer.
2013-07-25Minor changes to avoid warnings from Coverity.Neil1-1/+1
2013-07-21Normalising order of language headers.Neil1-1/+1
2013-05-08Hide implementation of WordList.nyamatongwe1-0/+21
2013-05-05Since new throws an exception on failure, remove testing of result.nyamatongwe1-17/+13
2011-07-25Switch to STL sort algorithm on MSVC. Feature #3376826.Marko Njezic1-7/+21
Changed remaining C style casts to C++ casts and added one missing cast.
2010-10-29Documentationnyamatongwe1-0/+5
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+200