[macports-legacy-support] branch master updated (1965ad6 -> 0dd04b1)

Christopher Nielsen mascguy at macports.org
Thu Feb 20 13:39:19 UTC 2025


Christopher Nielsen (mascguy) pushed a change to branch master
in repository macports-legacy-support.

    from 1965ad6  Updates README.md for recent changes.
     new 35ddfa8  Makefile: Add target for all test objects.
     new 2179f64  assert_test: Fix for pre-C11 builds and move.
     new 0198704  sincos: Rename feature flag & fix comment.
     new c943c21  Narrow CMSG_DATA fix.
     new ccc99f9  Fix references to undefined macros.
     new 0e74f3d  Makefile: Add -Wundef to all builds.
     new 455c9e3  dirent.h: Fix possible "shadowing" warnings.
     new 8c1dbd0  test_stat: Fix "shadowing" warnings.
     new 0dd04b1  Check for "shadowing" warnings.

The 9 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:
 Makefile                        |  8 ++--
 include/MacportsLegacySupport.h | 11 +++---
 include/dirent.h                | 17 ++++----
 include/math.h                  |  8 ++--
 include/sys/cdefs.h             |  4 +-
 manual_tests/assert_test.c      |  8 ----
 src/getdelim.c                  |  4 +-
 src/getdelim.h                  |  3 +-
 src/getline.h                   |  3 +-
 src/memstream.c                 |  2 +-
 src/sincos.c                    |  4 +-
 test/test_stat.c                | 86 ++++++++++++++++++++---------------------
 xtest/test_assert.c             | 17 ++++++++
 xtest/test_scandir.c            |  2 +-
 14 files changed, 95 insertions(+), 82 deletions(-)
 delete mode 100644 manual_tests/assert_test.c
 create mode 100644 xtest/test_assert.c



More information about the macports-changes mailing list