February 06, 2010 [Issue 3776] New: Wrong CHAR_MIN value in module core.stdc.limits | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=3776 Summary: Wrong CHAR_MIN value in module core.stdc.limits Product: D Version: 2.032 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: gide@nwawudu.com --- Comment #0 from Gide Nwawudu <gide@nwawudu.com> 2010-02-06 08:00:29 PST --- Follow on from BUG 3644 http://www.dsource.org/projects/druntime/changeset/239 enum CHAR_MIN = char.max; /* should be char.min */ enum CHAR_MAX = char.max; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 09, 2010 [Issue 3776] Wrong CHAR_MIN value in module core.stdc.limits | ||||
---|---|---|---|---|
| ||||
Posted in reply to Gide Nwawudu | http://d.puremagic.com/issues/show_bug.cgi?id=3776 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2010-03-08 22:28:38 PST --- Fixed dmd 2.041 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation