RE: [avr-libc-dev] Plans to update scanf().

2008-02-17 Thread Weddington, Eric
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Dmitry K. Sent: Saturday, February 16, 2008 11:41 PM To: avr-libc-dev@nongnu.org Subject: [avr-libc-dev] Plans to update scanf(). Hi. In the near future I am going to update vfscanf()

Re: [avr-libc-dev] Plans to update scanf().

2008-02-17 Thread Joerg Wunsch
As Dmitry K. wrote: In the near future I am going to update vfscanf() function - a core of all scanf family (first only the HEAD branch). To me, all your changes sound very reasonable. Bolshoye spasibo za vashuy trudu, Dmitry! . The size of the minimal and standard versions has increased

Re: [avr-libc-dev] Plans to update scanf().

2008-02-17 Thread Dmitry K.
On Monday 18 February 2008 04:13, Weddington, Eric wrote: Can you make sure the avr-libc bug #19079 gets fixed?: https://savannah.nongnu.org/bugs/?19079 Frederic Nadeau was supposed to commit his patch, but hasn't done so yet. Yes, it is fixed. I have reproduce the bug example as: /* bug

Re: [avr-libc-dev] Plans to update scanf().

2008-02-17 Thread Dmitry K.
On Monday 18 February 2008 05:20, Joerg Wunsch wrote: [...] . Restriction of conversion quantity has arisen because of reduction of the size of the counter up to one byte. My only concern about that is whether it's still C99 compliant that way. Curious, did you verify whether the standard