Age | Commit message (Expand) | Author | Files | Lines |
2008-10-01 | Apply patch from BR 890790 | Victor van den Elzen | 1 | -0/+2 |
2008-09-30 | Allow %warning output to be suppressed | H. Peter Anvin | 1 | -1/+1 |
2008-09-25 | Set __PASS__ to 3 for preprocess only | H. Peter Anvin | 1 | -5/+14 |
2008-09-24 | Add __PASS__ builtin macro | H. Peter Anvin | 1 | -0/+11 |
2008-09-24 | Unbreak %warning | H. Peter Anvin | 1 | -30/+38 |
2008-09-24 | %error, %warning out on the final pass, add %fatal | H. Peter Anvin | 1 | -3/+13 |
2008-09-18 | BR 1239818 - handle multiple %else clauses | Victor van den Elzen | 1 | -37/+92 |
2008-09-01 | BR 2048950: fix crash due to mmacro list overflow | H. Peter Anvin | 1 | -1/+2 |
2008-08-06 | Add macro-defaults warning class and documentation. | Victor van den Elzen | 1 | -2/+4 |
2008-07-31 | BR 2034542: fix crash when touching __FILE__ | H. Peter Anvin | 1 | -1/+1 |
2008-07-23 | preproc: restore correct break; in do_directive() | H. Peter Anvin | 1 | -10/+10 |
2008-07-23 | BR 560960: warn about trailing garbage in %macro/%ifmacro | Victor van den Elzen | 1 | -1/+9 |
2008-07-23 | Improve checking and documentation for %ifctx | Victor van den Elzen | 1 | -3/+5 |
2008-07-19 | Avoid redundant "const" for macros_t | H. Peter Anvin | 1 | -4/+4 |
2008-07-16 | preproc: add %un[i]macro, add cleanups | H. Peter Anvin | 1 | -80/+123 |
2008-07-16 | preproc.c: fix %ifn, %elifn | H. Peter Anvin | 1 | -1/+1 |
2008-07-16 | Fix %rep ... %endmacro crash | Victor van den Elzen | 1 | -7/+12 |
2008-07-13 | preproc.c: make %warning actually issue a warning... | H. Peter Anvin | 1 | -2/+3 |
2008-07-12 | %EXITREP inside nested %REPs | Charles Crayne | 1 | -2/+31 |
2008-07-02 | preproc: Allow anonymous contexts | H. Peter Anvin | 1 | -18/+28 |
2008-07-01 | Permit commas in %strcat | H. Peter Anvin | 1 | -0/+4 |
2008-07-01 | preproc: %strcat directive to concatenate quoted strings | H. Peter Anvin | 1 | -17/+81 |
2008-06-28 | preproc: MMacro.finishes is a pointer, not a boolean | H. Peter Anvin | 1 | -5/+5 |
2008-06-25 | Make the macros table "unsigned char" | H. Peter Anvin | 1 | -3/+3 |
2008-06-21 | Drop the index tables from the canned macros | H. Peter Anvin | 1 | -8/+8 |
2008-06-21 | Fix a few more <ctype.h> instances | H. Peter Anvin | 1 | -1/+1 |
2008-06-21 | ctype.h: wrapper ctype functions with a cast to (unsigned char) | H. Peter Anvin | 1 | -9/+9 |
2008-06-20 | preproc: free the include path and the final filename | H. Peter Anvin | 1 | -2/+10 |
2008-06-20 | Move the output format macros into the macros.pl mechanism | H. Peter Anvin | 1 | -2/+2 |
2008-06-19 | Somewhat more clever way to generate the %use guard macros | H. Peter Anvin | 1 | -12/+6 |
2008-06-19 | Protect %use from multi-inclusion and provide a test macro | H. Peter Anvin | 1 | -6/+21 |
2008-06-19 | %use: call these directives "standard macro packages" | H. Peter Anvin | 1 | -3/+3 |
2008-06-19 | macros.c: compress by tokenizing macro directives | H. Peter Anvin | 1 | -1/+24 |
2008-06-19 | preproc: add support for builtin include modules (%use) | H. Peter Anvin | 1 | -41/+66 |
2008-06-11 | Use an explicit table for tolower() to avoid a function call | H. Peter Anvin | 1 | -1/+1 |
2008-06-10 | Remove expand_macros_in_string() | H. Peter Anvin | 1 | -14/+0 |
2008-06-10 | Add %warning, saner unquoting of %error | H. Peter Anvin | 1 | -8/+16 |
2008-06-09 | Make strings a first-class token type; defer evaluation | H. Peter Anvin | 1 | -17/+10 |
2008-06-09 | Fix %? in multi-line macros with a label | H. Peter Anvin | 1 | -4/+9 |
2008-06-06 | Fix dependency list generation | H. Peter Anvin | 1 | -7/+8 |
2008-06-04 | Add %defstr, %idefstr | H. Peter Anvin | 1 | -1/+44 |
2008-06-04 | Fix double free in %depend | H. Peter Anvin | 1 | -3/+1 |
2008-06-04 | Fix memory management issues with expanded %include | H. Peter Anvin | 1 | -25/+34 |
2008-06-01 | qstring: fix unquoting in %pathsearch directive | H. Peter Anvin | 1 | -2/+2 |
2008-06-01 | qstring: backquoted strings seem to work now... | H. Peter Anvin | 1 | -17/+31 |
2008-06-01 | qstring: first cut at full quoted string support in the preprocessor | H. Peter Anvin | 1 | -40/+60 |
2008-05-30 | Introduce %depend and %pathsearch, and make incbin a macro | H. Peter Anvin | 1 | -65/+121 |
2008-05-30 | preproc.c: %include: use expand_smacros() not expand_smacros_in_string() | H. Peter Anvin | 1 | -2/+1 |
2008-05-29 | Add the -MP option to emit phony targets | H. Peter Anvin | 1 | -30/+49 |
2008-05-29 | Implement -MD, -MF, -MT, -MQ | H. Peter Anvin | 1 | -8/+10 |