digitalmars.D.dtl - MinTL availability
- Andrew Bainbridge (3/3) Sep 25 2006 Anyone know where I can get hold of MinTL these days?
- Endea (3/7) Nov 28 2006 It MinTL available or updated anymore? The page that
- Paul Findlay (4/5) Dec 05 2006 I have put the 2.7.1 version (worked with DMD 0.129?) up at:
- Bill Baxter (14/17) May 27 2007 Here's a version that compiles with the latest DMD:
Anyone know where I can get hold of MinTL these days? Thanks, Andrew
Sep 25 2006
Andrew Bainbridge kirjoitti:Anyone know where I can get hold of MinTL these days? Thanks, AndrewIt MinTL available or updated anymore? The page that http://www.digitalmars.com/d/dlinks.html links does not exist.
Nov 28 2006
Anyone know where I can get hold of MinTL these days?I have put the 2.7.1 version (worked with DMD 0.129?) up at: http://findlay.net.nz/paul/mintl.zip Cheers, - Paul
Dec 05 2006
Paul Findlay wrote:Here's a version that compiles with the latest DMD: Let's call it 2.7.2. I just did the minimal to get it to compile. * Added .ptr's here and there. * The import of std.vararg in share.d needed to be made public so the mixin will work. * In mem.c compiler was conflicted over two definitions of malloc. I added fully-qualified names as I thought matched the intent of the code. (Looks like it was trying to do non-gc allocs there, so I prefixed with std.c.stdlib). The unittests pass at least. Uploaded to http://www.billbaxter.com/projects/d/mintl-2.7.2.zip --bbAnyone know where I can get hold of MinTL these days?I have put the 2.7.1 version (worked with DMD 0.129?) up at: http://findlay.net.nz/paul/mintl.zip
May 27 2007