Module Name: src Committed By: christos Date: Sat Jan 20 16:13:39 UTC 2024
Modified Files: src/common/lib/libc/stdlib: _strtoi.h src/lib/libc/stdlib: strtoi.3 strtonum.c strtou.3 Log Message: PR/57828: Alejandro Colomar: Prioritize test for ERANGE before testing for fully consuming the string. Adjust strtonum(3) to behave as before. Document the order of the tests and sync the man pages (I should really autogenerate one of the two man pages...) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/stdlib/_strtoi.h cvs rdiff -u -r1.7 -r1.8 src/lib/libc/stdlib/strtoi.3 \ src/lib/libc/stdlib/strtou.3 cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdlib/strtonum.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.