aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CharClassify.cxx
AgeCommit message (Collapse)AuthorFilesLines
2009-07-21Need stdlib.h for size_t for some compilers.nyamatongwe1-0/+1
2009-07-21Using a much simpler property set implementation.nyamatongwe1-0/+34
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString.
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe1-0/+43
classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table.