index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glcpp-parse.y
Age
Commit message (
Expand
)
Author
2010-06-02
Restore error message for a macro with unbalanced parentheses.
Carl Worth
2010-06-02
Eliminate some recursion from children of _expand_token_list
Carl Worth
2010-06-02
Remove dead code: _glcpp_parser_expand_token_list_onto
Carl Worth
2010-06-01
Fix #if-skipping to *really* skip the skipped group.
Carl Worth
2010-05-29
Add test and fix bugs with multiple token-pasting on the same line.
Carl Worth
2010-05-29
Fix pass-through of '=' and add a test for it.
Carl Worth
2010-05-28
Perform macro by replacing tokens in original list.
Carl Worth
2010-05-28
Simplify calling conventions of functions under expand_token_list_onto.
Carl Worth
2010-05-28
Revert "Add support for an object-to-function chain with the parens in the co...
Carl Worth
2010-05-27
Implement token pasting of integers.
Carl Worth
2010-05-27
Add placeholder tokens to support pasting with empty arguments.
Carl Worth
2010-05-27
Provide support for empty arguments in macro invocations.
Carl Worth
2010-05-27
Make two list-processing functions do nothing with an empty list.
Carl Worth
2010-05-27
Avoid treating an expanded comma as an argument separator.
Carl Worth
2010-05-26
Add support (and test) for an object-to-function chain with the parens in the...
Carl Worth
2010-05-26
Treat newlines as space when invoking a function-like macro invocation.
Carl Worth
2010-05-26
All macro lookups should be of type macro_t, not string_list_t.
Carl Worth
2010-05-26
Implement (and test) support for macro expansion within conditional expressions.
Carl Worth
2010-05-26
stash
Carl Worth
2010-05-26
Implement token pasting.
Carl Worth
2010-05-26
Rename identifier from 'i' to 'node'.
Carl Worth
2010-05-26
Remove some stale token types.
Carl Worth
2010-05-26
Prevent unexpanded macros from being expanded again in the future.
Carl Worth
2010-05-26
Fix a typo in a comment.
Carl Worth
2010-05-26
Expand macro arguments before performing argument substitution.
Carl Worth
2010-05-26
Change macro expansion to append onto token lists rather than printing directly.
Carl Worth
2010-05-26
Check active expansions before expanding a function-like macro invocation.
Carl Worth
2010-05-25
Avoid getting extra trailing whitespace from macros.
Carl Worth
2010-05-25
Remove a bunch of old code and give the static treatment to what's left.
Carl Worth
2010-05-25
Avoid swallowing initial left parenthesis from nested macro invocation.
Carl Worth
2010-05-25
Ignore separating whitespace at the beginning of a macro argument.
Carl Worth
2010-05-25
Implement substitution of function parameters in macro calls.
Carl Worth
2010-05-25
Collapse multiple spaces in input down to a single space.
Carl Worth
2010-05-25
Pass through literal space values from replacement lists.
Carl Worth
2010-05-25
Implement simplified substitution for function-like macro invocation.
Carl Worth
2010-05-25
Implement #undef.
Carl Worth
2010-05-25
Implement expansion of object-like macros.
Carl Worth
2010-05-25
Make the lexer pass whitespace through (as OTHER tokens) for text lines.
Carl Worth
2010-05-25
Store parsed tokens as token list and print all text lines.
Carl Worth
2010-05-25
Delete some trailing whitespace.
Carl Worth
2010-05-25
Starting over with the C99 grammar for the preprocessor.
Carl Worth
2010-05-24
Switch to intmax_t (rather than int) for #if expressions
Carl Worth
2010-05-24
Implement all operators specified for GLSL #if expressions (with tests).
Carl Worth
2010-05-20
Implement #if, #else, #elif, and #endif with tests.
Carl Worth
2010-05-20
Implement (and add test) for token pasting.
Carl Worth
2010-05-20
Pre-expand macro arguments at time of invocation.
Carl Worth
2010-05-20
Finish cleaning up whitespace differences.
Carl Worth
2010-05-20
Avoid printing a space at the beginning of lines in the output.
Carl Worth
2010-05-20
Fix bug of consuming excess whitespace.
Carl Worth
2010-05-20
Remove unused function _print_string_list
Carl Worth
[next]