1. 7fac39a lib: provide function hextoull() by Heinrich Schuchardt · 3 weeks ago
  2. 24da831 include: Move snprintf to stdio.h by Raymond Mao · 6 months ago
  3. 6a9de55 lib: Add a function to split a string into substrings by Simon Glass · 1 year, 10 months ago
  4. 4bf2fc1 lib: Add a way to find the postiion of a trailing number by Simon Glass · 2 years, 7 months ago
  5. 20888f3 lib: Fix a few bugs in trailing_strtoln() by Simon Glass · 2 years, 7 months ago
  6. b2c6f09 lib: Correct comment formatting to avoid sphinx problems by Simon Glass · 2 years, 7 months ago
  7. e74efcd test: Add tests for trailing_strtol() by Simon Glass · 2 years, 7 months ago
  8. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  9. de46493 lib: export vsscanf by Samuel Dionne-Riel · 3 years ago
  10. 1f46718 lib: Add a function to convert a string to a hex value by Simon Glass · 3 years, 1 month ago
  11. 978739d lib: Add tests for simple_itoa() by Simon Glass · 3 years, 1 month ago
  12. 90877bb lib: Allow using 0x when a decimal value is requested by Simon Glass · 3 years, 4 months ago
  13. f0722ed lib: Comment the base parameter with simple_strtoul/l() by Simon Glass · 3 years, 4 months ago
  14. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  15. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  16. fd8b034 lib: strto: add simple_strtoll function by Roland Gaudig · 3 years, 4 months ago
  17. 6e29ac4 lib: sscanf: add sscanf implementation by Andrii Anisov · 4 years, 4 months ago
  18. 811a260 lib: Add a function to convert a string to upper case by Simon Glass · 4 years, 8 months ago
  19. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · 5 years ago
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  21. 70ed993 vsprintf.h: include <linux/types.h> by Masahiro Yamada · 7 years ago
  22. 2066253 vsprintf: vsprintf does not have parameter size by Heinrich Schuchardt · 7 years ago
  23. 259b1fb Fix spelling of "resetting". by Vagrant Cascadian · 8 years ago
  24. 9f6903f vsprintf: Include stdarg for va_list by Maxime Ripard · 8 years ago
  25. 77f7f91 vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF by Tom Rini · 9 years ago
  26. 4aaa460 lib: Add function to extract a number from the end of a string by Simon Glass · 9 years ago
  27. 7e5a16c mtd, nand: Move common functions from cmd_nand.c to common place by Heiko Schocher · 10 years ago
  28. 509dbf9 dm: Add a panic_str() function to reduce code size by Simon Glass · 10 years ago
  29. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  30. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  31. b09cfd8 Add function to print a number with grouped digits by Simon Glass · 11 years ago
  32. 71d4f18 vsprintf: Move function documentation into header file by Simon Glass · 13 years ago
  33. cd55bde Add safe vsnprintf and snprintf library functions by Sonny Rao · 13 years ago
  34. f7ae6806 Move vsprintf functions into their own header by Simon Glass · 13 years ago