Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 07/27/2004 01:56:24
Module Name:	src
Committed By:	enami
Date:		Tue Jul 27 01:56:24 UTC 2004

Modified Files:
	src/lib/libc/gen: humanize_number.c

Log Message:
- Honor the HN_NOSPACE flag (i.e., don't put a space if specified,
and put space if not specified).
- There was a test which didn't count the suffixlen.  Fix it.
- Make the code a bit easier to read.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/lib/libc/gen/humanize_number.c

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