aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexLua.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-06-26Simplify label handling code and avoid checking to end of line.nyamatongwe1-22/+5
2013-06-25Make labels work with non-ASCII characters in UTF-8.nyamatongwe1-4/+4
2012-08-17Ensure variable NUL terminated and limit its scope.nyamatongwe1-1/+1
2011-08-05Fix for infinite loop bug when typing "goto " at the end of the program.nyamatongwe1-1/+1
2011-08-05Lua lexer update for Lua 5.2 beta. Feature #3386330.nyamatongwe1-6/+76
2011-03-26Compatibility with Lua 5.2 alpha. Feature #3243811.nyamatongwe1-10/+33
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...nyamatongwe1-1/+0
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-7/+10
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+358