Re: [avr-libc-dev] Great Header File Reorg done.

2005-11-08 Thread Eric Weddington
Joerg Wunsch wrote: I'm done with that great header file reorg. The files twi.h, crc16.h, delay.h, and parity.h have been moved to the new util/ subdir. The old files are now stubs referring to the new files. SIGNAL() has been renamed to ISR(). I've bumped the library version date once

Re: [avr-libc-dev] pow(x,y) broken for x0

2005-11-08 Thread Dmitry K.
Hi. I can not send a patch to Savannah. Result is: Duplicate post: this form was already submitted; So I have attach a patch in this mail: pow(x,y) with negative x is corrected. Tests are included in tarball. It is added the isfinite() function, it is used in tests. Dmitry. 

Re: [avr-libc-dev] pow(x,y) broken for x0

2005-11-08 Thread Joerg Wunsch
As Dmitry K. wrote: I can not send a patch to Savannah. Result is: Duplicate post: this form was already submitted; You might open a bug tracker on their support page. So I have attach a patch in this mail: pow(x,y) with negative x is corrected. Tests are included in tarball.