index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
libc
(
follow
)
Commit message (
Expand
)
Author
Age
*
Fix reds, inclusion of C files into plugins is tricky.
Thomas Martitz
2010-12-02
*
Change the gcc options for sdl builds to allow for gnu99 features, it needs s...
Thomas Martitz
2010-12-02
*
format() (and its alias vuprintf) return values are uncheck -> void
Rafaël Carré
2010-09-20
*
Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.
Thomas Martitz
2010-08-27
*
Move some gcc extensions to new gcc_extensions.h header
Rafaël Carré
2010-07-25
*
strstr(): cosmetics
Rafaël Carré
2010-07-11
*
strstr: replace GPLv2-only implementation from Linux by LGPLv2.1 from uclibc
Rafaël Carré
2010-07-11
*
Add an advanced build option to force compiling and linking our reduced C lib...
Thomas Martitz
2010-06-22
*
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-30
*
- 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-15
*
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-14
*
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
2010-05-06