[macports-legacy-support] branch master updated (f109400 -> d281d6a)

Christopher Nielsen mascguy at macports.org
Mon Jan 20 13:30:46 UTC 2025


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

    from f109400  Add test for TargetConditionals.h.
     new fbca791  Add fstatx_np() tests with NULL fsec.
     new 22cc53b  Add fix for fstatx_np() on 10.4 Rosetta.
     new 7a4a117  test_stat: Remove 10.4 Rosetta exception.
     new 975846f  test_copyfile: Remove 10.4 Rosetta exception.
     new e52642b  dirent.h: Fix scandir hack for non-POSIX.
     new 1146902  Make stdio.h include sys/stdio.h for renameat().
     new 8e3a750  Implement interim clock_gettime_nsec_np().
     new 5a93873  Add minimal test for clock_gettime_nsec_np().
     new 80e9789  Makefile: Support manual tests that use the library.
     new 9f6e0d2  Implement clock_settime().
     new a8e29aa  Add manual test for clock_settime().
     new 5e800bd  Add net/if_utun.h for <10.6.
     new e21ab62  Add test for include of net/if_utun.h.
     new bc334c5  Provide pthread_[f]chdir_np() functions for 10.5+.
     new dad0a2f  Add test for pthread_[f]chdir_np().
     new d281d6a  Rename best_fchdir to __mpls_best_fchdir.

The 16 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                                           |  39 ++-
 include/MacportsLegacySupport.h                    |  22 ++
 .../_macports_extras/tiger_leopard/net/if_utun.h   |  63 ++++
 include/dirent.h                                   |   8 +-
 include/{Availability.h => net/if_utun.h}          |  23 +-
 include/pthread.h                                  |  12 +-
 include/stdio.h                                    |   5 +
 include/time.h                                     |  10 +-
 manual_tests/libtest_settime.c                     | 324 +++++++++++++++++++++
 src/atcalls.h                                      |  10 +-
 src/best_fchdir.c                                  |  46 ---
 src/copyfile.3                                     |   2 +-
 src/pthread_chdir.c                                | 110 +++++++
 src/statxx.c                                       | 115 +++++++-
 src/time.c                                         |  48 ++-
 test/test_copyfile.c                               |  27 --
 test/test_pthread_chdir.c                          | 227 +++++++++++++++
 test/test_renameat.c                               |   8 +-
 test/test_stat.c                                   |  84 +++---
 test/test_time.c                                   |   8 +
 test/test_traverse_cwd.c                           |   2 +-
 test/test_sincos.c => xtest/test_utunh.c           |  35 ++-
 22 files changed, 1048 insertions(+), 180 deletions(-)
 create mode 100644 include/_macports_extras/tiger_leopard/net/if_utun.h
 copy include/{Availability.h => net/if_utun.h} (55%)
 create mode 100644 manual_tests/libtest_settime.c
 delete mode 100644 src/best_fchdir.c
 create mode 100644 src/pthread_chdir.c
 create mode 100644 test/test_pthread_chdir.c
 copy test/test_sincos.c => xtest/test_utunh.c (56%)



More information about the macports-changes mailing list