cvsuser 02/01/22 08:01:33
Modified: . MANIFEST
Log:
Revision Changes Path
1.100 +7 -5 parrot/MANIFEST
Index: MANIFEST
===================================================================
RCS file: /home/perlcvs/parrot/MANIFEST,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -w -r1.99 -r1.100
--- MANIFEST 21 Jan 2002 12:41:47 -0000 1.99
+++ MANIFEST 22 Jan 2002 16:01:33 -0000 1.100
@@ -120,24 +120,25 @@
include/parrot/resources.h
include/parrot/runops_cores.h
include/parrot/rx.h
+include/parrot/rxstacks.h
include/parrot/stacks.h
include/parrot/string.h
include/parrot/trace.h
include/parrot/unicode.h
interpreter.c
+io.ops
+io/TODO
io/io.c
io/io_stdio.c
io/io_unix.c
io/io_win32.c
-io/TODO
-io.ops
jit.c
-jit/i386/core.jit
-jit/i386/lib.jit
-jit/i386/string.jit
jit/alpha/core.jit
jit/alpha/lib.jit
jit/alpha/string.jit
+jit/i386/core.jit
+jit/i386/lib.jit
+jit/i386/string.jit
jit2h.pl
key.c
languages/Makefile.in
@@ -203,6 +204,7 @@
runops_cores.c
rx.c
rx.ops
+rxstacks.c
stacks.c
string.c
t/harness