lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1012-g849dfb1
Date: Sun, 5 Nov 2017 04:28:25 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  849dfb17c70ff6872355c0ffb7fc21177c536033 (commit)
       via  93f4245e895bd409e9cccb8f0aaac59a67d83c58 (commit)
       via  a9a3d473ac4f884416921f5f2fe0b8319e914418 (commit)
       via  de991b1158deebe7ce98c75466cfe9299ba1e5ac (commit)
      from  472f7985b552e0cec3df119fbc1371b489877360 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 849dfb17c70ff6872355c0ffb7fc21177c536033
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Nov 5 10:27:46 2017 +0100

    The macros in ip6_addr.c are duplicated from ip4_addr.c, so move them to 
lwIPs portability layer
    ...didn't see that in the first place...

commit 93f4245e895bd409e9cccb8f0aaac59a67d83c58
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Nov 5 10:13:24 2017 +0100

    ip6_addr.c: Convert several macros to private #defines
    The macros are functions from ctype.h, but ctype.h declares them as 
functions, not as #defines
    It makes no sense to abstract them in lwIPs portability layer, the 
functions are of low complexity and they are only used in this file.

commit a9a3d473ac4f884416921f5f2fe0b8319e914418
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Nov 5 10:06:25 2017 +0100

    Make xchar() a private #define of ip6_addr.c, it is not standardized in any 
C header

commit de991b1158deebe7ce98c75466cfe9299ba1e5ac
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Nov 5 09:51:26 2017 +0100

    Apply patch #9478: MQTT.c printf warning in debug messages
    in a modified version that uses lwIP's format string #defines

-----------------------------------------------------------------------

Summary of changes:
 src/apps/mqtt/mqtt.c     |  6 +++---
 src/core/ipv4/ip4_addr.c | 20 +++++---------------
 src/core/ipv6/ip6_addr.c | 26 +++++++++-----------------
 src/include/lwip/arch.h  | 23 +++++++++++++++++++++++
 4 files changed, 40 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]