[macports-legacy-support] branch master updated (1bc2150 -> 4b3dd36)
Christopher Nielsen
mascguy at macports.org
Sat Oct 26 16:57:20 UTC 2024
Christopher Nielsen (mascguy) pushed a change to branch master
in repository macports-legacy-support.
from 1bc2150 Update copyright years
new cca6f6e Make darwin_c tests automatic.
new bb67637 Rename MACPORTS_LEGACY_MIN_EARLY_SDK_ALLOWED
new 762a529 Fix broken 15.x SDK version
new 3280042 sdkversion.h: add SDK 15.1 undef
new 866a080 Add scandir() compatibility feature.
new d546d8a Add test for scandir() 'compar' type.
new c44462b test_scandir: Add version with 32-bit inodes.
new 61fec98 Rewrite dprintf() implementation.
new ce4b23a Rewrite dprintf() test.
new 68738ff Add vdprintf() support.
new a35f2d8 Add vdprintf() tests to dprintf() tests.
new 4b3dd36 [v]dprintf(): Fix unwanted lock release.
The 12 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 | 56 +++++++--
README.md | 2 +-
include/MacportsLegacySupport.h | 5 +-
include/_macports_extras/sdkversion.h | 29 ++++-
include/dirent.h | 56 +++++++++
include/stdio.h | 1 +
src/dprintf.c | 133 ++++++++++++++++++---
test/test_dprintf.c | 108 ++++++++++++++++-
{manual_tests => xtest}/.gitignore | 1 -
manual_tests/darwin_c.c => xtest/test_darwin_c.c | 3 +
.../test_darwin_c_199309.c | 2 +-
.../test_darwin_c_200809.c | 2 +-
.../darwin_c_full.c => xtest/test_darwin_c_full.c | 2 +-
xtest/test_scandir.c | 92 ++++++++++++++
xtest/test_scandir_ino32.c | 8 ++
xtest/test_scandir_old.c | 7 ++
16 files changed, 465 insertions(+), 42 deletions(-)
copy {manual_tests => xtest}/.gitignore (76%)
rename manual_tests/darwin_c.c => xtest/test_darwin_c.c (99%)
rename manual_tests/darwin_c_199309.c => xtest/test_darwin_c_199309.c (86%)
rename manual_tests/darwin_c_200809.c => xtest/test_darwin_c_200809.c (86%)
rename manual_tests/darwin_c_full.c => xtest/test_darwin_c_full.c (89%)
create mode 100644 xtest/test_scandir.c
create mode 100644 xtest/test_scandir_ino32.c
create mode 100644 xtest/test_scandir_old.c
More information about the macports-changes
mailing list