This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bug report: sscanf problem with cygwin 1.3.1-1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]