This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from a537ecdd0f Support nuttx pci endpoint driver framework
new 319501e9ef libs/libc: remove LIB_BUFLEN_UNKNOWN to reduce depends on
libc.h
new c9ad454807 libs/stdio: fix compile warning when disable
CONFIG_LIBC_NUMBERED_ARGS
new 88da2b4adb include/nuttx/compiler.h: fix redefine about offsetof
new 47eec633a0 libs/libc/stdio: using sprintf to instead itoa
new b8835be6c5 libs/libc/stdio: Optimize header file dependencies in
*scanf.c file.
new 90d990712d libs/libc/stdio: Optimize header file dependencies in
*prinf.c file.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/nuttx/compiler.h | 2 ++
include/nuttx/streams.h | 2 +-
libs/libc/libc.h | 4 ----
libs/libc/stdio/lib_asprintf.c | 3 ---
libs/libc/stdio/lib_dtoa_engine.h | 2 ++
libs/libc/stdio/lib_fscanf.c | 2 --
libs/libc/stdio/lib_libbsprintf.c | 9 +++-----
libs/libc/stdio/lib_libsprintf.c | 3 +--
libs/libc/stdio/lib_libvscanf.c | 46 +++-----------------------------------
libs/libc/stdio/lib_libvsprintf.c | 17 +++++++-------
libs/libc/stdio/lib_printf.c | 2 --
libs/libc/stdio/lib_scanf.c | 1 -
libs/libc/stdio/lib_snprintf.c | 7 +-----
libs/libc/stdio/lib_sprintf.c | 5 ++---
libs/libc/stdio/lib_sscanf.c | 3 ---
libs/libc/stdio/lib_ultoa_invert.h | 2 --
libs/libc/stdio/lib_vasprintf.c | 7 +-----
libs/libc/stdio/lib_vdprintf.c | 6 +----
libs/libc/stdio/lib_vfprintf.c | 6 +----
libs/libc/stdio/lib_vfscanf.c | 6 -----
libs/libc/stdio/lib_vprintf.c | 2 --
libs/libc/stdio/lib_vsnprintf.c | 7 +-----
libs/libc/stdio/lib_vsprintf.c | 8 ++-----
libs/libc/stdio/lib_vsscanf.c | 8 +------
libs/libc/stream/lib_libnoflush.c | 10 ---------
25 files changed, 30 insertions(+), 140 deletions(-)