1. c8a9c22 restore type of NULL to void * except when used in C++ programs by Rich Felker · 11 years ago
  2. 41d7c77 use a common definition of NULL as 0L for C and C++ by Rich Felker · 12 years ago
  3. 769fd4c feature test macros: make _GNU_SOURCE enable everything by Rich Felker · 12 years ago
  4. c86f297 add memmem function (gnu extension) by Rich Felker · 12 years ago
  5. e2f6a32 strsep is BSD|GNU, not GNU-only; it's originally from BSD by Rich Felker · 12 years ago
  6. c1a9658 default features: make musl usable without feature test macros by Rich Felker · 12 years ago
  7. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  8. 419ae6d support _BSD_SOURCE feature test macro by Rich Felker · 12 years ago
  9. 37bb3cc omit declaration of basename wrongly interpreted as prototype in C++ by Rich Felker · 13 years ago
  10. 06aec8d replace prototype for basename in string.h with non-prototype declaration by Rich Felker · 13 years ago
  11. 1ba28b9 declare basename in string.h when _GNU_SOURCE is defined by Rich Felker · 13 years ago
  12. 36bf569 more locale_t interfaces (string stuff) and header updates by Rich Felker · 13 years ago
  13. a654017 add dummied strverscmp (obnoxious GNU function) by Rich Felker · 13 years ago
  14. b5b4121 function signature fix: add const qualifier to mempcpy src arg by Rich Felker · 14 years ago
  15. 32e2c46 typo in prototype for mempcpy by Rich Felker · 14 years ago
  16. d179807 prototype for mempcpy by Rich Felker · 14 years ago
  17. 6597f9a implement memrchr (nonstandard) and optimize strrchr in terms of it by Rich Felker · 14 years ago
  18. 1fee618 fix prototype for strsep by Rich Felker · 14 years ago
  19. a5323c5 add some missing prototypes for nonstandard functions (strsep, clearenv) by Rich Felker · 14 years ago
  20. 2a195dd fix missing prototype for strsignal by Rich Felker · 14 years ago
  21. 73d310e apply feature test protection to memccpy by Rich Felker · 14 years ago
  22. 26f3551 prototype for gnu strcasestr (currently a stub) by Rich Felker · 14 years ago
  23. ca1aa5b more header cleanup and conformance fixes - string.h by Rich Felker · 14 years ago
  24. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago