dmd 2.042 release

2010-03-20 Thread Walter Bright
This is necessary to fix a memory corruption problem with arrays introduced in 
2.041.



http://www.digitalmars.com/d/2.0/changelog.html
http://ftp.digitalmars.com/dmd.2.042.zip

Thanks to the many people who contributed to this update!


Re: LDC 0.9.2 released

2010-03-20 Thread Leandro Lucarella
Christian Kamm, el 19 de marzo a las 09:26 me escribiste:
 A new version of LDC, the LLVM based compiler for the D programming language 
 has been released. It is built with DMDFE version 1.057 and LLVM 2.6. The 
 runtime library has been upgraded to Tango 0.99.9.
 
 In addition to up-to-date dependencies, this release incorporates a wealth 
 of fixes and improvements by Benjamin Kramer, Frits van Bommel, Kelly 
 Wilson, Leandro Lucarella, Matti Niemenmaa, Moritz Warning, Robert Clipsham, 
 Tomas Lindquist Olsen and me.
 
 Linux x86-64 download: 
 http://www.incasoftware.de/~kamm/ldc/ldc-0.9.2-x86_64.tbz2

Thanks for the release Christian!

There is no way to host the releases directly at dsource?

-- 
Leandro Lucarella (AKA luca) http://llucax.com.ar/
--
GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145  104C 949E BFB6 5F5A 8D05)
--


d mailing list downtime

2010-03-20 Thread Brad Roberts
Due to some mis-timing on the part of my t1 circuit provider, all of the 
mailing lists that I host that gateway the newsgroups are currently off the 
air.  Hopefully I'll have things working again sometime later tonight or 
tomorrow.  The ironic thing is that those that read via the mailing list 
probably won't see this until after everything is fixed, but, well.. oops.

Sorry for the interruption.

Later,
Brad



Re: dmd 2.042 release

2010-03-20 Thread Don

Walter Bright wrote:
This is necessary to fix a memory corruption problem with arrays 
introduced in 2.041.



http://www.digitalmars.com/d/2.0/changelog.html
http://ftp.digitalmars.com/dmd.2.042.zip

Thanks to the many people who contributed to this update!


This is actually a great release, not just an emergency bug fix.

One very minor issue: if you attempt to build phobos on Win32, and you 
don't have masm386 installed, you need to touch 
src\druntime\src\rt\minit.obj
This is because the date of minit.asm was changed, even though the file 
itself was unchanged.


Re: d mailing list downtime

2010-03-20 Thread Brad Roberts
On Fri, 19 Mar 2010, Brad Roberts wrote:

 Due to some mis-timing on the part of my t1 circuit provider, all of the 
 mailing lists that I host that gateway the newsgroups are currently off 
 the air.  Hopefully I'll have things working again sometime later 
 tonight or tomorrow.  The ironic thing is that those that read via the 
 mailing list probably won't see this until after everything is fixed, 
 but, well.. oops.
 
 Sorry for the interruption.
 
 Later,
 Brad

All fixed (well, at least the d mailing lists are).

Later,
Brad