cvsuser 02/06/09 11:36:13
Modified: . MANIFEST
Log:
Added some missing things..
Revision Changes Path
1.165 +10 -1 parrot/MANIFEST
Index: MANIFEST
===================================================================
RCS file: /cvs/public/parrot/MANIFEST,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -w -r1.164 -r1.165
--- MANIFEST 8 Jun 2002 06:59:50 -0000 1.164
+++ MANIFEST 9 Jun 2002 18:36:13 -0000 1.165
@@ -1,4 +1,3 @@
-
ChangeLog
Configure.pl
DEVELOPING
@@ -123,6 +122,7 @@
examples/assembly/bsr.pasm
examples/assembly/call.pasm
examples/assembly/cat.pasm
+examples/assembly/coroutine.pasm
examples/assembly/euclid.pasm
examples/assembly/fact.pasm
examples/assembly/hanoi.pasm
@@ -137,6 +137,7 @@
examples/assembly/queens.pasm
examples/assembly/slurp.pasm
examples/assembly/stack.pasm
+examples/assembly/sub.pasm
examples/assembly/substr.pasm
examples/assembly/trace.pasm
examples/assembly/xml_parser.pasm
@@ -157,6 +158,8 @@
examples/mops/mops.py
examples/mops/mops.rb
examples/mops/mops.scheme
+examples/pxs/PQt.C
+examples/pxs/QtHelloWorld.pasm
exceptions.c
global_setup.c
hash.c
@@ -180,6 +183,7 @@
include/parrot/packfile.h
include/parrot/parrot.h
include/parrot/pmc.h
+include/parrot/pxs.h
include/parrot/regfuncs.h
include/parrot/register.h
include/parrot/resources.h
@@ -189,6 +193,7 @@
include/parrot/stacks.h
include/parrot/string.h
include/parrot/string_funcs.h
+include/parrot/sub.h
include/parrot/trace.h
include/parrot/unicode.h
include/parrot/warnings.h
@@ -229,11 +234,13 @@
languages/cola/cola.h
languages/cola/cola.l
languages/cola/cola.y
+languages/cola/colac
languages/cola/examples/calc.cola
languages/cola/examples/expressions.cola
languages/cola/examples/fib.cola
languages/cola/examples/life.cola
languages/cola/examples/mandelbrot.cola
+languages/cola/examples/oop.cola
languages/cola/examples/reverse.cola
languages/cola/gen.c
languages/cola/semant.c
@@ -364,6 +371,7 @@
pdump.c
pmc.c
pmc_pm.pl
+pxs.c
register.c
resources.c
runops_cores.c
@@ -372,6 +380,7 @@
rxstacks.c
stacks.c
string.c
+sub.c
t/harness
t/op/basic.t
t/op/bitwise.t