dmd 2.029 release

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Mon Apr 20 11:40:51 PDT 2009


Russell Lewis wrote:
> Walter Bright wrote:
>>
>> This is a major revision to Phobos, including Andrei's revolutionary 
>> new range support.
>>
>> http://www.digitalmars.com/d/2.0/changelog.html
>> http://ftp.digitalmars.com/dmd.2.029.zip
> 
> Was fwritefln() removed intentionally?  Or should I write up a Bugzilla? 
>  I didn't noteice a mention in changelog.

Sorry. It was removed intentionally along with all functions that 
manipulate FILE* directly.

Its functional equivalent is File.writefln. If all you have is a handle, 
use File.wrapFile(fhandle).writefln.


Andrei


More information about the Digitalmars-d-announce mailing list