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 a6428f4c27 mm: Integrate TLSF manager
add 28027d0bee libc/versionsort: support versionsort and strverscmp
No new revisions were added by this update.
Summary of changes:
include/dirent.h | 2 +
include/string.h | 1 +
libs/libc/dirent/Make.defs | 2 +-
.../dirent/{lib_alphasort.c => lib_versionsort.c} | 20 ++--
libs/libc/string/Make.defs | 2 +-
libs/libc/string/lib_strverscmp.c | 129 +++++++++++++++++++++
6 files changed, 141 insertions(+), 15 deletions(-)
copy libs/libc/dirent/{lib_alphasort.c => lib_versionsort.c} (82%)
create mode 100644 libs/libc/string/lib_strverscmp.c