[macports-legacy-support] branch time-use-enum-for-clockid_t updated (2841ade -> 1a526fe)

Chris Jones jonesc at hep.phy.cam.ac.uk
Tue Mar 19 13:18:22 UTC 2019


Chris Jones (cjones051073) pushed a change to branch time-use-enum-for-clockid_t
in repository macports-legacy-support.

    omit 2841ade  protect enum definition in time.h behind a check for no __CLOCK_AVAILABILITY
    omit 05f2b76  use an enum instead of int for clockid_t
     add e16eb7d  README.md: rework as table, minor fixes.
     add 7f9b84e  misc: whitespace-only canonicalization.
     add c777841  use an enum instead of int for clockid_t
     add 1a526fe  protect enum definition in time.h behind a check for no __CLOCK_AVAILABILITY

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2841ade)
            \
             N -- N -- N   refs/heads/time-use-enum-for-clockid_t (1a526fe)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 README.md                        | 141 ++++++++++++++++++++++++++++++---------
 include/MacportsLegacySupport.h  |   2 +-
 include/pthread.h                |   2 +-
 include/pthread_impl.h           |   2 +-
 include/sys/fcntl.h              |   6 +-
 include/sys/unistd.h             |   4 +-
 include/time.h                   |   2 +-
 src/atcalls.c                    |  10 +--
 src/fdopendir.c                  |   4 +-
 src/memmem.c                     |  12 ++--
 src/posix_memalign_emulation.c   |  14 ++--
 src/strndup.c                    |   2 +-
 src/strnlen.c                    |   2 +-
 src/time.c                       |   4 +-
 test/test_arc4random.c           |   8 +--
 test/test_pthread_rwlock_basic.c |   2 +-
 test/test_time.cpp               |   2 +-
 tiger_only/bin/which             |  48 ++++++-------
 18 files changed, 173 insertions(+), 94 deletions(-)



More information about the macports-changes mailing list