summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterMerge remote branch 'kwg/fixes'Carl Worth14 years
take-2Perform macro by replacing tokens in original list.Carl Worth14 years
 
 
AgeCommit messageAuthorFilesLines
2010-06-09Merge remote branch 'kwg/fixes'HEADmasterCarl Worth1-0/+20
2010-06-04Disallow defining macros whose names start with "__" or "GL_".Kenneth Graunke1-0/+20
2010-06-02test suite: Add expected output for every test.Carl Worth70-8/+384
2010-06-02Restore error message for a macro with unbalanced parentheses.Carl Worth1-1/+4
2010-06-02Eliminate some recursion from children of _expand_token_listCarl Worth2-57/+110
2010-06-02Remove dead code: _glcpp_parser_expand_token_list_ontoCarl Worth1-10/+0
2010-06-02Factor out common sub-expression from multi-line-comment regular expression.Carl Worth1-1/+3
2010-06-02Make the multi-line comment regular expression a bit easier to read.Carl Worth1-1/+1
2010-06-02Fix multi-line comment regular expression to handle (non) nested comments.Carl Worth2-1/+6
2010-06-01Implement comment handling in the lexer (with test).Carl Worth3-2/+28
[...]
 
Clone
git://people.freedesktop.org/~cworth/glcpp
ssh://people.freedesktop.org/~cworth/glcpp