aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/WordList.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
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
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-1/+1
2013-09-10Cast away char subscripts to avoid warnings from clang.nyamatongwe1-6/+6
2013-09-06Be more explicit about the empty case to avoid warnings from Visual C++ analy...Neil1-13/+15
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
2010-10-29Documentationnyamatongwe1-0/+5
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+200