fixed bug 1255403
add printf_tiny data dependent integer speed footnote
add footnote regarding printf_fast_f precision limit
added printf benchmarks to manual
fix %c in printf_fast, printf_fast_f and printf_tiny
fix float overflow checki in printf_fast_f, bug #1525093
fix leading zero support in printf_fast
Added mcs51 asm versions of logf and expf
Don't provide printf_fast, printf_fast_f and printf_tiny on architectures
Added printf_fast_f. Same as printf_fast, but with floating point enabled
Added mcs51 assembly float lib functions (add, sub, mul, div
Added mcs51 assembly versions for the 12 float/integer conversion functions.
Improvements to float support in printf_fast
Opps, update build so printf_tiny is actually part of the library.
Added printf_tiny (minimal but useful printing in only 267 bytes)
Added okToRemoveSLOC conditional test to peephole optimizer (not used yet)
Add leading zero format to printf_fast ("%07d", "%017lu", etc)
Added peephole to replace LJMP to RET with just a RET instruction
Accurate byte measurement for pcDistance (peephole LJMP -> SJMP)
xa_asm: fixed parsing of symbols used with DS directive in BSEG (pass 2&3).
Added basic support for .area and .ds directives to the xa51 assembler.
Added --xram-movc option
Changed _xdata, _near, etc and removed _generic from library files
pragma noinduction broke memcpy on mcs51 large model. Moved it into z80 code.
Added peepholes 223 to 231 to mcs51 port.
Only build each library if configure listed it in ports.build. The
change printf_fast to LGPL
Fix compiler warnings, extra tokens at end of #endif, no newline at
Added printf_fast to library