digitalmars.D.bugs - [Issue 3776] New: Wrong CHAR_MIN value in module core.stdc.limits
- d-bugmail puremagic.com Feb 06 2010
- d-bugmail puremagic.com Mar 08 2010
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: -------
Feb 06 2010
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: -------
Mar 08 2010








d-bugmail puremagic.com