Author: allison Date: Mon Oct 1 15:50:48 2007 New Revision: 21727 Modified: branches/pdd15oo/MANIFEST
Log: [pdd15oo] Updating the manifest to match all the changes (found when running 'make test'). Modified: branches/pdd15oo/MANIFEST ============================================================================== --- branches/pdd15oo/MANIFEST (original) +++ branches/pdd15oo/MANIFEST Mon Oct 1 15:50:48 2007 @@ -1,7 +1,7 @@ # ex: set ro: # $Id$ # -# generated by tools/dev/mk_manifest_and_skip.pl Mon Sep 24 13:09:40 2007 UT +# generated by tools/dev/mk_manifest_and_skip.pl Mon Oct 1 22:48:05 2007 UT # # See tools/dev/install_files.pl for documentation on the # format of this file. @@ -819,6 +819,8 @@ include/parrot/mmd.h [main]include include/parrot/nci.h [main]include include/parrot/objects.h [main]include +include/parrot/oo.h [main]include +include/parrot/oo_private.h [main]include include/parrot/op.h [main]include include/parrot/oplib.h [main]include include/parrot/packfile.h [main]include @@ -2673,6 +2675,7 @@ src/mmd.c [] src/nci_test.c [] src/objects.c [] +src/oo.c [] src/ops/bit.ops [] src/ops/cmp.ops [] src/ops/core.ops [] @@ -2711,7 +2714,6 @@ src/pmc/bound_nci.pmc [] src/pmc/capture.pmc [] src/pmc/class.pmc [] -src/pmc/classobject.h [] src/pmc/closure.pmc [] src/pmc/codestring.pmc [] src/pmc/compiler.pmc [] @@ -3054,11 +3056,14 @@ t/native_pbc/string_1.pbc [] t/native_pbc/string_2.pbc [] t/oo/composition.t [] +t/oo/isa.t [] t/oo/metamodel.t [] t/oo/mro-c3.t [] t/oo/names.t [] t/oo/new.t [] t/oo/ops.t [] +t/oo/proxy.t [] +t/oo/subclass.t [] t/op/00ff-dos.t [] t/op/00ff-unix.t [] t/op/01-parse_ops.t [] @@ -3098,7 +3103,6 @@ t/op/time.t [] t/op/trans.t [] t/op/types.t [] -t/pdd15oo/calling.t [] t/pdd15oo/dumper.t [] t/pdd15oo/exception.t [] t/pdd15oo/freeze.t []
