diff trunk/src/dil/Expressions.d @ 391:33b566df6af4

Migrated project to Tango. Decremented the numbers of the format placeholders in the localized messages by one. Replaced all instances of writef/ln with Stdout. Added module common.d with string aliases and a global Layout!(char) instance. Replaced %s format specifiers with index placeholders in html/xml_tags. Changed member Information.arguments to string message. Copied std.metastring, std.uni and std.utf from Phobos.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 15 Sep 2007 17:12:26 +0200
parents 906599374b69
children 0a4619735ce9
line wrap: on
line diff
--- a/trunk/src/dil/Expressions.d	Wed Sep 12 21:03:41 2007 +0200
+++ b/trunk/src/dil/Expressions.d	Sat Sep 15 17:12:26 2007 +0200
@@ -706,7 +706,7 @@
     this.strings = strings;
   }
 
-  string getString()
+  char[] getString()
   {
     char[] buffer;
     foreach (strTok; strings)