| tag | d09d620ec6756e2fadc44ec63491b75ebb4d8974 | |
|---|---|---|
| tagger | Alejandro Colomar <alx@kernel.org> | Fri Jul 26 15:22:21 2024 +0200 |
| object | 2ff91bdd76229e90974eee7656fbed80f8f4ea0c |
liba2i-1.0-rc5 - string-to-numeric library Pre-release for packagers to try. Changes since 1.0-rc4: - Add 'restrict' where appropriate. - Fix portability issues. - Always set *endp (NetBSD has changed their specification of strtoi(3) to always set it; follow suit). - Small source-code readability improvements.
| commit | 2ff91bdd76229e90974eee7656fbed80f8f4ea0c | [log] [tgz] |
|---|---|---|
| author | Alejandro Colomar <alx@kernel.org> | Thu Jul 25 23:51:56 2024 +0200 |
| committer | Alejandro Colomar <alx@kernel.org> | Thu Jul 25 23:51:56 2024 +0200 |
| tree | 212c6a4c1fc4171ef009b245b9d975a6417b02ee | |
| parent | 64ec0ae36ca9b6db07f26d7f725ddebff2f2935f [diff] |
lib/src/: a2i_strto[iu](): Use strcmp(3) instead of byte comparisons Signed-off-by: Alejandro Colomar <alx@kernel.org>