GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
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