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

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


    from 4a23737  libc: Remove include/nuttx/lib/regex.h and 
libs/libc/misc/lib_match.c
     new c597721  libc: Implement gettext function
     new c6c1ec8  Fix variable 'catd' is used uninitialized whenever 'if' 
condition is false
     new 700a51f  board/sim: Enable locale related setting in nsh

The 3 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:
 boards/sim/sim/sim/configs/nsh/defconfig |   3 +
 include/{nl_types.h => libintl.h}        |  50 ++--
 include/nuttx/compiler.h                 |   5 +
 include/nuttx/tls.h                      |   3 +
 libs/libc/locale/Kconfig                 |   9 +-
 libs/libc/locale/Make.defs               |   2 +-
 libs/libc/locale/lib_catalog.c           |   4 +-
 libs/libc/locale/lib_gettext.c           | 473 +++++++++++++++++++++++++++++++
 8 files changed, 524 insertions(+), 25 deletions(-)
 copy include/{nl_types.h => libintl.h} (54%)
 create mode 100644 libs/libc/locale/lib_gettext.c

Reply via email to