You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pe...@apache.org on 2022/03/25 07:48:35 UTC

[celix] branch master updated (6f1817d -> 9cf8bc3)

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

pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from 6f1817d  Merge pull request #403 from apache/hotfix/psa_memory_leak
     add 6975a4e  Fix broken array list equality on some 32-bit platforms where sizeof(double)==8.
     add 493c1af  Fix -Wunused-variable warnings.
     add 4d71bfa  Merge branch 'master' into hotfix/array_list_equality
     add a4cb88d  Fix add/remove bugs reintroduced by 6975a4e1.
     new 9cf8bc3  Merge pull request #404 from apache/hotfix/array_list_equality

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:
 libs/utils/include/celix_array_list.h |  3 ++
 libs/utils/src/array_list.c           | 87 +++++++++++++++++------------------
 2 files changed, 46 insertions(+), 44 deletions(-)

[celix] 01/01: Merge pull request #404 from apache/hotfix/array_list_equality

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

pengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 9cf8bc39c1a8916fbdda54eac59b24065f0fe3b2
Merge: 6f1817d a4cb88d
Author: PengZheng <ho...@gmail.com>
AuthorDate: Fri Mar 25 15:48:29 2022 +0800

    Merge pull request #404 from apache/hotfix/array_list_equality
    
    Fix broken array list equality on some 32-bit platforms where sizeof(…

 libs/utils/include/celix_array_list.h |  3 ++
 libs/utils/src/array_list.c           | 87 +++++++++++++++++------------------
 2 files changed, 46 insertions(+), 44 deletions(-)