index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
json-lexer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'fall through' comments to case statements without break
Stefan Weil
2012-01-13
1
-0
/
+1
*
json-lexer: make lexer error-recovery more deterministic
Michael Roth
2011-06-07
1
-4
/
+21
*
json-lexer: fix flushing logic to not always go to error state
Michael Roth
2011-06-07
1
-3
/
+3
*
json-lexer: reset the lexer state on an invalid token
Anthony Liguori
2011-06-07
1
-0
/
+3
*
json-lexer: limit the maximum size of a given token
Anthony Liguori
2011-06-07
1
-0
/
+13
*
json-lexer: fix conflict with mingw32 ERROR definition
Blue Swirl
2011-04-15
1
-3
/
+3
*
remove unnecessary lookaheads
Paolo Bonzini
2010-06-11
1
-32
/
+16
*
implement optional lookahead in json lexer
Paolo Bonzini
2010-06-11
1
-23
/
+35
*
json-lexer: Drop 'buf'
Luiz Capitulino
2010-06-11
1
-6
/
+1
*
json-lexer: Handle missing escapes
Luiz Capitulino
2010-06-11
1
-0
/
+4
*
json-lexer: Initialize 'x' and 'y'
Luiz Capitulino
2010-06-11
1
-0
/
+1
*
json: fix PRId64 on Win32
Roy Tam
2010-02-10
1
-0
/
+16
*
Add a lexer for JSON
Anthony Liguori
2009-11-17
1
-0
/
+327