New std.datetime added.

Nothing in Phobos has been made to use it yet and nothing has yet been
marked as deprecated or scheduled for deprecation due to the new
std.datetime being checked in. That's for a future commit.
This commit is contained in:
Jonathan M Davis 2011-01-12 09:13:50 +00:00
parent 6ef7e6baae
commit 4b8ebb3871
3 changed files with 32512 additions and 689 deletions

View file

@ -148,6 +148,9 @@ D language compiler. Also, check out the
<dt><a href="std_date.html"><b>std.date</b></a>
<dd>Date and time functions. Support locales.
<dt><a href="std_datetime.html"><b>std.datetime</b></a>
<dd>Date and time-related types and functions.
<dt><a href="std_file.html"><b>std.file</b></a>
<dd>Basic file operations like read, write, append.

View file

@ -167,6 +167,7 @@ NAVIGATION_PHOBOS=
$(LI <a href="std_cpuid.html" title="CPU identification">std.cpuid</a>)
$(LI <a href="std_ctype.html" title="Simple character classification">std.ctype</a>)
$(LI <a href="std_date.html" title="Date and time functions">std.date</a>)
$(LI <a href="std_datetime.html" title="Date and time-related types and functions">std.datetime</a>)
$(LI <a href="std_demangle.html" title="Demangle D names">std.demangle</a>)
$(LI <a href="std_encoding.html" title="Character and string encoding">std.encoding</a>)
$(LI <a href="std_exception.html" title="Exceptions and error handling">std.exception</a>)

File diff suppressed because it is too large Load diff