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 9899dd0ec0 mm/mm_heap: change CONFIG_MM_BACKTRACE to int type
     new 035840a770 libc/wchar: remove unnecessary config
     new 673a2e0136 libc/wchar: support wchar

The 2 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/cxx/cstdlib                                |   2 -
 include/cxx/cwchar                                 |   3 -
 include/limits.h                                   |   2 +-
 include/stdlib.h                                   |   4 +-
 libs/libc/Kconfig                                  |   1 -
 libs/libc/libc.csv                                 |  96 +++++++-------
 libs/libc/stdlib/Make.defs                         |   7 +-
 libs/libc/stdlib/lib_mblen.c                       |   4 -
 libs/libc/stdlib/lib_mbstowcs.c                    |   4 -
 libs/libc/stdlib/lib_mbtowc.c                      |  13 +-
 libs/libc/stdlib/lib_wcstombs.c                    |   4 -
 libs/libc/stdlib/lib_wctomb.c                      |  23 +---
 libs/libc/wchar/Kconfig                            |  14 --
 libs/libc/wchar/Make.defs                          |   6 +-
 libs/libc/wchar/lib_btowc.c                        |   5 -
 libs/libc/wchar/lib_mbrlen.c                       |   6 -
 libs/libc/wchar/lib_mbrtowc.c                      | 143 ++++++++++++++++++---
 .../libc/wchar/lib_mbsinit.c                       |  22 ++--
 libs/libc/wchar/lib_mbsnrtowcs.c                   |  60 ++++++---
 libs/libc/wchar/lib_mbsrtowcs.c                    |   6 -
 libs/libc/wchar/lib_swprintf.c                     |   6 -
 libs/libc/wchar/lib_wcrtomb.c                      |  41 ++++--
 libs/libc/wchar/lib_wcscmp.c                       |   4 -
 libs/libc/wchar/lib_wcscoll.c                      |   5 -
 libs/libc/wchar/lib_wcsftime.c                     |   3 -
 libs/libc/wchar/lib_wcslcpy.c                      |   4 -
 libs/libc/wchar/lib_wcslen.c                       |   4 -
 libs/libc/wchar/lib_wcsnrtombs.c                   |  78 +++++------
 libs/libc/wchar/lib_wcsrtombs.c                    |   4 -
 libs/libc/wchar/lib_wcstod.c                       |   6 -
 libs/libc/wchar/lib_wcstof.c                       |   6 -
 libs/libc/wchar/lib_wcstol.c                       |   6 -
 libs/libc/wchar/lib_wcstold.c                      |   6 -
 libs/libc/wchar/lib_wcstoll.c                      |   6 -
 libs/libc/wchar/lib_wcstoul.c                      |   6 -
 libs/libc/wchar/lib_wcstoull.c                     |   6 -
 libs/libc/wchar/lib_wcsxfrm.c                      |   5 -
 libs/libc/wchar/lib_wctob.c                        |   5 -
 libs/libc/wchar/lib_wmemchr.c                      |   5 -
 libs/libc/wchar/lib_wmemcmp.c                      |   4 -
 libs/libc/wchar/lib_wmemcpy.c                      |   5 -
 libs/libc/wchar/lib_wmemmove.c                     |   4 -
 libs/libc/wchar/lib_wmemset.c                      |   4 -
 libs/libc/wctype/Make.defs                         |   4 -
 libs/libc/wctype/lib_iswctype.c                    |   3 -
 libs/libc/wctype/lib_towlower.c                    |   3 -
 libs/libc/wctype/lib_towupper.c                    |   3 -
 libs/libc/wctype/lib_wctype.c                      |   3 -
 libs/libxx/Kconfig                                 |   5 +-
 libs/libxx/system_configuration.h                  |   4 +-
 50 files changed, 311 insertions(+), 362 deletions(-)
 delete mode 100644 libs/libc/wchar/Kconfig
 copy arch/arm/src/stm32wb/stm32wb_waste.c => libs/libc/wchar/lib_mbsinit.c 
(87%)

Reply via email to