[svn:parrot] r39397 - trunk

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Jun 4 22:53:53 UTC 2009


Author: jkeenan
Date: Thu Jun  4 22:53:52 2009
New Revision: 39397
URL: https://trac.parrot.org/parrot/changeset/39397

Log:
Add some files that came in with recent merges.

Modified:
   trunk/MANIFEST

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST	Thu Jun  4 22:07:25 2009	(r39396)
+++ trunk/MANIFEST	Thu Jun  4 22:53:52 2009	(r39397)
@@ -1,10 +1,10 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Sun May 24 16:30:09 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Thu Jun  4 22:51:55 2009 UT
+#
+# See below for documentation on the format of this file.
 #
-# See tools/dev/install_files.pl for documentation on the
-# format of this file.
 # See docs/submissions.pod on how to recreate this file after SVN
 # has been told about new or deleted files.
 CREDITS                                                     []
@@ -114,6 +114,7 @@
 compilers/nqp/t/26-method_ops.t                             [test]
 compilers/nqp/t/27-ternary.t                                [test]
 compilers/nqp/t/28-return.t                                 [test]
+compilers/nqp/t/29-self.t                                   [test]
 compilers/nqp/t/harness                                     [test]
 compilers/pct/PCT.pir                                       [pct]
 compilers/pct/README.pod                                    []doc
@@ -1760,6 +1761,7 @@
 t/op/64bit.t                                                [test]
 t/op/annotate.t                                             [test]
 t/op/arithmetics.t                                          [test]
+t/op/arithmetics_pmc.t                                      [test]
 t/op/basic.t                                                [test]
 t/op/bitwise.t                                              [test]
 t/op/box.t                                                  [test]
@@ -2027,6 +2029,7 @@
 t/tools/install/testlib/parrot.pc                           [test]
 t/tools/install/testlib/phony                               [test]
 t/tools/install/testlib/phony.exe                           [test]
+t/tools/install/testlib/runtime/parrot/include/sockets.pasm [test]
 t/tools/install/testlib/runtime/parrot/library/TGE.pbc      [test]
 t/tools/install/testlib/src/ops/ops.num                     [test]
 t/tools/install/testlib/src/pmc/pmc_object.h                [test]


More information about the parrot-commits mailing list