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/incubator-nuttx.git
from dbc163f1b0 fs/vfs/fs_truncate.c: Use ioctl to truncate on
non-mountpoint inode
new 366c25682c libc/time: add strptime porting support
new 6d3f14d41d libc/strptime:_conv_num skip space
new 96ea9b71ed libc/strptime: fix warning unused-value
new e6f77aeb9a libc/lib_strptime:change code format & add notes
The 4 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:
LICENSE | 24 ++
include/time.h | 2 +
libs/libc/time/Make.defs | 2 +-
libs/libc/time/lib_strptime.c | 624 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 651 insertions(+), 1 deletion(-)
create mode 100644 libs/libc/time/lib_strptime.c