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