1. 3e96ed4 lib: Add a function to split a string into substrings by Simon Glass · 1 year, 8 months ago
  2. 8565efd lib: Add a way to find the postiion of a trailing number by Simon Glass · 2 years, 5 months ago
  3. d667a0d lib: Fix a few bugs in trailing_strtoln() by Simon Glass · 2 years, 5 months ago
  4. 4e64cae lib: Correct comment formatting to avoid sphinx problems by Simon Glass · 2 years, 5 months ago
  5. 18436c7 test: Add tests for trailing_strtol() by Simon Glass · 2 years, 5 months ago
  6. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  7. 499f184 lib: export vsscanf by Samuel Dionne-Riel · 2 years, 9 months ago
  8. 4a255ea lib: Add a function to convert a string to a hex value by Simon Glass · 3 years ago
  9. 3bfb0f7 lib: Add tests for simple_itoa() by Simon Glass · 3 years ago
  10. e695113 lib: Allow using 0x when a decimal value is requested by Simon Glass · 3 years, 2 months ago
  11. 18546f2 lib: Comment the base parameter with simple_strtoul/l() by Simon Glass · 3 years, 2 months ago
  12. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 2 months ago
  13. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 2 months ago
  14. 0b01642 lib: strto: add simple_strtoll function by Roland Gaudig · 3 years, 2 months ago
  15. e87dfb0 lib: sscanf: add sscanf implementation by Andrii Anisov · 4 years, 2 months ago
  16. fdc79a6 lib: Add a function to convert a string to upper case by Simon Glass · 4 years, 6 months ago
  17. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 4 years, 10 months ago
  18. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  19. f7d6b89 vsprintf.h: include <linux/types.h> by Masahiro Yamada · 7 years ago
  20. de2de31 vsprintf: vsprintf does not have parameter size by Heinrich Schuchardt · 7 years ago
  21. 3450a85 Fix spelling of "resetting". by Vagrant Cascadian · 8 years ago
  22. f272f1f vsprintf: Include stdarg for va_list by Maxime Ripard · 8 years ago
  23. 947c626 vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF by Tom Rini · 9 years ago
  24. c4af673 lib: Add function to extract a number from the end of a string by Simon Glass · 9 years ago
  25. 09c3280 mtd, nand: Move common functions from cmd_nand.c to common place by Heiko Schocher · 9 years ago
  26. 6631237 dm: Add a panic_str() function to reduce code size by Simon Glass · 10 years ago
  27. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  28. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  29. b8bcaa3 Add function to print a number with grouped digits by Simon Glass · 11 years ago
  30. 71ec92b vsprintf: Move function documentation into header file by Simon Glass · 13 years ago
  31. 046a37b Add safe vsnprintf and snprintf library functions by Sonny Rao · 13 years ago
  32. 9785c90 Move vsprintf functions into their own header by Simon Glass · 13 years ago