NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57828 CVS commit: src



The following reply was made to PR lib/57828; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57828 CVS commit: src
Date: Sat, 20 Jan 2024 11:13:39 -0500

 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.
 


Home | Main Index | Thread Index | Old Index