chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #566: Cygwin doesn't display -0.0 correctly


From: Chicken Trac
Subject: [Chicken-janitors] #566: Cygwin doesn't display -0.0 correctly
Date: Fri, 15 Apr 2011 19:24:03 -0000

#566: Cygwin doesn't display -0.0 correctly
------------------------+---------------------------------------------------
 Reporter:  johnwcowan  |       Owner:       
     Type:  defect      |      Status:  new  
 Priority:  major       |   Milestone:  4.7.0
Component:  unknown     |     Version:  4.6.x
 Keywords:              |  
------------------------+---------------------------------------------------
 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.

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/566>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]