String-to-numeric library

Clone this repo:
  1. fc26738 etc/clang-tidy/config.yaml: -misc-include-cleaner by Alejandro Colomar · 3 months ago master
  2. 2f6fa80 include/a2i/, share/mk/: Hide the inline definitions if !defined(A2I_INTERNAL) by Alejandro Colomar · 3 months ago
  3. 3811f6f share/mk/: $CLANG_CFLAGS: -Wno-pre-c11-compat by Alejandro Colomar · 3 months ago
  4. f870e72 include/a2i/, src/lib/a2i/: Remove directories with a single file by Alejandro Colomar · 3 months ago
  5. 7c1bbc7 share/mk/: $COMMON_CFLAGS: -Wno-attributes by Alejandro Colomar · 3 months ago
  6. 2c747f7 include/a2i/strtoi/: Remove unnecessary cast by Alejandro Colomar · 3 months ago
  7. 3b62fef etc/checkpatch/checkpatch.conf: Ignore PREFER_DEFINED_ATTRIBUTE_MACRO by Alejandro Colomar · 3 months ago
  8. 2827bd5 include/a2i/, src/lib/a2i/: Move inline definitions to include/ by Alejandro Colomar · 3 months ago
  9. 1ce1077 include/a2i/a2i/: Simplify macros by calling a2[su]() by Alejandro Colomar · 4 months ago
  10. 0842fec share/mk/: srcfix by Alejandro Colomar · 5 months ago
  11. f794840 share/mk/: wsfix by Alejandro Colomar · 5 months ago
  12. b182f61 share/doc/: Simplify URI for releases by Alejandro Colomar · 6 months ago
  13. 86fda61 lsm: Released 1.0-rc6 by Alejandro Colomar · 7 months ago
  14. 91973d0 src/: Use src/lib/ instead of lib/src/ by Alejandro Colomar · 8 months ago liba2i-1.0-rc6
  15. fb11df4 include/, lib/src/, share/mk/: Don't use Clang's _Nullable qualifier by Alejandro Colomar · 8 months ago
  16. 2ca4523 lsm: Released 1.0-rc5 by Alejandro Colomar · 8 months ago
  17. 2ff91bd lib/src/: a2i_strto[iu](): Use strcmp(3) instead of byte comparisons by Alejandro Colomar · 8 months ago liba2i-1.0-rc5
  18. 64ec0ae lib/src/: a2i_strto[iu](): Reduce work after goto label by Alejandro Colomar · 8 months ago
  19. f0d8b47 lib/src/: a2i_strto[iu](): Reduce work after goto label by Alejandro Colomar · 8 months ago
  20. 601b122 lib/src/, share/tests/: a2*(): Always set *endp by Alejandro Colomar · 8 months ago