digitalmars.D.bugs - [Issue 8771] New: Wrong writeln of negative numbers
- d-bugmail puremagic.com (22/22) Oct 06 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8771
- d-bugmail puremagic.com (12/12) Oct 07 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8771
http://d.puremagic.com/issues/show_bug.cgi?id=8771 Summary: Wrong writeln of negative numbers Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: bearophile_hugs eml.cc Spinoff of Issue 8219 import std.stdio: writeln; void main() { writeln(-1); } This prints "1-". -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 06 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8771 bearophile_hugs eml.cc changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Fixed: https://github.com/D-Programming-Language/phobos/commit/23a50d6a27f72d8599c46322f7e5a495f9ac1d83 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 07 2012