summaryrefslogtreecommitdiff
path: root/ecomp-c/libc-freestanding.c
AgeCommit message (Expand)Author
2020-08-20more correct handling of parameter in forward declared proceduresAndreas Baumann
2020-08-06removed playing with noreturn attributeAndreas Baumann
2020-08-03some work on noreturn and exit/HaltAndreas Baumann
2020-07-23parsing $ and $$ in asm-i386Andreas Baumann
2020-06-14libc-freestandingAndreas Baumann
2020-03-22fixed fputc to use print_char (needed to print strange non-C-chars like a \0 ...Andreas Baumann
2020-03-14fixed tests for hex constantsAndreas Baumann
2020-03-14operand list construction (in progress)Andreas Baumann
2020-03-13fixed freestanding malloc/free: added 16-bit alignment and handling the one l...Andreas Baumann
2020-03-07some work on the i386 assemblerAndreas Baumann
2020-03-07we should really not traverse a free list which could be outside our process ...Andreas Baumann
2020-03-07some more cleanup around memory management and libc splitAndreas Baumann
2020-03-06split into libc-freestanding.c and libc-hosted.cAndreas Baumann