Norman Vine wrote:
> 
> >
> >Confirmed. I used vsscanf() as my test case, but all *scanf() functions
> >in newlib call the same workhorse function, __svfscanf_r().
> .
> >It looks like there is a problem handling decimal points in __svfscanf_r
> >(newlib/libc/stdio/vfscanf.c line 227)
> 
> A hearty thanks to whomever fixed this so quickly in the CVS
> 

Yep. Jeff's patches today (initializing the local var 'new_exp' &
providing prototype for _strtod_r in stdlib.h) seem to have corrected
this problem.

--Chuck

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to