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

ccollins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 5f7116b  Merge pull request #1013 from davidzuhn/fix/error-result
     add 54938ff  net/ip/mn_socket - IPv6 support in mn_inet_pton().
     add 175a749  util/parse - Additional parsing functions.
     add fe4fb44  util/parse - Add doxygen comments.
     add 697084d  mn_inet_pton - unit tests for IPv6.
     new ffbebe8  Merge pull request #934 from ccollins476ad/parse-fns

The 1 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:
 net/ip/mn_socket/include/mn_socket/mn_socket.h     |   4 +
 net/ip/mn_socket/src/mn_socket_aconv.c             | 196 +++++++++++++++++-
 net/ip/mn_socket/test/src/mn_sock_test.c           |   2 +
 .../mn_socket/test/src/testcases/inet6_pton_test.c |  90 ++++++++
 util/parse/include/parse/parse.h                   | 228 +++++++++++++++++++++
 util/parse/pkg.yml                                 |   2 +-
 util/parse/src/parse.c                             | 198 +++++++++---------
 7 files changed, 612 insertions(+), 108 deletions(-)
 create mode 100644 net/ip/mn_socket/test/src/testcases/inet6_pton_test.c

-- 
To stop receiving notification emails like this one, please contact
ccoll...@apache.org.

Reply via email to