Subject: CVS commit: [netbsd-4] src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 11/25/2007 09:38:17
Module Name:	src
Committed By:	xtraeme
Date:		Sun Nov 25 09:38:17 UTC 2007

Modified Files:
	src/lib/libc/gen [netbsd-4]: humanize_number.c

Log Message:
Pull up following revision(s) (requested by simonb in ticket #992):
	lib/libc/gen/humanize_number.c: revision 1.12
Fix a bug that humanize_number() produces "1000" where it should be "1.0G"
or "1.0M".  The bug reported by Greg Troxel.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.11.4.1 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.