[svn:languages] r15 - dotnet/trunk

allison at svn.parrot.org allison at svn.parrot.org
Tue Mar 10 20:38:50 UTC 2009


Author: allison
Date: Tue Mar 10 20:38:49 2009
New Revision: 15
URL: https://trac.parrot.org/languages/changeset/15

Log:
[dotnet] Adding a manifest file for dotnet.

Added:
   dotnet/trunk/MANIFEST

Added: dotnet/trunk/MANIFEST
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dotnet/trunk/MANIFEST	Tue Mar 10 20:38:49 2009	(r15)
@@ -0,0 +1,102 @@
+Configure.pl                               [dotnet]
+MAINTAINER                                 [dotnet]
+TODO                                       [dotnet]
+build/SRM/Base.pm                          [dotnet]
+build/SRM/OptRegister.pm                   [dotnet]
+build/SRM/Register.pm                      [dotnet]
+build/SRM/Stack.pm                         [dotnet]
+build/builtins.pl                          [dotnet]
+build/translator.pl                        [dotnet]
+config/Makefile.in                         [dotnet]
+config/N2PConfig_pm.in                     [dotnet]
+doc/building.pod                           [dotnet]
+doc/constructs/arrays.pod                  [dotnet]
+doc/constructs/calling.pod                 [dotnet]
+doc/constructs/exceptions.pod              [dotnet]
+doc/constructs/managedpointers.pod         [dotnet]
+doc/constructs/oop.pod                     [dotnet]
+doc/constructs/valuetypes.pod              [dotnet]
+doc/contents.pod                           [dotnet]
+doc/exceptions.pod                         [dotnet]
+doc/metadatatranslator.pod                 [dotnet]
+doc/overview.pod                           [dotnet]
+doc/pmcs.pod                               [dotnet]
+doc/rulesfile.pod                          [dotnet]
+doc/running.pod                            [dotnet]
+doc/stacktoregister.pod                    [dotnet]
+doc/translatorbuilder.pod                  [dotnet]
+ops/dotnet.ops                             [dotnet]
+pmc/dotnetassembly.pmc                     [dotnet]
+pmc/dotnetassemblyref.pmc                  [dotnet]
+pmc/dotnetbytecode.pmc                     [dotnet]
+pmc/dotnetclassmetadata.pmc                [dotnet]
+pmc/dotneteh.pmc                           [dotnet]
+pmc/dotnetfieldmetadata.pmc                [dotnet]
+pmc/dotnetmemberrefmetadata.pmc            [dotnet]
+pmc/dotnetmethodmetadata.pmc               [dotnet]
+pmc/dotnetparammetadata.pmc                [dotnet]
+pmc/dotnetsignature.pmc                    [dotnet]
+pmc/dotnettyperefmetadata.pmc              [dotnet]
+pmc/int64.pmc                              [dotnet]
+pmc/managedpointer.pmc                     [dotnet]
+pmc/structures.h                           [dotnet]
+pmc/tableinfo.h                            [dotnet]
+pmc/uint64.pmc                             [dotnet]
+src/exception.pir                          [dotnet]
+src/field.pir                              [dotnet]
+src/internal.methods                       [dotnet]
+src/method.pir                             [dotnet]
+src/net2pbc.pir                            [dotnet]
+src/signature.pir                          [dotnet]
+src/translation.rules                      [dotnet]
+src/translator.pir                         [dotnet]
+src/typeinfo.pir                           [dotnet]
+t/DotNetTesting.pm                         [test]
+t/args.t                                   [test]
+t/array.t                                  [test]
+t/bitwise.t                                [test]
+t/box.t                                    [test]
+t/branch.t                                 [test]
+t/calling.t                                [test]
+t/callvirt.t                               [test]
+t/castclass.t                              [test]
+t/compare.t                                [test]
+t/conditional.t                            [test]
+t/constants.t                              [test]
+t/constructor.t                            [test]
+t/conv.t                                   [test]
+t/convovf.t                                [test]
+t/enum.t                                   [test]
+t/exceptions.t                             [test]
+t/external.t                               [test]
+t/field.t                                  [test]
+t/finally.t                                [test]
+t/floatarray.t                             [test]
+t/harness                                  [test]
+t/hierachy.t                               [test]
+t/i8.t                                     [test]
+t/inheritance.t                            [test]
+t/initializer.t                            [test]
+t/intarray.t                               [test]
+t/interface.t                              [test]
+t/isinst.t                                 [test]
+t/locals.t                                 [test]
+t/loop.t                                   [test]
+t/math.t                                   [test]
+t/mathovf.t                                [test]
+t/mp.t                                     [test]
+t/mp_pmc.t                                 [test]
+t/null.t                                   [test]
+t/overloading.t                            [test]
+t/overloadprimitives.t                     [test]
+t/recursion.t                              [test]
+t/staticfield.t                            [test]
+t/staticmethod.t                           [test]
+t/string.t                                 [test]
+t/switch.t                                 [test]
+t/unsigned.t                               [test]
+t/valuetypes.t                             [test]
+tools/analysis.pl                          [dotnet]
+tools/analysis_latex.pl                    [dotnet]
+tools/benchmark.pl                         [dotnet]
+tools/fail_analysis.pl                     [dotnet]


More information about the parrot-commits mailing list