summaryrefslogtreecommitdiff
path: root/giscanner/scannerparser.y
AgeCommit message (Expand)AuthorFilesLines
2010-05-25[sourcescanner] Support for line numbers on SymbolAlan Knowles1-52/+52
2009-12-31__extension__ can be put in front of expressionsDamien Lespiau1-0/+1
2009-12-05scanner: more verbose parser error messagesStefan Kost1-2/+3
2009-02-25Bug 555964 - Parse floating-point #definesColin Walters1-2/+5
2009-02-20Disable a UTF-8 warning per defaultJohan Dahlin1-0/+2
2009-01-27 Misc warning fixesDan Winship1-1/+1
2009-01-12Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin1-2/+18
2008-10-25Bug 557786 - support fixed size arraysColin Walters1-6/+6
2008-10-24Check against division by zero for the modula operator. This fixes headerJohan Dahlin1-1/+3
2008-10-16Bug 556543 – reduce compiler warningsTommi Komulainen1-0/+2
2008-10-11ignore non-UTF-8 string constantsJohan Bilien1-0/+185
2008-10-11Bug 555712: Struct and union issuesAndreas Rottmann1-0/+7
2008-10-11Bug 552370: unsigned not scanned properlyJürg Billeter1-1/+9
2008-10-02Merge branch 'bug552393-varargs'Colin Walters1-9/+7
2008-08-31Parse GCC extensions in the parser instead of just undeffing them in theJohan Dahlin1-3/+7
2008-05-31Add a new source type enum for member. Use __repr__ for improved debuggingJohan Dahlin1-11/+13
2008-03-25Move the scanner to a separate library.Johan Dahlin1-0/+1268