Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
4e09bd462aa2e6b0474d057cec4901158cb1ef91
/
firmware
/
libc
/
include
/
string.h
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
[Renamed (90%) from firmware/include/string.h]
0b7dcd6
Remove tabs in firmware path (taking into account the original spacing).
by Andree Buschmann
· 15 years ago
6e9af8b
Add strlcat to core to match strlcpy (also add to plugin api). Some uses of strcat could probably do with being changed to this.
by Torne Wuff
· 15 years ago
3d4701a
FS#10080
by Nils Wallménius
· 16 years ago
0b0c23f
Fix some plugins that use NULL instead of -1 when not using a voice id in struct opt_items. Change as many '#define NULL 0' to '#define NULL ((void*)0)' as grep would find - somewehere the former is still hiding it seems. :\
by Michael Sevakis
· 17 years ago
6660f8e
Added ID3 searching
by Björn Stenberg
· 20 years ago
a898728
fixed to work
by Daniel Stenberg
· 23 years ago
7da93d5
This is my initial attempt to get rid of the newlib headers requirement,
by Daniel Stenberg
· 23 years ago