Releases: macports/macports-legacy-support
Releases · macports/macports-legacy-support
LegacySupport 1.3.0
What's Changed
- Add implementation and tests for stpncpy() security wrapper: #87
- Many updates - primarily header-related: #88
- Cleanups and a few minor bugfixes: #91
- Mostly SDK-related changes, including __DARWIN_C_LEVEL stuff: #92
- Add two new queue macros with tests, plus a warning fix: #94
- Add fgetattrlist(): #93
Full Changelog: v1.2.4...v1.3.0
LegacySupport 1.2.4
- stpncpy: Fix potential header collision with "later" SDK
- provide workaround for pthread_get_stacksize_np
LegacySupport 1.2.3
- Add stpncpy() support, along with associated tests
- Allow reexport on newer systems
- test_dirfuncs_compat: fix warning
LegacySupport 1.2.2
- dirfuncs_compat: Add comment regarding retention
- sysconf(_SC_PHYS_PAGES): Always use wrapper on i386
- sys/socket.h: Fix CMSG_DATA definition in <10.6
- Add test for os/lock.h
- Add more library symbols for Rust support
LegacySupport 1.2.1
- Added compatibility entry points. No change to existing code.
LegacySupport 1.2.0
- fdopendir: fixes/improvements
- Build fixes for dirent.h, on 10.9 and 10.4
LegacySupport 1.1.1
Bug fix release to 1.1.0
- Fix build issue with dirent.h
LegacySupport 1.0.13
- time: added missing CLOCK_*
LegacySupport 1.0.12
- stdio.h: add fmemopen (OS X < 10.13)
LegacySupport 1.0.11
- stdio.h: add open_memstream of (OS X < 10.13)