index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
libc
/
include
Age
Commit message (
Expand
)
Author
2021-07-08
file/fat: rework utime function as modtime extension
James Buren
2021-07-08
file/fat: add utime function
James Buren
2017-12-23
stdio compat layer for plugins
Marcin Bukat
2014-08-29
Add normal alloca() definition and implement a strdupa and friends
Michael Sevakis
2014-08-29
Add mempcpy implementation
Michael Sevakis
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
2014-08-25
Do a better endian.h setup that isn't as fragile
Michael Sevakis
2014-05-09
Make errno a thread-local variable.
Michael Sevakis
2012-03-11
Introduce gmtime.c and use it in the AS3514 RTC driver
Bertrik Sikken
2011-12-04
Don't define str(n,i)cmp(i): we don't use those
Rafaël Carré
2010-08-27
Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.
Thomas Martitz
2010-07-25
Move some gcc extensions to new gcc_extensions.h header
Rafaël Carré
2010-05-30
inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bits
Rafaël Carré
2010-05-30
inttypes.h: add (some) iso c99 fprintf format specifiers
Rafaël Carré
2010-05-15
- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...
Thomas Martitz
2010-05-15
vuprintf does not belong in stdio.h, causes problems with other versions of s...
Jeffrey Goode
2010-05-14
Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper...
Frank Gevaerts
2010-05-14
Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...
Thomas Martitz
2010-05-06
Define size_t the way the gcc/glibc people intended
Frank Gevaerts
2010-05-06
string.h shouldn't include stddef.h
Frank Gevaerts
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz