1. 821652d string.h shouldn't include stddef.h by Frank Gevaerts · 15 years ago
  2. 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]
  3. 0b7dcd6 Remove tabs in firmware path (taking into account the original spacing). by Andree Buschmann · 15 years ago
  4. 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
  5. 3d4701a FS#10080 by Nils Wallménius · 16 years ago
  6. 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
  7. 6660f8e Added ID3 searching by Björn Stenberg · 20 years ago
  8. a898728 fixed to work by Daniel Stenberg · 23 years ago
  9. 7da93d5 This is my initial attempt to get rid of the newlib headers requirement, by Daniel Stenberg · 23 years ago