www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DMD 2.063.2 now up

reply Walter Bright <newshound2 digitalmars.com> writes:
and fixes several reported regressions.

download.dlang.org
Jun 18 2013
next sibling parent "Aleksandar Ruzicic" <aleksandar ruzicic.info> writes:
On Tuesday, 18 June 2013 at 08:41:43 UTC, Walter Bright wrote:
 and fixes several reported regressions.

 download.dlang.org
Great news! Luckily I wasn't hit by any regression but I'm glad to see that those are fixed promptly. btw download.dlang.org is not working, is that a new location for downloads and DNS changes have not been propagated yet or you made a typo? :) dlang.org/download.html still works so this is a non-issue.
Jun 18 2013
prev sibling next sibling parent reply Jacob Carlborg <doob me.com> writes:
On 2013-06-18 10:41, Walter Bright wrote:
 and fixes several reported regressions.

 download.dlang.org
No change log? Or is it the same as for 2.063? -- /Jacob Carlborg
Jun 18 2013
parent Leandro Lucarella <luca llucax.com.ar> writes:
Jacob Carlborg, el 18 de June a las 13:05 me escribiste:
 On 2013-06-18 10:41, Walter Bright wrote:
and fixes several reported regressions.

download.dlang.org
No change log? Or is it the same as for 2.063?
Well, it can't be the same if it fixes some regressions introduced by 2.063 ;) It certainly won't have new features or fixes for general bugs, but it would be nice to have a changelog with the fixed regresssions. -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ ---------------------------------------------------------------------- GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05) ---------------------------------------------------------------------- Karma police I've given all I can, it's not enough, I've given all I can but we're still on the payroll.
Jun 18 2013
prev sibling next sibling parent reply "Gary Willoughby" <dev kalekold.net> writes:
On Tuesday, 18 June 2013 at 08:41:43 UTC, Walter Bright wrote:
 and fixes several reported regressions.

 download.dlang.org
Thanks, but Mac OS has a broken download link.
Jun 18 2013
next sibling parent "Joshua Niehus" <jm.niehus gmail.com> writes:
On Tuesday, 18 June 2013 at 13:52:25 UTC, Gary Willoughby wrote:
 Thanks, but Mac OS has a broken download link.
time to open a "More Mac Love?" thread...
Jun 18 2013
prev sibling parent Walter Bright <newshound2 digitalmars.com> writes:
On 6/18/2013 6:52 AM, Gary Willoughby wrote:
 On Tuesday, 18 June 2013 at 08:41:43 UTC, Walter Bright wrote:
 and fixes several reported regressions.

 download.dlang.org
Thanks, but Mac OS has a broken download link.
It's here: http://dlang.org/dmd.2.063.2.dmg
Jun 18 2013
prev sibling next sibling parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 6/18/13 4:41 AM, Walter Bright wrote:
 and fixes several reported regressions.

 download.dlang.org
That's http://downloads.dlang.org. I'd piped a protest that we should use the singular in the subdomain (as we use in all other URLs) but wasn't listened to. Brad? Andrei
Jun 18 2013
parent Walter Bright <newshound2 digitalmars.com> writes:
On 6/18/2013 9:33 AM, Andrei Alexandrescu wrote:
 On 6/18/13 4:41 AM, Walter Bright wrote:
 and fixes several reported regressions.

 download.dlang.org
That's http://downloads.dlang.org. I'd piped a protest that we should use the singular in the subdomain (as we use in all other URLs) but wasn't listened to. Brad?
I think both should work. (Personally, I can never remember which is which.)
Jun 18 2013
prev sibling next sibling parent reply Jerry <jlquinn optonline.net> writes:
Walter Bright <newshound2 digitalmars.com> writes:

 and fixes several reported regressions.

 download.dlang.org
Yay! I can compile and run programs now! Thanks everyone for helping me get running again. cheers Jerry
Jun 18 2013
parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 6/18/13 5:23 PM, Jerry wrote:
 Walter Bright<newshound2 digitalmars.com>  writes:

 and fixes several reported regressions.

 download.dlang.org
Yay! I can compile and run programs now! Thanks everyone for helping me get running again. cheers Jerry
This is awesome, right back at you Jerry. Without your help this would have taken much longer to diagnose and fix. Andrei
Jun 19 2013
prev sibling parent Jordi Sayol <g.sayol yahoo.es> writes:
"D programing language specifications" v2.063.2 in several formats:

  dlangspec-2.063.2.chm 
<http://d-packages.googlecode.com/files/dlangspec-2.063.2.chm>

  dlangspec-2.063.2.epub 
<http://d-packages.googlecode.com/files/dlangspec-2.063.2.epub>

  dlangspec-2.063.2.mobi 
<http://d-packages.googlecode.com/files/dlangspec-2.063.2.mobi>

  dlangspec-2.063.2.pdf 
<http://d-packages.googlecode.com/files/dlangspec-2.063.2.pdf>



Due to the new phobos Linux shared library, I've split dmd into three new deb
packages:

"dmd-bin"         (compiler and others binaries)
"libphobos2-63"   (runtime shared library)
"libphobos2-dev"  (symlink, module files and static library)

"libphobos2-63" deb package can be installed alone without the compiler,
allowing to run programs linked against it.
Version on its name allows to install multiple phobos shared libraries at same
time.

https://code.google.com/p/d-apt/

-- 
Jordi Sayol
Jun 20 2013