* device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
authormaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 31 Aug 2004 17:06:35 +0000 (17:06 +0000)
committermaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 31 Aug 2004 17:06:35 +0000 (17:06 +0000)
commita9700cd285e0dbef084b18f74162db415935cbbe
treeb6a57a8900b0ad29f9aa6bcf68da165e20a6953f
parentd9d71b685333fa132ef705c9932f116d3da7677e
* device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
  _print_format; updated printf, sprintf, vsprintf
* device/include/asm/default/features.h: corrected comment/define
* device/lib/Makefile.in: added sprintf.c
* device/lib/libsdcc.lib: added sprintf module
* device/lib/printf_large.c,
* device/lib/vprintf.c,
* device/lib/sprintf.c: totally refactored printf_large and vprintf
  into these 3 files
* support/regression/Makefile: changed ALL_PORTS into a usefull default
* support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
* support/regression/tests/bug-927659.c: removed dummy putchar, enabled
  hc08 test
* support/regression/tests/zeropad.c: define idata as data for hc08

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3467 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
device/include/asm/default/features.h
device/include/stdio.h
device/lib/Makefile.in
device/lib/libsdcc.lib
device/lib/printf_large.c
device/lib/vprintf.c
support/regression/Makefile
support/regression/ports/mcs51-stack-auto/spec.mk
support/regression/tests/bug-927659.c
support/regression/tests/zeropad.c