| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cpp: concat 123 ## . | 2026-04-14 | 1 | -2/+2 | |
| * | cpp: support directives within macro argument list | 2026-03-24 | 1 | -0/+11 | |
| * | cpp: fix token spacing edge case when empty macros are involved | 2026-03-01 | 1 | -2/+3 | |
| * | cpp: fix token spacing (#2) (hopefully) | 2026-03-01 | 1 | -0/+24 | |
| * | cpp: allow comments between function-like macro name and arguments | 2026-02-26 | 1 | -1/+2 | |
| * | cpp: add __COUNTER__ macro | 2026-02-23 | 1 | -0/+10 | |
| * | preprocessor: fix an edge case with erroneously recursive macro expansion | 2026-02-22 | 1 | -0/+12 | |
| * | cpp: add __VA_OPT__ and comma ## __VA_ARGS__ pasting | 2026-02-06 | 1 | -2/+2 | |
| * | cpp: fix pasting ident+keyword | 2026-01-09 | 1 | -0/+16 | |
| * | cpp: fix multiline comment in skipped preprocessor directive | 2026-01-09 | 1 | -1/+1 | |
| * | cpp: GNU extension for named variadic arguments | 2025-12-18 | 1 | -0/+4 | |
| * | add command-line predefined macros (-D, -U) | 2025-12-06 | 1 | -2/+4 | |
| * | basic automated testing | 2025-11-16 | 1 | -0/+63 |