Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
5a98ad2d7fd9980b6adc0f6383f1dc19560858dc
/
firmware
/
libc
5a98ad2
format() (and its alias vuprintf) return values are uncheck -> void
by Rafaël Carré
· 14 years ago
2c2e261
Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.
by Thomas Martitz
· 14 years ago
a72aa85
Move some gcc extensions to new gcc_extensions.h header
by Rafaël Carré
· 15 years ago
c9f997c
strstr(): cosmetics
by Rafaël Carré
· 15 years ago
6aff55b
strstr: replace GPLv2-only implementation from Linux by LGPLv2.1 from uclibc
by Rafaël Carré
· 15 years ago
f32bd59
Add an advanced build option to force compiling and linking our reduced C library (probably useful for the sim).
by Thomas Martitz
· 15 years ago
17889d4
inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bits
by Rafaël Carré
· 15 years ago
c0f9aa4
inttypes.h: add (some) iso c99 fprintf format specifiers
by Rafaël Carré
· 15 years ago
3d0cee8
- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hosted/sdl, uisdl.c is split up across button-sdl.c and system-sdl.c.
by Thomas Martitz
· 15 years ago
b8a51ad
vuprintf does not belong in stdio.h, causes problems with other versions of stdio.h
by Jeffrey Goode
· 15 years ago
5d987d6
Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper files for their OS
by Frank Gevaerts
· 15 years ago
6894747
Move math.h to firmware/libc/include/ and fix slight incompatibilities between our and the host's math.h
by Thomas Martitz
· 15 years ago
ca52f94
Define size_t the way the gcc/glibc people intended
by Frank Gevaerts
· 15 years ago
821652d
string.h shouldn't include stddef.h
by Frank Gevaerts
· 15 years ago
50a6ca3
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
by Thomas Martitz
· 15 years ago