diff lphobos/phobos.d @ 119:79c9ac745fbc trunk

[svn r123] Fixed some typeinfo module name mismatches. Fixed D-style varargs returning through pointer. Fixed converting nested function to delegate. Added std.string and std.format to Phobos.
author lindquist
date Mon, 26 Nov 2007 06:45:13 +0100
parents 288fe1029e1f
children a7dfa0ed966c
line wrap: on
line diff
--- a/lphobos/phobos.d	Mon Nov 26 05:50:33 2007 +0100
+++ b/lphobos/phobos.d	Mon Nov 26 06:45:13 2007 +0100
@@ -3,6 +3,7 @@
 import
 std.array,
 std.ctype,
+std.format,
 std.intrinsic,
 std.math,
 std.moduleinit,
@@ -10,12 +11,10 @@
 std.stdint,
 std.stdio,
 std.stdarg,
+std.string,
 std.uni,
 std.utf,
 
-//std.format,
-//std.string,
-
 std.c.fenv,
 std.c.locale,
 std.c.math,