Re: [avr-libc-dev] Test results

2009-03-05 Thread Joerg Wunsch
As Dmitry K. wrote: > My desktop (Glibc) documents isinf() that return -1/0/+1 > and links to BSD 4.3 compatibility. The date of man page > is 1993. OK, the FreeBSD man page says this: HISTORY The fpclassify(), isfinite(), isinf(), isnan(), and isnormal() macros were added in FreeBSD 5.1.

Re: [avr-libc-dev] Test results

2009-03-05 Thread Dmitry K.
On Thursday 05 March 2009 17:50, Joerg Wunsch wrote: > > 2. isinf() > > See the GCC bug #35509. Avr-libc's isinf() work fine. > > Hovever, since 4.3 branch the GCC replaces it with > > themselves inline code, which return the +1 value for > > negative infinity. This is mismatch to traditionaly >

[avr-libc-dev] avr-libc 1.6.5

2009-03-05 Thread Joerg Wunsch
As Dmitry K. wrote: > > I guess you're done now with your changes, Dmitry? > > Yes, certainly. > > The changes in testsuite I will make later, after > 1.6.5 releasing. That's fine, the testsuite doesn't go into the released code anyway. I'm done with releasing 1.6.5, everything went out last n

Re: [avr-libc-dev] Re: [avr-libc-commit] avr-libc ChangeLog [avr-libc-1_6-branch]

2009-03-05 Thread Dmitry K.
On Thursday 05 March 2009 22:23, Joerg Wunsch wrote: > I guess you're done now with your changes, Dmitry? Yes, certainly. The changes in testsuite I will make later, after 1.6.5 releasing. Dmitry. ___ AVR-libc-dev mailing list AVR-libc-dev@nongnu.or

[avr-libc-dev] [patch #6768] Addition to util/setbaud.h

2009-03-05 Thread Frédéric Nadeau
Follow-up Comment #1, patch #6768 (project avr-libc): After reread, it should be: UCSRC |= _BV(1 ___ Message posté via/par Savannah http://savannah.nongnu.org/

[avr-libc-dev] [patch #6768] Addition to util/setbaud.h

2009-03-05 Thread Frédéric Nadeau
URL: Summary: Addition to util/setbaud.h Project: AVR C Runtime Library Submitted by: fnadeau Submitted on: jeu 05 mar 2009 16:21:09 GMT Category: None Priority: 5

RE: [avr-libc-dev] RFC: Addition to util/setbaud.h

2009-03-05 Thread Weddington, Eric
> -Original Message- > From: > avr-libc-dev-bounces+eweddington=cso.atmel@nongnu.org > [mailto:avr-libc-dev-bounces+eweddington=cso.atmel@nongnu. > org] On Behalf Of Frédéric Nadeau > Sent: Thursday, March 05, 2009 8:57 AM > To: avr-libc-dev@nongnu.org > Subject: [avr-libc-dev]

[avr-libc-dev] RFC: Addition to util/setbaud.h

2009-03-05 Thread Frédéric Nadeau
Hi there, I noticed that util/setbaud.h cannot calculate baudrate for sync mode. I did the following modification to the file. I doubt it will it the next release, but I do beleive it is a good thing to have. Basic explanation: if BAUD_SYNC is define and equal to 1, a modified macro is use to ca

[avr-libc-dev] Re: [avr-libc-commit] avr-libc ChangeLog [avr-libc-1_6-branch]

2009-03-05 Thread Joerg Wunsch
As Dmitry Xmelkov wrote: > CVSROOT: /sources/avr-libc > Module name: avr-libc > Branch: avr-libc-1_6-branch > Changes by: Dmitry Xmelkov09/03/05 12:12:59 > > Modified files: > . : ChangeLog I guess you're done now with your changes, Dmitry? Spasibo

Re: [avr-libc-dev] Test results

2009-03-05 Thread Joerg Wunsch
As Joerg Wunsch wrote: > > 4. bug-22828 and other EEPROM tests: seems, this is a > > Simulavr problem. The 0.1.2.1 version is correct. I will > > look this in details. > > As time permits, I'll also look into that. Strange, another site, different compilers but the same version of simulavr: