[svn:parrot] r47502 - branches/gsoc_past_optimization

tcurtis at svn.parrot.org tcurtis at svn.parrot.org
Wed Jun 9 04:28:01 UTC 2010


Author: tcurtis
Date: Wed Jun  9 04:28:00 2010
New Revision: 47502
URL: https://trac.parrot.org/parrot/changeset/47502

Log:
regen manifest. Also, the previous commit was inaccurate. .match and .subst methods are added to PAST::Node.

Modified:
   branches/gsoc_past_optimization/MANIFEST

Modified: branches/gsoc_past_optimization/MANIFEST
==============================================================================
--- branches/gsoc_past_optimization/MANIFEST	Wed Jun  9 04:25:22 2010	(r47501)
+++ branches/gsoc_past_optimization/MANIFEST	Wed Jun  9 04:28:00 2010	(r47502)
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Mon Jun  7 19:19:25 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Wed Jun  9 04:27:12 2010 UT
 #
 # See below for documentation on the format of this file.
 #
@@ -1173,6 +1173,7 @@
 runtime/parrot/library/PAST/Pattern/Constant.nqp            [library]
 runtime/parrot/library/PAST/Pattern/Match.nqp               [library]
 runtime/parrot/library/PAST/Pattern/Node.nqp                [library]
+runtime/parrot/library/PAST/Pattern/augment-past.pir        [library]
 runtime/parrot/library/PAST/Transformer.pir                 [library]
 runtime/parrot/library/PAST/Transformer/Dynamic.pir         [library]
 runtime/parrot/library/PAST/Walker.pir                      [library]


More information about the parrot-commits mailing list