[macports-legacy-support] branch master updated (cfb1438 -> 97c4d00)

Chris Jones jonesc at hep.phy.cam.ac.uk
Fri Feb 1 01:23:44 UTC 2019


Chris Jones (cjones051073) pushed a change to branch master
in repository macports-legacy-support.

    from cfb1438  turns out #undef doesn't like tokens ()
     new ae75581  Add implementation of arc4random methods missing in OSX 10.6 and older
     new 90702ea  Update README for new arc4random implementations
     new de81a3c  avoid including stdint.h
     new 56d301a  protect uint32_t typedef
     new 97c4d00  test_arc4random.c : use mach_absolute_time()

The 5 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:
 README.md                       |   3 +-
 include/MacportsLegacySupport.h |   4 +-
 include/stdlib.h                |  41 ++-
 src/arc4random.c                | 603 ++++++++++++++++++++++++++++++++++++++++
 src/arc4random.h                |  49 ++++
 test/test_arc4random.c          | 119 ++++++++
 6 files changed, 813 insertions(+), 6 deletions(-)
 create mode 100644 src/arc4random.c
 create mode 100644 src/arc4random.h
 create mode 100644 test/test_arc4random.c



More information about the macports-changes mailing list