Author: fperrad
Date: Sun Jan 11 01:17:31 2009
New Revision: 35399

Modified:
   trunk/MANIFEST

Log:
update MANIFEST

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Sun Jan 11 01:17:31 2009
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 10 02:54:21 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sun Jan 11 09:13:24 2009 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -902,8 +902,6 @@
 include/parrot/compiler.h                                   [main]include
 include/parrot/datatypes.h                                  [main]include
 include/parrot/debugger.h                                   [main]include
-include/parrot/gc_api.h                                     [main]include
-include/parrot/gc_mark_sweep.h                              [main]include
 include/parrot/dynext.h                                     [main]include
 include/parrot/embed.h                                      [main]include
 include/parrot/encoding.h                                   [main]include
@@ -913,10 +911,12 @@
 include/parrot/exec.h                                       [main]include
 include/parrot/exit.h                                       [main]include
 include/parrot/extend.h                                     [main]include
+include/parrot/gc_api.h                                     [main]include
+include/parrot/gc_mark_sweep.h                              [main]include
+include/parrot/gc_pools.h                                   [main]include
 include/parrot/global.h                                     [main]include
 include/parrot/global_setup.h                               [main]include
 include/parrot/hash.h                                       [main]include
-include/parrot/gc_pools.h                                   [main]include
 include/parrot/hll.h                                        [main]include
 include/parrot/imcc.h                                       [main]include
 include/parrot/inter_call.h                                 [main]include
@@ -950,7 +950,6 @@
 include/parrot/scheduler_private.h                          [main]include
 include/parrot/settings.h                                   [main]include
 include/parrot/slice.h                                      [main]include
-include/parrot/gc_mark_sweep.h                              [main]include
 include/parrot/stacks.h                                     [main]include
 include/parrot/stat.h                                       [main]include
 include/parrot/stm/backend.h                                [main]include
@@ -1546,6 +1545,7 @@
 languages/ecmascript/lib/Parrot/Test/JS/PJS.pm              [ecmascript]
 languages/ecmascript/lib/Parrot/Test/JS/SpiderMonkey.pm     [ecmascript]
 languages/ecmascript/src/builtin/builtins.pir               [ecmascript]
+languages/ecmascript/src/classes/Array.pir                  [ecmascript]
 languages/ecmascript/src/classes/Boolean.pir                [ecmascript]
 languages/ecmascript/src/classes/Completion.pir             [ecmascript]
 languages/ecmascript/src/classes/List.pir                   [ecmascript]
@@ -2227,7 +2227,6 @@
 languages/pheme/README                                      [pheme]
 languages/pheme/TODO                                        [pheme]
 languages/pheme/config/makefiles/root.in                    [pheme]
-languages/pheme/lib/PhemeCompiler.pir                       [pheme]
 languages/pheme/lib/PhemeGrammar.pir                        [pheme]
 languages/pheme/lib/PhemeObjects.pir                        [pheme]
 languages/pheme/lib/PhemeSymbols.pir                        [pheme]
@@ -2971,15 +2970,15 @@
 src/gc/gc_malloc.c                                          []
 src/gc/generational_ms.c                                    []
 src/gc/incremental_ms.c                                     []
+src/gc/mark_sweep.c                                         []
 src/gc/memory.c                                             []
+src/gc/pools.c                                              []
 src/gc/register.c                                           []
 src/gc/res_lea.c                                            []
 src/gc/resources.c                                          []
-src/gc/mark_sweep.c                                         []
 src/global.c                                                []
 src/global_setup.c                                          []
 src/hash.c                                                  []
-src/gc/pools.c                                              []
 src/hll.c                                                   []
 src/inter_call.c                                            []
 src/inter_cb.c                                              []

Reply via email to