summaryrefslogtreecommitdiff
path: root/firmware/libc (follow)
Commit message (Expand)AuthorAge
* mktime(): Remove redundant assignment of 'result'Thomas Jarosch2015-01-04
* Add normal alloca() definition and implement a strdupa and friendsMichael Sevakis2014-08-29
* Add mempcpy implementationMichael Sevakis2014-08-29
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Do a better endian.h setup that isn't as fragileMichael Sevakis2014-08-25
* Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis2014-08-16
* Do some kernel cleanupMichael Sevakis2014-08-08
* Make errno a thread-local variable.Michael Sevakis2014-05-09
* gmtime: avoid a modulusRafaël Carré2012-03-18
* fix year calculation in gmtimeBertrik Sikken2012-03-12
* gmtime: reduce array size: days in month fit in 8 bitsRafaël Carré2012-03-11
* Introduce gmtime.c and use it in the AS3514 RTC driverBertrik Sikken2012-03-11
* Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz2012-01-22
* Don't define str(n,i)cmp(i): we don't use thoseRafaël Carré2011-12-04
* Fix reds, inclusion of C files into plugins is tricky.Thomas Martitz2010-12-02
* Change the gcc options for sdl builds to allow for gnu99 features, it needs s...Thomas Martitz2010-12-02
* format() (and its alias vuprintf) return values are uncheck -> voidRafaël Carré2010-09-20
* Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz2010-08-27
* Move some gcc extensions to new gcc_extensions.h headerRafaël Carré2010-07-25
* strstr(): cosmeticsRafaël Carré2010-07-11
* strstr: replace GPLv2-only implementation from Linux by LGPLv2.1 from uclibcRafaël Carré2010-07-11
* Add an advanced build option to force compiling and linking our reduced C lib...Thomas Martitz2010-06-22
* inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bitsRafaël Carré2010-05-30
* inttypes.h: add (some) iso c99 fprintf format specifiersRafaël Carré2010-05-30
* - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz2010-05-15
* vuprintf does not belong in stdio.h, causes problems with other versions of s...Jeffrey Goode2010-05-15
* Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper...Frank Gevaerts2010-05-14
* Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz2010-05-14
* Define size_t the way the gcc/glibc people intendedFrank Gevaerts2010-05-06
* string.h shouldn't include stddef.hFrank Gevaerts2010-05-06
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06