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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-835-g65ac160
Date: Fri, 4 Aug 2017 07:16:39 -0400 (EDT)

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  65ac160e999913e60097b272b88048e6f3e0f35b (commit)
      from  22ccc2e2b85064b2e1eaa38d06232cba13a4cb27 (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 65ac160e999913e60097b272b88048e6f3e0f35b
Author: goldsimon <address@hidden>
Date:   Fri Aug 4 13:15:30 2017 +0200

    Wconversion-related cleanup: split pbuf_header(s16_t) into 
pbuf_add_header(size_t) and pbuf_remove_header(size_t)
    
    The new functions both take size_t as increment/decrement argument instead 
of s16_t (which needed to be range-checked before conversion everywhere) - in 
most places, the direction (increment or decrement) is known anyway, so no need 
to encode it in a sign bit

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

Summary of changes:
 src/core/pbuf.c         | 144 +++++++++++++++++++++++++++++++++++++-----------
 src/include/lwip/pbuf.h |   3 +
 2 files changed, 114 insertions(+), 33 deletions(-)


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



reply via email to

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