aboutsummaryrefslogtreecommitdiff
path: root/json-lexer.c
AgeCommit message (Expand)Author
2012-01-13Add 'fall through' comments to case statements without breakStefan Weil
2011-06-07json-lexer: make lexer error-recovery more deterministicMichael Roth
2011-06-07json-lexer: fix flushing logic to not always go to error stateMichael Roth
2011-06-07json-lexer: reset the lexer state on an invalid tokenAnthony Liguori
2011-06-07json-lexer: limit the maximum size of a given tokenAnthony Liguori
2011-04-15json-lexer: fix conflict with mingw32 ERROR definitionBlue Swirl
2010-06-11remove unnecessary lookaheadsPaolo Bonzini
2010-06-11implement optional lookahead in json lexerPaolo Bonzini
2010-06-11json-lexer: Drop 'buf'Luiz Capitulino
2010-06-11json-lexer: Handle missing escapesLuiz Capitulino
2010-06-11json-lexer: Initialize 'x' and 'y'Luiz Capitulino
2010-02-10json: fix PRId64 on Win32Roy Tam
2009-11-17Add a lexer for JSONAnthony Liguori