Releases: macports/macports-legacy-support
Releases · macports/macports-legacy-support
LegacySupport 1.0.10
- Cache timebase normalisation data in
clock_gettime
.
LegacySupport 1.0.9
- Bug fix to guards in
os/lock.h
introduced in release 1.0.8.
LegacySupport 1.0.8
- Add support for
CLOCK_MONOTONIC_RAW
toclock_gettime
. - Add support for
os_unfair
lock calls inos/lock.h
.
LegacySupport 1.0.7
- TargetConditionals.h: add TARGET_OS_DRIVERKIT
- add mach/machine.h for new CPU_SUBTYPE defines
- Implement timespec_get in
time.h
LegacySupport 1.0.6
Miscellaneous OSX10.4 fixes.
LegacySupport 1.0.5
- Tweak
math.h
to determine the existence oflong long
. - Ensure
_tlv_atexit
and__cxa_thread_atexit
are available on all systems. - Ensure library symbols are visible if
MACOSX_DEPLOYMENT_TARGET
is set. - Wrap
copyfile_state_get
to add support forCOPYFILE_STATE_COPIED
. - In header file
CoreFoundation/CoreFoundation.h
, add alias forCFPropertyListCreateWithStream
. - In header file
uuid/uuid.h
, addtypedef
foruuid_string_t
. - Add no-op version of
pthread_setname_np
inpthread.h
. - Modify how wrapped functions are handled: use original symbol in library.
LegacySupport 1.0.4
- Exposes
getentropy
implementation (previously used internally byarc4random
) for MacOS 10.11 and older insys/random.h
.
LegacySupport 1.0.3
Adds Availability*.h support to Tiger
LegacySupport 1.0.2
- Add
TARGET_OS_IOS
,TARGET_OS_TV
andTARGET_OS_WATCH
defines toTargetConditions.h
.
LegacySupport 1.0.1
- Bug fix release, removing unwanted
@executable_path
linkage fromlibMacportsLegacySystem.B.dylib