Thread overview
[Issue 652] New: Implement write and writeln in std.stdio
Dec 05, 2006
d-bugmail
Dec 29, 2006
d-bugmail
Dec 29, 2006
d-bugmail
Oct 10, 2007
d-bugmail
Oct 10, 2007
d-bugmail
December 05, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=652

           Summary: Implement write and writeln in std.stdio
           Product: D
           Version: 0.176
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: brunodomedeiros+bugz@gmail.com


Implement write and writeln in std.stdio. It's just plain silly that we only
have the formated versions of those functions. Note some some problems of using
the formatted versions:
http://www.digitalmars.com/d/archives/digitalmars/D/bugs/About_Format_String_Attack_for_D_s_writef_8609.html


-- 

December 29, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=652





------- Comment #1 from lio@lunesu.com  2006-12-29 02:12 -------
Created an attachment (id=86)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=86&action=view)
Adds "bool parse" argument to doFormat; Adds write,writeln,fwrite,fwriteln


-- 

December 29, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=652





------- Comment #2 from lio@lunesu.com  2006-12-29 02:13 -------
(From update of attachment 86)
Original posted at
http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.announce&article_id=6505


-- 

October 10, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=652


brunodomedeiros+bugz@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from brunodomedeiros+bugz@gmail.com  2007-10-10 14:35 -------
Added in DMD 1.022 and 2.005.


-- 

October 10, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=652


torhu@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |torhu@yahoo.com




------- Comment #4 from torhu@yahoo.com  2007-10-10 18:38 -------
(In reply to comment #3)
> Added in DMD 1.022 and 2.005.
> 

Actually only 2.005.


--