Thread overview
D2 Phobos Documentation
May 13, 2009
Jesse Phillips
May 13, 2009
Max Samukha
May 13, 2009
Sean Kelly
May 13, 2009
Paul D. Anderson
May 13, 2009
I noticed that in the documentation there is a page for std.regex, which appears to be replaced by std.regexp

Also, I know there is supposed to be "core" libraries from druntime, it doesn't look like there is documentation on this.
May 13, 2009
On Wed, 13 May 2009 06:16:48 +0000 (UTC), Jesse Phillips
<jessekphillips@gmail.com> wrote:

>I noticed that in the documentation there is a page for std.regex, which appears to be replaced by std.regexp
>
>Also, I know there is supposed to be "core" libraries from druntime, it doesn't look like there is documentation on this.

Yeah, and std.thread links to core.thread, the latter displaying
malformatted stuff. Formatting can be fixed by using $(LINK2) macro in
License section:
License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License
1.0).
May 13, 2009
Jesse Phillips wrote:
> 
> Also, I know there is supposed to be "core" libraries from druntime, it doesn't look like there is documentation on this.

I'm generating the documentation into src/druntime/doc for now.  I need to improve it and will then look into packaging it with the rest of the DMD docs.
May 13, 2009
Jesse Phillips Wrote:

> I noticed that in the documentation there is a page for std.regex, which appears to be replaced by std.regexp
> 
> Also, I know there is supposed to be "core" libraries from druntime, it doesn't look like there is documentation on this.

And the std.bigint docs are still missing for this release.

This is a very minor issue, but it seems to have fallen off the radar. Is this worth a Bugzilla entry?

Paul