aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexConf.cxx
AgeCommit message (Collapse)AuthorFilesLines
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-1/+7
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-1/+1
linking.
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-1/+1
File specific inline functions marker as static to ensure no bad linking.
2001-10-11Fixed memory leak.nyamatongwe1-0/+1
2001-04-13Added a string name to each lexer.nyamatongwe1-1/+1
Made it possible for LexerModule to be subclassed so that its Lex and Fold methods can be specialised to work across DLL boundaries.
2001-02-27Patch from Philippe to regularise comments.nyamatongwe1-44/+42
2001-01-28Added static_cast to hush Borland C++.nyamatongwe1-2/+2
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-11-01Ahmad's Apache CONF lexer.nyamatongwe1-0/+179