diff commands.linux.txt @ 74:7e0d548de9e6

Switch Arrays of Dsymbols to the new templated Vector type
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Sun, 29 Aug 2010 09:43:40 +0100
parents 9fe59705c82d
children 43073c7c7769
line wrap: on
line diff
--- a/commands.linux.txt	Sat Aug 28 19:42:41 2010 +0400
+++ b/commands.linux.txt	Sun Aug 29 09:43:40 2010 +0100
@@ -24,11 +24,9 @@
 -L-ldmd
 -L-lstdc++
 main.d
-dlib/CrashHandler.d
-dbg/ui/CrashWindow.d
+dbg/CallStackInfo.d 
 dbg/Debug.d
 dbg/symbol/CodeView.d
-dbg/image/PE.d
 dmd/AggregateDeclaration.d
 dmd/VarExp.d
 dmd/Tuple.d
@@ -45,6 +43,7 @@
 dmd/Port.d
 dmd/Gnuc.d
 dmd/declaration/Match.d
+dmd/interpret/Util.d
 dmd/templates/Util.d
 dmd/expression/Util.d
 dmd/expression/Add.d
@@ -87,6 +86,8 @@
 dmd/TypeInfoDelegateDeclaration.d
 dmd/TypeInfoTypedefDeclaration.d
 dmd/TypeInfoPointerDeclaration.d
+dmd/TypeInfoStaticArrayDeclaration.d
+dmd/TypeInfoAssociativeArrayDeclaration.d
 dmd/DsymbolExp.d
 dmd/GlobalExpressions.d
 dmd/NewExp.d
@@ -336,6 +337,7 @@
 dmd/TypeTypedef.d
 dmd/TypeTypeof.d
 dmd/TypedefDeclaration.d
+dmd/TypeInfoTupleDeclaration
 dmd/UnionDeclaration.d
 dmd/UnitTestDeclaration.d
 dmd/Utf.d