phobos 0.126

This commit is contained in:
Brad Roberts 2007-09-10 04:44:12 +00:00
parent eb9c6b12e3
commit ccbb884d7d
21 changed files with 739 additions and 604 deletions

View file

@ -37,6 +37,7 @@ import std.regexp;
import std.random;
import std.date;
import std.dateparse;
import std.cstream;
import std.stream;
import std.utf;
import std.uri;
@ -67,7 +68,8 @@ printf("test2\n");
a.reverse; // adi
a.sort; // qsort
std.date.getUTCtime(); // date
StreamError se = new StreamError(""); // stream
Exception e = new ReadException(""); // stream
din.eof(); // cstream
isValidDchar(cast(dchar)0); // utf
std.uri.ascii2hex(0); // uri
std.zlib.adler32(0,null); // D.zlib