| Age | Commit message (Collapse) | Author | Lines |
|
This reverts commit ed3689d57c988e1dd477930d957c4308c37d1a64.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
an explicit variable name. (Step one to changing the defaults)
First step to #3535
|
|
|
|
This reverts commit 90e3665fa79d32c3188169cfa992516fb36b81a8.
|
|
|
|
Closes #2855
|
|
|
|
|
|
extern mod {
f();
}
is now allowed, and puts f in the enclosing scope. (Requires a
link_name attribute to be really useful...)
|
|
|
|
This is needed for a lot of Apple libraries, as Apple tends to put a lot of
globals in dynamic libraries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cc #3071
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #2660
|