Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

merge stable #3374

Merged
merged 8 commits into from
Feb 13, 2021
Merged

merge stable #3374

merged 8 commits into from
Feb 13, 2021

Conversation

MartinNowak
Copy link
Member

  • Android: Fix compilability regression wrt. missing __USE_FILE_OFFSET64
  • darwin: Make first argument to dladdr scope const
  • Musl: Add dladdr declaration in dlfcn
  • Fix issue 21578 - core.atomic.atomicFetchSub for pointers incorrectly calls wrong function from core.internal.atomic
  • rt.sections_elf_shared: Upstream MIPS/RISC-V fix wrt. .so dependency names from GDC
  • Darwin: Add missing files to DOCS / SRCS

kinke and others added 8 commits January 8, 2021 05:08
It is not escaped by the function, and it is defined this way for other platforms.
Fix dladdr definition for Darwin and CRuntime_Musl
merged-on-behalf-of: Iain Buclaw <ibuclaw@users.noreply.github.com>
… calls wrong function from core.internal.atomic
The file core.sys.darwin.ifaddrs, introduced in PR dlang#3215,
was not copied, meaning users can't import it.
In addition, some files missing from DOCS were added.
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @MartinNowak!

Bugzilla references

Auto-close Bugzilla Severity Description
21578 major core.atomic.atomicFetchSub for pointers incorrectly calls wrong function from core.internal.atomic

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + druntime#3374"

@dlang-bot dlang-bot added the Bug Fix Include reference to corresponding bugzilla issue label Feb 12, 2021
@Geod24 Geod24 merged commit 187510e into dlang:master Feb 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Fix Include reference to corresponding bugzilla issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants