Difference between revisions of "DMD v2.066.0-b6"

From D Wiki
Jump to: navigation, search
(Created page with "<font color=red>'''Note: Linux installers cannot be produced due to'''</font> [https://issues.dlang.org/show_bug.cgi?id=13210 issue #13210] {| class="wikitable sortable" bord...")
 
Line 7: Line 7:
 
|-
 
|-
 
| ALL
 
| ALL
   || [http://ftp.digitalmars.com/dmd.2.066.0-b6.zip dmd.2.066.0-b6.zip]
+
   || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b6.zip dmd.2.066.0-b6.zip]
 
|-
 
|-
 
| FREEBSD
 
| FREEBSD
   || [http://ftp.digitalmars.com/dmd.2.066.0-b6.freebsd-32.zip dmd.2.066.0-b6.freebsd-32.zip] <br />[http://ftp.digitalmars.com/dmd.2.066.0-b6.freebsd-64.zip dmd.2.066.0-b6.freebsd-64.zip]
+
   || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b6.freebsd-32.zip dmd.2.066.0-b6.freebsd-32.zip] <br />[http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b6.freebsd-64.zip dmd.2.066.0-b6.freebsd-64.zip]
 
|-
 
|-
 
| LINUX
 
| LINUX
   || [http://ftp.digitalmars.com/dmd.2.066.0-b6.linux.zip dmd.2.066.0-b6.linux.zip] <br />
+
   || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b6.linux.zip dmd.2.066.0-b6.linux.zip] <br />
 
[ dmd_2.066.0~b6-0_i386.deb] <br />
 
[ dmd_2.066.0~b6-0_i386.deb] <br />
 
[ dmd_2.066.0~b6-0_amd64.deb] <br />
 
[ dmd_2.066.0~b6-0_amd64.deb] <br />
Line 24: Line 24:
 
|-
 
|-
 
| OSX
 
| OSX
   || [http://ftp.digitalmars.com//dmd.2.066.0-b6.osx.zip dmd.2.066.0-b6.osx.zip] <br />[http://ftp.digitalmars.com/dmd.2.066.0-b6.dmg dmd.2.066.0-b6.dmg]
+
   || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b6.osx.zip dmd.2.066.0-b6.osx.zip] <br />[http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b6.dmg dmd.2.066.0-b6.dmg]
 
|-
 
|-
 
| WINDOWS
 
| WINDOWS
   || [http://ftp.digitalmars.com/dmd.2.066.0-b6.windows.zip dmd.2.066.0-b6.windows.zip] <br />[http://ftp.digitalmars.com/dmd-2.066.0-b6.exe dmd-2.066.0-b6.exe]
+
   || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b6.windows.zip dmd.2.066.0-b6.windows.zip] <br />[http://downloads.dlang.org/pre-releases/2014/dmd-2.066.0-b6.exe dmd-2.066.0-b6.exe]
 
|}
 
|}
  

Revision as of 19:45, 27 July 2014

Note: Linux installers cannot be produced due to issue #13210

OS Binaries
ALL dmd.2.066.0-b6.zip
FREEBSD dmd.2.066.0-b6.freebsd-32.zip
dmd.2.066.0-b6.freebsd-64.zip
LINUX dmd.2.066.0-b6.linux.zip

[ dmd_2.066.0~b6-0_i386.deb]
[ dmd_2.066.0~b6-0_amd64.deb]
[ libphobos2-66_2.066.0~b6-0_i386.deb]
[ libphobos2-66_2.066.0~b6-0_amd64.deb]
[ dmd-2.066.0~b6-0.fedora.i386.rpm]
[ dmd-2.066.0~b6-0.fedora.x86_64.rpm]
[ dmd-2.066.0~b6-0.openSUSE.i386.rpm]
[ dmd-2.066.0~b6-0.openSUSE.x86_64.rpm]

OSX dmd.2.066.0-b6.osx.zip
dmd.2.066.0-b6.dmg
WINDOWS dmd.2.066.0-b6.windows.zip
dmd-2.066.0-b6.exe

Changes since v2.066.0-b5

DMD
5d28485 - fix Issue 13158 - "void has no value" in std.variant.Algebraic (affects D:YAML)
a85f5d7 - fix Issue 13180 - [REG2.066a] AA get returns const(char[]) instead of string
e444be0 - fix Issue 12057 - [ICE], backend/cg87.c 925
f740f0d - fix Issue 13182 - [DDMD] extern(C++) classes cause crash when allocated on the stack with scope
b4335c9 - fix Issue 13194 - [2.066b] ICE when initializing static class members to void
a4c76af - fix Issue 13089 - Spurious 'is not nothrow' error on static array initialization
e47d845 - [cleanup] Remove two unreferenced array types
82b031c - [DDMD] Move sqrt into Port
08fc7a8 - change install target to match current release structure
5a573b7 - [DDMD] Rename dmd associative array functions to avoid conflict with similarly named druntime functions
DRUNTIME
4acdfcb - fix Issue 13084 - ModuleInfo.opApply delegate expects immutable parameter
PHOBOS
228aa04 - fix Issue 13149 - [2.066] released libphobos2.a is build with PIC code
706e131 - fix Issue 13181 - install target broken
1e9c457 - std.math: Check if dmd-style inline asm is available
11c3da9 - Change various std.math.isXXX into templates
e6083a6 - Add enum RealFormat to std.math
929482e - Ddoc supported 'real' formats in std.math
561d850 - Fix possible copy and paste mistake

See also