This repository was archived by the owner on Oct 12, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 416
Ideal staging branch v2.062-b1 for druntime #409
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The normal functions should be aliases to the *64 functions, even if _LARGEFILE64_SOURCE is false. _LARGEFILE64_SOURCE is more or less deprecated.
- core.sys.posix.fcntl - core.sys.posix.signal - core.sys.posix.sys.mman - core.sys.posix.sys.socket
- I rechecked glibc's definitions
- "clang -cc1as" only accepts the double dashed version
No Solaris declarations for now.
Fix a few issues with posix.mak
Add core.sys.posix.grp to complement core.sys.posix.pwd
Add an LREF and document CArgs properly.
- the wrong variable was set for OpenBSD and Solaris
- remove implicit ModuleGroup.free() call in ModuleInfo.runDtors() - free module array passed to ModuleGroup constructor on any platform but Win32
fix memory leak
cleanup OS detection
rename rt.util.string.intToString -> uintToString
Explicitly set AA value alignment in slot to size_t.sizeof bytes (fixes bug 8583)
MIPS port
Fix OS X build.
Issue 9373 - Add info messages to deprecated statements.
add basic Array container
Fix a number of stylistic issues in etc.linux.memoryerror.
Include manifest
allow to pass QUIET= to make for verbose output
- mak/posix.mak for simple GNU make include
- linux/epoll.d, linux/sys/signalfd.d, posix/sys/ioctl.d, posix/sys/statvfs.d
redundant makefiles
turn on optimization and suppress logo
port core.sys.linux.elf
WalterBright
added a commit
that referenced
this pull request
Feb 11, 2013
Ideal staging branch v2.062-b1 for druntime
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Current dmd2beta.zip is based on 34f8e67.
But, current 'staging' branch does not reflect the fact.
This pull request imports all changes ("v2.061" tag to 34f8e67) into 'staging' branch.