index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
07-pp.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
cpp: support directives within macro argument list
lemon
2026-03-24
1
-0
/
+11
|
|
|
|
Undefined behavior by the standard but a GNU extension.
*
cpp: fix token spacing edge case when empty macros are involved
lemon
2026-03-01
1
-2
/
+3
|
*
cpp: fix token spacing (#2) (hopefully)
lemon
2026-03-01
1
-0
/
+24
|
*
cpp: allow comments between function-like macro name and arguments
lemon
2026-02-26
1
-1
/
+2
|
*
cpp: add __COUNTER__ macro
lemon
2026-02-23
1
-0
/
+10
|
*
preprocessor: fix an edge case with erroneously recursive macro expansion
lemon
2026-02-22
1
-0
/
+12
|
*
cpp: add __VA_OPT__ and comma ## __VA_ARGS__ pasting
lemon
2026-02-06
1
-2
/
+2
|
*
cpp: fix pasting ident+keyword
lemon
2026-01-09
1
-0
/
+16
|
*
cpp: fix multiline comment in skipped preprocessor directive
lemon
2026-01-09
1
-1
/
+1
|
*
cpp: GNU extension for named variadic arguments
lemon
2025-12-18
1
-0
/
+4
|
*
add command-line predefined macros (-D, -U)
lemon
2025-12-06
1
-2
/
+4
|
*
basic automated testing
lemon
2025-11-16
1
-0
/
+63