You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/04/18 21:19:32 UTC

[mynewt-core] branch master updated (5f7116b -> ffbebe8)

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
ccollins@apache.org.

[mynewt-core] 01/01: Merge pull request #934 from ccollins476ad/parse-fns

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ffbebe89e9e6351cbb4dcbc956d68dfce2a5530b
Merge: 5f7116b 697084d
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Wed Apr 18 14:19:30 2018 -0700

    Merge pull request #934 from ccollins476ad/parse-fns
    
    util/parse - Additional parsing functions.

 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(-)


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