From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Faylor To: Kehl Hubertus Cc: "'cygwin@sourceware.cygnus.com'" Subject: Re: Cygwin FCVT Bug Date: Wed, 07 Apr 1999 14:53:00 -0000 Message-id: <19990407175308.A961@cygnus.com> References: <197A67E1DB8DD211A4670008C728B7040B64CA@mchh220e.demchh201e.oen.siemens.de> <197A67E1DB8DD211A4670008C728B7040B64CA@mchh220e.demchh201e.oen.siemens.de> X-SW-Source: 1999-04/msg00089.html Thanks for reporting this. I've alerted the folks responsible here. It is fixed and will be available in a snapshot soon. -chris On Tue, Apr 06, 1999 at 11:28:13AM +0200, Kehl Hubertus wrote: >I encountered the following fcvt Bug in the C-Library of Cygwin. With >Borland C or gcc under Linux this >function works alright. The following sample demonstrates the bug, the >number 1130.0 should be converted >to zero digits after the decimal point, 1130 should be returned. Cygwin >returns 113 :( >Bye >Hubertus > >#include >#include >int main(void) >{ > double val=1130.0; > int ndig=0; > int dec; > int sign; > > printf("%f#the following string should be 1130:#%s#\n",val, >fcvt(val,ndig,&dec, &sign)); > printf("#dec %d#sgin %d\n",dec,sign); >} -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Faylor To: Kehl Hubertus Cc: "'cygwin@sourceware.cygnus.com'" Subject: Re: Cygwin FCVT Bug Date: Fri, 30 Apr 1999 18:32:00 -0000 Message-ID: <19990407175308.A961@cygnus.com> References: <197A67E1DB8DD211A4670008C728B7040B64CA@mchh220e.demchh201e.oen.siemens.de> X-SW-Source: 1999-04n/msg00089.html Message-ID: <19990430183200.CQrC2DOZhBm1NOyesxCS38pZy-ZR56ouKAfRyaNJW-k@z> Thanks for reporting this. I've alerted the folks responsible here. It is fixed and will be available in a snapshot soon. -chris On Tue, Apr 06, 1999 at 11:28:13AM +0200, Kehl Hubertus wrote: >I encountered the following fcvt Bug in the C-Library of Cygwin. With >Borland C or gcc under Linux this >function works alright. The following sample demonstrates the bug, the >number 1130.0 should be converted >to zero digits after the decimal point, 1130 should be returned. Cygwin >returns 113 :( >Bye >Hubertus > >#include >#include >int main(void) >{ > double val=1130.0; > int ndig=0; > int dec; > int sign; > > printf("%f#the following string should be 1130:#%s#\n",val, >fcvt(val,ndig,&dec, &sign)); > printf("#dec %d#sgin %d\n",dec,sign); >} -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com