Bug 1074 – Dead link to std.c.locale webpage

Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P2
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2007-03-20T09:45:00Z
Last change time
2015-06-09T05:14:46Z
Assigned to
bugzilla
Creator
technocrat7

Comments

Comment #0 by technocrat7 — 2007-03-20T09:45:23Z
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.)
Comment #3 by bugzilla — 2007-03-30T14:26:57Z
Fixed again.