This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 4fe35cc  boards: Remove OUTPUT_FORMAT and OUTPUT_ARCH from ld script
     new 57caa4e  libc: Move MB_LEN_MAX from lib_wctob.c to limits.h
     new f1433ee  libc: Fix the typo error in wcrtomb
     new 7cbcbcd  libc: Implement wcsrtombs, wcsnrtombs and mbsnrtowcs
     new de50900  libc: Implement mblen, mbstowcs and wcstombs

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:
 include/limits.h                                   | 10 +++++
 include/stdlib.h                                   |  3 ++
 include/wchar.h                                    |  2 +-
 libs/libc/libc.csv                                 |  9 +++-
 libs/libc/stdlib/Make.defs                         |  3 +-
 .../libc/stdlib/lib_mblen.c                        | 20 +++++----
 .../libc/stdlib/lib_mbstowcs.c                     | 22 ++++------
 libs/libc/stdlib/lib_mbtowc.c                      |  4 +-
 .../libc/stdlib/lib_wcstombs.c                     | 16 +++----
 libs/libc/wchar/Make.defs                          |  2 +-
 libs/libc/wchar/lib_mbrlen.c                       |  4 +-
 libs/libc/wchar/lib_mbsnrtowcs.c                   | 20 ++++++++-
 libs/libc/wchar/lib_mbsrtowcs.c                    |  3 +-
 libs/libc/wchar/lib_wcrtomb.c                      | 10 ++---
 libs/libc/wchar/lib_wcsnrtombs.c                   | 49 ++++++++++++++++++++--
 .../libc/wchar/lib_wcsrtombs.c                     | 25 +++++------
 libs/libc/wchar/lib_wctob.c                        | 12 +-----
 17 files changed, 144 insertions(+), 70 deletions(-)
 copy arch/risc-v/src/litex/litex_allocateheap.c => 
libs/libc/stdlib/lib_mblen.c (84%)
 copy mm/umm_heap/umm_mallinfo.c => libs/libc/stdlib/lib_mbstowcs.c (82%)
 copy arch/risc-v/src/litex/litex_allocateheap.c => 
libs/libc/stdlib/lib_wcstombs.c (85%)
 copy mm/umm_heap/umm_mallinfo.c => libs/libc/wchar/lib_wcsrtombs.c (81%)

Reply via email to