﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
566	Cygwin doesn't display -0.0 correctly	johnwcowan	felix winkelmann	"CHICKEN
(c)2008-2011 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.6.7
windows-cygwin-x86 [ manyargs dload ptables ]
compiled 2011-04-13 on LNGNYCL-FDB00M1 (CYGWIN_NT-5.1)

#;1> (define nz (/ -1.0 +inf.0))
#;2> nz
0.0


This is probably happening because Chicken uses newlib rather than glibc.  -0.0 should be detected as a special case in all Chickens and printed correctly, so as not to depend on the C library."	defect	closed	minor	4.9.0	unknown	4.8.x	fixed			
