1. 4fc8196 *: Simplify copyright notices by Alejandro Colomar · 7 weeks ago master
  2. 5ebc8b3 AUTHORS: Add file by Alejandro Colomar · 7 weeks ago
  3. 74425f9 etc/clang-tidy/config.yaml: Checks: -readability-function-cognitive-complexity by Alejandro Colomar · 7 weeks ago
  4. 578aac7 etc/checkpatch/checkpatch.conf: --ignore MACRO_WITH_FLOW_CONTROL by Alejandro Colomar · 7 weeks ago
  5. af3f0ec include/, src/: Use non-empty compound literals by Alejandro Colomar · 7 weeks ago
  6. b9c4640 src/lib/: Remove unnecessary statement expressions by Alejandro Colomar · 7 weeks ago
  7. 116bc82 src/lib/: De-duplicate code with a type-generic macro by Alejandro Colomar · 7 weeks ago
  8. 0659859 src/lib/: Escape newlines in function bodies by Alejandro Colomar · 7 weeks ago
  9. 3b631e4 src/lib/: Use local labels for goto by Alejandro Colomar · 7 weeks ago
  10. a016d8e src/lib/: Use _Pragma() instead of #pragma by Alejandro Colomar · 7 weeks ago
  11. 233a7bc share/tests/: Reduce subdirectories by Alejandro Colomar · 7 weeks ago
  12. ab72186 include/a2i.h: Use a compound literal to avoid a cast by Alejandro Colomar · 7 weeks ago
  13. f3b7dae src/: wsfix by Alejandro Colomar · 8 weeks ago
  14. fa62b15 src/: Use streq(3) instead of its pattern by Alejandro Colomar · 8 weeks ago
  15. 23a379d share/mk/: $CLANG_FLAGS: Add -Wno-gnu-conditional-omitted-operand by Alejandro Colomar · 8 weeks ago
  16. f2a5f4e src/: ato[su]imax(): Accept a null status parameter by Alejandro Colomar · 8 weeks ago
  17. edb8a27 src/: ato[su]imax(): Fix lifetime of compound literal by Alejandro Colomar · 8 weeks ago
  18. cebf48b include/, man/, share/tests/, src/: Remove a2i/ subdir by Alejandro Colomar · 8 weeks ago
  19. 87e3c96 include/, src/: Merge all the code into a single '.c' and a single '.h' file by Alejandro Colomar · 8 weeks ago
  20. ee0fd59 include/, src/: Rename strto[iu]2() => ato[su]imax() by Alejandro Colomar · 8 weeks ago
  21. 7c9abfe include/, src/: Move attributes to the file in which they're used by Alejandro Colomar · 8 weeks ago
  22. a55d1a6 include/, src/: Merge two source files by Alejandro Colomar · 8 weeks ago
  23. 93efa87 include/a2i/attr.h: Fix typo by Alejandro Colomar · 8 weeks ago
  24. 7736cd7 include/a2i/attr.h: Use attributes only if supported by Alejandro Colomar · 8 weeks ago
  25. aac189f include/a2i/attr.h: wsfix by Alejandro Colomar · 8 weeks ago
  26. 4bafcc5 include/a2i/attr.h: Use __*__ versions of attributes by Alejandro Colomar · 8 weeks ago
  27. cff48bc src/lib/a2i/: Use non-empty initializer for compound literal by Alejandro Colomar · 8 weeks ago
  28. 392d214 src/lib/a2i/: Use #pragma to silence expected -Wcast-qual diagnostic by Alejandro Colomar · 8 weeks ago
  29. 1a2fa62 src/lib/a2i/: ISSPACE(), ISALNUM(): Use a cast to perform the conversion by Alejandro Colomar · 8 weeks ago
  30. 3449d59 include/, src/: Don't use inline at all by Alejandro Colomar · 8 weeks ago
  31. 1a44766 include/a2i/strtoi/: A2I_ISSPACE(), A2I_ISALNUM(): Add macros by Alejandro Colomar · 8 weeks ago
  32. e2acfc5 etc/cpplint/cpplint.cfg: Silence whitespace/comma by Alejandro Colomar · 8 weeks ago
  33. 776efa7 include/a2i/a2i.h: a2i_minof(), a2i_maxof(): Add macros by Alejandro Colomar · 8 weeks ago
  34. 5c19975 include/: a2i_strto[iu]2(): Use a compound literal to remove a local variable by Alejandro Colomar · 8 weeks ago
  35. 2281251 include/: a2i_strto[iu]2(): Don't accept a null status pointer by Alejandro Colomar · 8 weeks ago
  36. f2cf88c include/, share/tests/, src/: a2i_strtou2(): Reject signed integers by Alejandro Colomar · 8 weeks ago
  37. a8e72f2 include/, src/: Rename a2i_strto[iu]() => a2i_strto[iu]2() by Alejandro Colomar · 8 weeks ago
  38. 03c5155 include/, man/, share/: Reject leading whitespace by Alejandro Colomar · 9 weeks ago
  39. 8b73779 man/man3/: Examples: Add examples with default arguments by Alejandro Colomar · 9 weeks ago
  40. 49ec2b3 man/: Remove link pages, and rename pages by Alejandro Colomar · 9 weeks ago
  41. 72dc94f man/: Document the default parameter values by Alejandro Colomar · 9 weeks ago
  42. 146adea share/tests/: Omit arguments with default values by Alejandro Colomar · 9 weeks ago
  43. 4eaea7b include/a2i/a2i.h: a2i(): Add default parameter values for min and max by Alejandro Colomar · 9 weeks ago
  44. 23d0fd5 include/, man/, share/, src/: Reduce the number of header files by Alejandro Colomar · 9 weeks ago
  45. abddd74 include/a2i/: a2i_QChar_of(): Simplify implementation with compound literals by Alejandro Colomar · 9 weeks ago
  46. 61794c5 share/tests/: Fix 0b tests by Alejandro Colomar · 9 weeks ago
  47. 69025d0 share/tests/: Uncomment tests for 0b numeric strings by Alejandro Colomar · 3 months ago
  48. f7af9ed include/, src/: Reimplement a2i() with a statement expression by Alejandro Colomar · 3 months ago
  49. 39ab905 man/man3/a2s.3: Undocument *_nc() and *_c() functions by Alejandro Colomar · 3 months ago
  50. ba5f916 include/, src/: a2i_strto*(): const-qualify $1 by Alejandro Colomar · 3 months ago
  51. c16d407 include/a2i/strtoi/: Add external visibility by Alejandro Colomar · 3 months ago
  52. 13e59bf include/a2i/str2i.h: Add missing include by Alejandro Colomar · 3 months ago
  53. 256b577 include/, share/, src/: Reduce headers by Alejandro Colomar · 3 months ago
  54. 995da8e include/, src/: Implement str2*() as macros by Alejandro Colomar · 3 months ago
  55. 569db58 include/, share/: Remove a2s(), a2u(), str2s(), str2u() by Alejandro Colomar · 3 months ago
  56. 6a1714b share/tests/: test_range(): Test values closer to the limits of the type by Alejandro Colomar · 3 months ago
  57. ec798a0 man/man3/: Use 'typename' to document type parameters by Alejandro Colomar · 4 months ago
  58. 52927cf include/a2i/a2i/: Simplify macros by calling a2i() by Alejandro Colomar · 1 year, 1 month ago
  59. fc26738 etc/clang-tidy/config.yaml: -misc-include-cleaner by Alejandro Colomar · 1 year, 1 month ago
  60. 2f6fa80 include/a2i/, share/mk/: Hide the inline definitions if !defined(A2I_INTERNAL) by Alejandro Colomar · 1 year, 1 month ago
  61. 3811f6f share/mk/: $CLANG_CFLAGS: -Wno-pre-c11-compat by Alejandro Colomar · 1 year, 1 month ago
  62. f870e72 include/a2i/, src/lib/a2i/: Remove directories with a single file by Alejandro Colomar · 1 year, 1 month ago
  63. 7c1bbc7 share/mk/: $COMMON_CFLAGS: -Wno-attributes by Alejandro Colomar · 1 year, 1 month ago
  64. 2c747f7 include/a2i/strtoi/: Remove unnecessary cast by Alejandro Colomar · 1 year, 1 month ago
  65. 3b62fef etc/checkpatch/checkpatch.conf: Ignore PREFER_DEFINED_ATTRIBUTE_MACRO by Alejandro Colomar · 1 year, 1 month ago
  66. 2827bd5 include/a2i/, src/lib/a2i/: Move inline definitions to include/ by Alejandro Colomar · 1 year, 1 month ago
  67. 1ce1077 include/a2i/a2i/: Simplify macros by calling a2[su]() by Alejandro Colomar · 1 year, 2 months ago
  68. 0842fec share/mk/: srcfix by Alejandro Colomar · 1 year, 3 months ago
  69. f794840 share/mk/: wsfix by Alejandro Colomar · 1 year, 3 months ago
  70. b182f61 share/doc/: Simplify URI for releases by Alejandro Colomar · 1 year, 3 months ago
  71. 86fda61 lsm: Released 1.0-rc6 by Alejandro Colomar · 1 year, 5 months ago
  72. 91973d0 src/: Use src/lib/ instead of lib/src/ by Alejandro Colomar · 1 year, 6 months ago liba2i-1.0-rc6
  73. fb11df4 include/, lib/src/, share/mk/: Don't use Clang's _Nullable qualifier by Alejandro Colomar · 1 year, 6 months ago
  74. 2ca4523 lsm: Released 1.0-rc5 by Alejandro Colomar · 1 year, 6 months ago
  75. 2ff91bd lib/src/: a2i_strto[iu](): Use strcmp(3) instead of byte comparisons by Alejandro Colomar · 1 year, 6 months ago liba2i-1.0-rc5
  76. 64ec0ae lib/src/: a2i_strto[iu](): Reduce work after goto label by Alejandro Colomar · 1 year, 6 months ago
  77. f0d8b47 lib/src/: a2i_strto[iu](): Reduce work after goto label by Alejandro Colomar · 1 year, 6 months ago
  78. 601b122 lib/src/, share/tests/: a2*(): Always set *endp by Alejandro Colomar · 1 year, 6 months ago
  79. 4bebc7f lib/src/: a2i_strto[iu](): Check the base before strto[iu]max(3) by Alejandro Colomar · 1 year, 6 months ago
  80. 00cbf44 lib/src/: a2i_strto[iu](): Support other errno values by Alejandro Colomar · 1 year, 6 months ago
  81. a1a80b5 include/, lib/src/: The string parameter is also restrict by Alejandro Colomar · 1 year, 6 months ago
  82. c446c44 include/, lib/src/: str2*(): Add missing restrict by Alejandro Colomar · 1 year, 6 months ago
  83. c961cad lib/src/: a2i_strto[iu](): Micro-optimize by Alejandro Colomar · 1 year, 6 months ago
  84. 8cb5356 lib/src/: a2i_strto[iu](): Reduce uses of function parameters by Alejandro Colomar · 1 year, 6 months ago
  85. 8491813 lib/src/: a2i_strto[iu](): Pass the base to strto[iu]max(3) by Alejandro Colomar · 1 year, 6 months ago
  86. fa8e063 lib/src/: a2i_strto[iu](): Reduce uses of function parameters by Alejandro Colomar · 1 year, 6 months ago
  87. 55401e9 share/mk/: build: Build the manual pages too by Alejandro Colomar · 1 year, 6 months ago
  88. 7946968 lsm: Released 1.0-rc4 by Alejandro Colomar · 1 year, 6 months ago
  89. e5ea0a9 RELEASE: Push the tag before sending mail by Alejandro Colomar · 1 year, 6 months ago liba2i-1.0-rc4
  90. 791f163 share/mk/: Reduce the work of 'make && make install' by Alejandro Colomar · 1 year, 6 months ago
  91. 92a9c89 lsm: Released 1.0-rc3 by Alejandro Colomar · 1 year, 6 months ago
  92. cb408ab share/: Consistently use LGPL-3.0-only WITH LGPL-3.0-linking-exception by Alejandro Colomar · 1 year, 6 months ago liba2i-1.0-rc3
  93. 31bfd8f share/mk/: CPPFLAGS: Only define _FORTIFY_SOURCE if it's not already defined by Alejandro Colomar · 1 year, 6 months ago
  94. a264f94 lsm: Document the PDF book by Alejandro Colomar · 1 year, 6 months ago
  95. 439ffd8 lsm: Released 1.0-rc2 by Alejandro Colomar · 1 year, 6 months ago
  96. d5fdd02 RELEASE: Fix upload process by Alejandro Colomar · 1 year, 6 months ago
  97. 0a16f38 RELEASE: Fix path by Alejandro Colomar · 1 year, 6 months ago
  98. d343e94 Revert "GNUmakefile: Use GNUMAKEFLAGS instead of MAKEFLAGS" by Alejandro Colomar · 1 year, 6 months ago liba2i-1.0-rc2
  99. a3ad216 share/mk/: install-dev-pc: Stamp the $prefix in the pc(5) file during install by Alejandro Colomar · 1 year, 6 months ago
  100. 347fe9f share/mk/: install-lib-shared: Install SONAME by Alejandro Colomar · 1 year, 6 months ago