cvsuser     01/09/18 14:28:11

  Modified:    .        MANIFEST
  Log:
  MANIFEST updates. (And notice how I carefully snuck in the
  t/op/integer.t there...)
  
  Courtesy of: Andy Dougherty <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.14      +29 -21    parrot/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/perlcvs/parrot/MANIFEST,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -w -r1.13 -r1.14
  --- MANIFEST  2001/09/18 01:20:43     1.13
  +++ MANIFEST  2001/09/18 21:28:11     1.14
  @@ -1,11 +1,11 @@
  -Configure.pl
   Config_pm.in
  -Makefile.in
  +Configure.pl
   MANIFEST
  +Makefile.in
   Parrot/Opcode.pm
   Parrot/PackFile.pm
  -Parrot/PackFile/Constant.pm
   Parrot/PackFile/ConstTable.pm
  +Parrot/PackFile/Constant.pm
   Parrot/PackFile/FixupTable.pm
   Parrot/Test.pm
   README
  @@ -14,46 +14,54 @@
   basic_opcodes.ops
   build_interp_starter.pl
   bytecode.c
  -include/parrot/bytecode.h
   config_h.in
   disassemble.pl
   docs/opcodes.pod
   docs/overview.pod
  +docs/parrot_assembly.pod
   docs/parrotbyte.pod
   docs/strings.pod
   docs/vtables.pod
  +global_setup.c
  +hints/mswin32.pl
  +include/parrot/bytecode.h
   include/parrot/events.h
   include/parrot/exceptions.h
  -global_setup.c
   include/parrot/global_setup.h
  -interpreter.c
   include/parrot/interpreter.h
   include/parrot/io.h
  +include/parrot/memory.h
  +include/parrot/parrot.h
  +include/parrot/register.h
  +include/parrot/stacks.h
  +include/parrot/string.h
  +include/parrot/strnative.h
  +interpreter.c
  +little_languages/Makefile
  +little_languages/bench.jako
  +little_languages/euclid.jako
  +little_languages/fact.jako
  +little_languages/fib.jako
  +little_languages/hello.jako
  +little_languages/jakoc
   make_op_header.pl
   memory.c
  -include/parrot/memory.h
   opcheck.pl
   opcode_table
   parrot.c
  -include/parrot/parrot.h
   process_opfunc.pl
   register.c
  -include/parrot/register.h
  -include/parrot/stacks.h
   string.c
  -include/parrot/string.h
   strnative.c
  -include/parrot/strnative.h
  +t/Makefile
  +t/euclid.pasm
  +t/harness
  +t/jump.pasm
  +t/local_label.pasm
  +t/op/basic.t
  +t/op/integer.t
  +t/op/string.t
   t/test.pasm
   t/test2.pasm
   t/test3.pasm
  -t/euclid.pasm
  -t/jump.pasm
   test_main.c
  -little_languages/euclid.jako
  -little_languages/jakoc
  -little_languages/Makefile
  -little_languages/fact.jako
  -little_languages/fib.jako
  -little_languages/hello.jako
  -little_languages/bench.jako
  
  
  

Reply via email to