* Makefile.in, configure.in, configure,
[fw/sdcc] / device / lib / vprintf.c
2004-08-31 maartenbrock* device/include/stdio.h: added NULL, size_t, typedef...
2004-03-23 bernhardheld* device/lib/vprintf.c (vsprintf): minor optimization...
2003-03-16 johanknolcleaned up the mess I left behind
2002-03-30 bernhardheldFix half of bug #536787
2001-12-11 johanknola fix from Jesus Calvino-Fraga (jesusc@interchange...
2001-11-11 johanknolfall back to e format if float is too big
2001-09-27 johanknolThat wasn't a good idea
2001-09-27 johanknolmore pointer issues
2001-09-09 pjsChanged _xdata, _near, etc and removed _generic from...
2001-09-02 johanknolsome minor --stack-auto improvements
2001-07-02 bernhardheldshort (8 bit) replaced by char
2001-03-22 johanknolRemoved _float.h and all references to it
2001-03-13 johanknolmake printf* work again
2001-01-26 johanknolI'd rather flush the whole fucking (sorry) stdio and...
2000-09-28 johanknolmoved auto var's to XSEG for large model
2000-09-17 johanknolchanged some local var's to static
2000-09-16 johanknolInitial %f support
2000-08-23 johanknolds390 library support
2000-08-19 johanknolFixed %p format for flat24 (non-ansi, but usefull for...
2000-08-19 johanknolfixed the printf("%d", int(0)) bug
2000-01-17 michaelhInitial revision