| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #pragma once | 2025-10-18 | 1 | -0/+4 | |
| | | |||||
| * | wide str and char literals | 2025-10-16 | 1 | -2/+44 | |
| | | |||||
| * | fix offsetof definition | 2025-10-15 | 1 | -1/+1 | |
| | | |||||
| * | builtin stdbool.h | 2025-10-15 | 1 | -0/+8 | |
| | | |||||
| * | implement long double (as double synonym). wchar_t placeholder | 2025-10-15 | 1 | -0/+1 | |
| | | |||||
| * | implement most of preprocessor | 2025-10-13 | 1 | -0/+34 | |
| - concatenation (##) - builtin macros (__FILE__ etc) - fails in some edge cases, and code needs cleanup - add embedded system include files (stddef.h, stdarg.h for now) - can handle stdio.h now | |||||