summaryrefslogtreecommitdiff
path: root/firmware/libc/include
AgeCommit message (Expand)Author
2021-07-08file/fat: rework utime function as modtime extensionJames Buren
2021-07-08file/fat: add utime functionJames Buren
2017-12-23stdio compat layer for pluginsMarcin Bukat
2014-08-29Add normal alloca() definition and implement a strdupa and friendsMichael Sevakis
2014-08-29Add mempcpy implementationMichael Sevakis
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2014-08-25Do a better endian.h setup that isn't as fragileMichael Sevakis
2014-05-09Make errno a thread-local variable.Michael Sevakis
2012-03-11Introduce gmtime.c and use it in the AS3514 RTC driverBertrik Sikken
2011-12-04Don't define str(n,i)cmp(i): we don't use thoseRafaël Carré
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz
2010-07-25Move some gcc extensions to new gcc_extensions.h headerRafaël Carré
2010-05-30inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bitsRafaël Carré
2010-05-30inttypes.h: add (some) iso c99 fprintf format specifiersRafaël Carré
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz
2010-05-15vuprintf does not belong in stdio.h, causes problems with other versions of s...Jeffrey Goode
2010-05-14Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper...Frank Gevaerts
2010-05-14Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz
2010-05-06Define size_t the way the gcc/glibc people intendedFrank Gevaerts
2010-05-06string.h shouldn't include stddef.hFrank Gevaerts
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz