1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
2002-02-03 Marek Michalkiewicz <marekm@amelek.gda.pl>
* Add dtostrf(), optimize atol(), itoa(), utoa() from Reiner Patommel.
* libc/stdlib/ctype.S (isalnum): Bugfix from Jens Meyer.
* include/iomactos.h: change constraints, add inw/outw, clean up.
* doc/avr-libc-reference.html: Update.
2002-01-15 Marek Michalkiewicz <marekm@amelek.gda.pl>
* Add ltoa() and ultoa(), thanks to Reiner Patommel.
* Optimize parity_even_bit, thanks to Greg Smith.
* doc/avr-libc-reference.html: Fix CR/LF newlines.
Sun Jan 06 00:11:00 2002 Reinhard Jessich <reinhard.jessich@telering.at>
* configure.in: Add the "-g" option to AVRLIB_CFLAGS.
* reconf: Add "set -x" to see whta is executed.
* Makefile.am: Remove the comment about automake 1.4.
Sat Dec 29 22:44:00 2001 Reinhard Jessich <reinhard.jessich@telering.at>
* Bugfix in configure.in: Now avr-libc can be configured, without
a present avr-libc installed.
Sat Dec 29 01:29:00 2001 Reinhard Jessich <reinhard.jessich@telering.at>
* libm is working with autoconf/automake, too.
* Create the new distribution package avr-libc-20011229.tar.gz.
Sat Dec 28 23:34:00 2001 Reinhard Jessich <reinhard.jessich@telering.at>
* libc is working with autoconf/automake.
Sat Dec 22 22:12:00 2001 Reinhard Jessich <reinhard.jessich@telering.at>
* First tries to use the autoconf/automake for the building of the avr libc.
see doc/CHANGES for old changes (before autoconf/automake) support.
|