summaryrefslogtreecommitdiffstats
path: root/firmware/libc
AgeCommit message (Expand)AuthorFilesLines
2010-05-30inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bitsRafaël Carré1-5/+0
2010-05-30inttypes.h: add (some) iso c99 fprintf format specifiersRafaël Carré1-1/+73
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz1-1/+2
2010-05-15vuprintf does not belong in stdio.h, causes problems with other versions of s...Jeffrey Goode1-5/+0
2010-05-14Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper...Frank Gevaerts2-0/+96
2010-05-14Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz1-0/+53
2010-05-06Define size_t the way the gcc/glibc people intendedFrank Gevaerts1-12/+3
2010-05-06string.h shouldn't include stddef.hFrank Gevaerts1-2/+0
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz30-0/+2779