| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cpp: support directives within macro argument list | 2026-03-24 | 1 | -0/+2 | |
| | | | | | Undefined behavior by the standard but a GNU extension. | ||||
| * | <iso646.h>, test for libc headers | 2026-03-23 | 1 | -4/+0 | |
| | | |||||
| * | io: use FILE* for buf fp impl | 2026-03-23 | 1 | -7/+9 | |
| | | |||||
| * | style: change uvlong -> u64int, vlong -> s64int | 2026-03-22 | 1 | -7/+7 | |
| | | | | | | Is much nicer. I don't know whether I want to do it for the other int types too. char and uchar are fine as bytes. u/short -> u/s16int, maybe. | ||||
| * | Rework handling of predefined macros. | 2026-03-21 | 1 | -20/+5 | |
| | | | | | And add some GCC predefs like __SIZE_TYPE__, __LONG_SIZE__, etc | ||||
| * | io: make -w suppress notes too | 2026-03-20 | 1 | -2/+3 | |
| | | |||||
| * | Refactor: use typedefs and CamelCase for aggregate types | 2026-03-18 | 1 | -74/+78 | |
| | | | | | Looks nicer | ||||
| * | Refactor: move some utils from antcc.h to their own headers | 2026-03-17 | 1 | -0/+1 | |
| | | |||||
| * | REFACTOR: finish renaming | 2026-03-17 | 1 | -0/+1255 | |