1. a41e5f1 lib/string: change return types to match C standard by Felix Held · 3 weeks ago
  2. f04e5f9a lib/string: change parameter types to match C standard by Felix Held · 3 weeks ago
  3. 829b94d treewide: Move skip_atoi function to commonlib by Kapil Porwal · 6 weeks ago
  4. bdd03c2 tree: Use <stdio.h> for snprintf by Elyes Haouas · 7 weeks ago
  5. 94bfdd1 tree: Remove unused <stdarg.h> by Elyes Haouas · 7 weeks ago
  6. 35c3ae3b treewide: Add 'IWYU pragma: export' comment by Elyes Haouas · 1 year, 9 months ago
  7. 9760264 commonlib/bsd/helpers: Remove redundancy with libpayload defines by Jakub Czapiga · 2 years, 4 months ago
  8. 683ac6f lib/string: Add standard strstr() function by Jes Klinke · 4 years ago
  9. 7a6f27c lib: Add strtok() and strtok_r() by harshit · 4 years, 2 months ago
  10. a1b1517 create stdio.h and stdarg.h for {,v}snprintf by Joel Kitching · 4 years, 4 months ago
  11. c5a5b36 src/include: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  12. 1cb9cd5 Drop ROMCC code and header guards by Arthur Heymans · 4 years, 8 months ago
  13. 6b212d8 string: implement strspn, strcspn, atol by Yuji Sasaki · 5 years ago
  14. 393c71c add ctype.h header by Joel Kitching · 5 years ago
  15. a66c9b8 string.h: Move common string functions into .c file by Julius Werner · 5 years ago
  16. 66c77c2 console: Move poor-man's atoi() into string.h by Julius Werner · 5 years ago
  17. 9204355 string: move strdup() & strconcat() to lib/string.c by Thomas Heijligen · 5 years ago
  18. f5b346c string.h: Add isprint() by Nico Huber · 7 years ago
  19. 6053a9c console: Expose vsnprintf by David Hendricks · 6 years ago
  20. 03c7b05 include/string: Add strrchr by Patrick Rudolph · 6 years ago
  21. b126055 src/include: Move assignment out of if condition by Lee Leahy · 7 years ago
  22. 6d71a43 src/include: Fix space between type, * and variable name by Lee Leahy · 7 years ago
  23. bfdb893 src/include: Remove braces for single statements by Lee Leahy · 7 years ago
  24. 5577a47 string.h: only guard snprintf() with __ROMCC__ by Aaron Durbin · 8 years ago
  25. 8ffd050 src/include: Improve code formatting by Elyes HAOUAS · 8 years ago
  26. 03d4ae7 lib: Fix strncmp by Hannah Williams · 9 years ago
  27. c36af7b Replace includes of build.h with version.h by Kyösti Mälkki · 10 years ago
  28. 54124d3 Remove sprintf by Vladimir Serbinenko · 11 years ago
  29. 4b5012a console/vsprintf: Implement snprintf by Vladimir Serbinenko · 11 years ago
  30. ac4b00e string: Add STRINGIFY macro by Aaron Durbin · 11 years ago
  31. 2c3f260 Fix strcpy() by Stefan Reinauer · 12 years ago
  32. 1025f3a Add an implementation for the memchr library function by Gabe Black · 13 years ago
  33. aac8f66 Factor out fill_processor_name() and strcpy() functions. by Uwe Hermann · 14 years ago
  34. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  35. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  36. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  37. 6bd571e drop some dead code, clarify small comments and small cleanups to malloc.c by Stefan Reinauer · 15 years ago
  38. 951f588 The file string.h is also included in romcc code, which has no malloc(). by Stefan Reinauer · 15 years ago
  39. 36c8340 Some changes required to get yabel working on v2 (and they generally make by Stefan Reinauer · 15 years ago
  40. a91e0fe function prototypes don't need extern. (trivial) by Stefan Reinauer · 16 years ago
  41. f6d05f5 added funcs by Greg Watson · 20 years ago
  42. 1624782 extra functions by Greg Watson · 20 years ago
  43. 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago
  44. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago