Subject: CVS commit: src/lib/libc/stdlib
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 03/05/2004 05:58:29
Module Name:	src
Committed By:	lukem
Date:		Fri Mar  5 05:58:29 UTC 2004

Modified Files:
	src/lib/libc/stdlib: strsuftoll.3 strsuftoll.c

Log Message:
Explicitly use base 10 when parsing numbers, to enforce the "decimal number"
semantics that the comments referred to and as per dd(1) (which was the
origin of this functionality).


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libc/stdlib/strsuftoll.3
cvs rdiff -r1.5 -r1.6 src/lib/libc/stdlib/strsuftoll.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.