[macports-legacy-support] branch master updated (0f1292b -> 38694c2)
Christopher Nielsen
mascguy at macports.org
Tue Dec 10 04:37:37 UTC 2024
Christopher Nielsen (mascguy) pushed a change to branch master
in repository macports-legacy-support.
from 0f1292b Remove obsolete fstatat64() test.
new 55fd6e3 Support scandir-compatibility alternatives.
new 680902d test_scandir: Update to test new features.
new 810c1a4 cdefsinfo: Add compiler info.
new 7de4ceb sys/cdefs: Narrow scope of __has_cpp_attribute fix.
new ad76ea9 Clean up atcall-related conditionals.
new 41c0b56 Move SYS___pthread_fchdir definition.
new b4b5a4c Rename common-priv.h to atcalls.h.
new 087359e Eliminate specific FDOPENDIR feature flags.
new ca253f6 Try to fix st?ncpy_chk warnings
new 38694c2 Makefile: Add targets for all st?ncpy_chk tests.
The 10 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 | 12 ++++++++
include/MacportsLegacySupport.h | 15 ++--------
include/dirent.h | 59 ++++++++++++++++++++++++++++++++++------
include/sys/cdefs.h | 30 ++++++++++++++------
manual_tests/cdefsinfo.c | 45 ++++++++++++++++++++++++++++++
src/atcalls.c | 30 ++++++++++----------
src/{common-priv.h => atcalls.h} | 37 +++++--------------------
src/best_fchdir.c | 7 +++--
src/dirfuncs_compat.c | 4 +--
src/fdopendir.c | 6 ++--
src/setattrlistat.c | 7 +++--
src/statxx.c | 2 +-
test/test_dirfuncs_compat.c | 6 ++--
test/test_stpncpy_chk.c | 10 +++++++
test/test_strncpy_chk.c | 12 ++++++++
xtest/test_scandir.c | 8 ++++++
16 files changed, 200 insertions(+), 90 deletions(-)
rename src/{common-priv.h => atcalls.h} (78%)
More information about the macports-changes
mailing list