[macports-legacy-support] branch master updated (42217f1 -> 3fc1856)
Christopher Nielsen
mascguy at macports.org
Sun Nov 24 16:08:03 UTC 2024
Christopher Nielsen (mascguy) pushed a change to branch master
in repository macports-legacy-support.
from 42217f1 Makefile: Add install of manpage for replacement 10.4 'which'.
new b622f1d Makefile: Add DEBUG and OPT options.
new 13d1343 test_scandir: Add version with 64-bit inodes.
new 61e9d6e test_fdopendir: Add versions with 32/64-bit inodes.
new 3662d5f test_fdopendir: Add verbose mode.
new e8d226b test_fdopendir: Add fstatat() buffer overrun defense.
new 2aad6ba Makefile: Use system tools.
new d43551c fdopendir: Rework to handle variants directly in source.
new cf1a237 Makefile: Rip out splitandfilterandmergemultiarch, etc.
new 3fc1856 test_fdopendir: Add non-POSIX variant.
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 | 166 ++++------------
src/dummylib.xxc | 13 ++
src/fdopendir.c | 217 +++++++++++++++++----
test/test_fdopendir.c | 44 +++--
test/test_fdopendir_ino32.c | 26 +++
test/test_fdopendir_ino64.c | 32 +++
...alpath_nonposix.c => test_fdopendir_nonposix.c} | 4 +-
xtest/test_scandir_ino32.c | 24 ++-
xtest/test_scandir_ino64.c | 32 +++
9 files changed, 375 insertions(+), 183 deletions(-)
create mode 100644 src/dummylib.xxc
create mode 100644 test/test_fdopendir_ino32.c
create mode 100644 test/test_fdopendir_ino64.c
copy test/{test_realpath_nonposix.c => test_fdopendir_nonposix.c} (77%)
create mode 100644 xtest/test_scandir_ino64.c
More information about the macports-changes
mailing list