Thread overview
[Issue 2820] New: itoa and ultoa functions are missing in Phobos
Apr 07, 2009
d-bugmail
April 07, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2820

           Summary: itoa and ultoa functions are missing in Phobos
           Product: D
           Version: 2.027
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: 2korden@gmail.com


Starting from DMD2.027 (now that std.c.stdlib plain imports core.stdc.stdlib), a few of useful functions got lost. Namely itoa and ultoa. There might be other functions missing, too, I didn't investigate into it very well.


-- 

October 11, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2820


Andrei Alexandrescu <andrei@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |andrei@metalanguage.com
         AssignedTo|nobody@puremagic.com        |andrei@metalanguage.com


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 26, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2820


Andrei Alexandrescu <andrei@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX


--- Comment #1 from Andrei Alexandrescu <andrei@metalanguage.com> 2010-09-26 14:45:14 PDT ---
I'm weary of adding non-standard functions to the plain stdc.stdlib, so I'm closing this.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 26, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2820


bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs@eml.cc


--- Comment #2 from bearophile_hugs@eml.cc 2010-09-26 15:05:35 PDT ---
I appreciate the 'spring cleaning' you are doing now, but some non-standard
functions are useful and I'd like to keep them, like alloca() and the GNU
(Linux) *_unlocked() functions like fgets_unlocked(). Thank you.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------