Module Name: src Committed By: snj Date: Fri Nov 17 20:08:29 UTC 2017
Modified Files: src/common/lib/libc/stdlib [netbsd-7]: _strtol.h _strtoul.h src/tests/lib/libc/stdlib [netbsd-7]: t_strtol.c Log Message: Pull up following revision(s) (requested by joerg in ticket #1448): common/lib/libc/stdlib/_strtol.h: revision 1.11 common/lib/libc/stdlib/_strtoul.h: revision 1.11 tests/lib/libc/stdlib/t_strtol.c: revision 1.7 Fix ISO C compliance: strtol of "0xX" should give the largest valid numeric prefix, which is 0. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.7.6.1 src/common/lib/libc/stdlib/_strtol.h cvs rdiff -u -r1.7.6.1 -r1.7.6.2 src/common/lib/libc/stdlib/_strtoul.h cvs rdiff -u -r1.5 -r1.5.22.1 src/tests/lib/libc/stdlib/t_strtol.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.