Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-8] src
Module Name: src
Committed By: martin
Date: Mon Jul 10 12:40:23 UTC 2017
Modified Files:
src/common/lib/libc/stdlib [netbsd-8]: _strtol.h _strtoul.h
src/tests/lib/libc/stdlib [netbsd-8]: t_strtol.c
Log Message:
Pull up following revision(s) (requested by joerg in ticket #112):
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.10 -r1.10.8.1 src/common/lib/libc/stdlib/_strtol.h
cvs rdiff -u -r1.10 -r1.10.6.1 src/common/lib/libc/stdlib/_strtoul.h
cvs rdiff -u -r1.6 -r1.6.8.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.
Home |
Main Index |
Thread Index |
Old Index