The sidebar on http://www.digitalmars.com/d/phobos/phobos.html has a dead link to std.c.locale (http://www.digitalmars.com/d/phobos/std_c_locale.html).
There is a file in the DMD archive (DMD 1.009) called dmd\src\phobos\std\c\locale.d, so the webpage could probably just be generated using the embedded documentation function of DMD on it ("WIKI=Phobos/StdCCType" should probably be "WIKI=Phobos/StdCLocale", though).
Comment #1 by bugzilla — 2007-03-29T19:07:07Z
Fixed DMD 1.010
Comment #2 by technocrat7 — 2007-03-30T12:40:03Z
The .html file was added to the .zip, but it's not fixed on the website.
The Phobos page (http://www.digitalmars.com/d/phobos/phobos.html) still has a link to std.c.locale (http://www.digitalmars.com/d/phobos/std_c_locale.html). And that link yields a 404 error: "Not Found. The requested URL /d/phobos/std_c_locale.html was not found on this server."
Also, the comment link in the webpage is "http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/Phobos/StdCCType". That's probably because dmd\src\phobos\std\c\locale.d has "WIKI=Phobos/StdCCType". I think "WIKI=Phobos/StdCLocale" would be much better.
(I've mentioned some of this in my original bug report, but I guess it was misread.)