[svn:parrot] r37495 - trunk/ports/cygwin

rurban at svn.parrot.org rurban at svn.parrot.org
Mon Mar 16 19:53:33 UTC 2009


Author: rurban
Date: Mon Mar 16 19:53:33 2009
New Revision: 37495
URL: https://trac.parrot.org/parrot/changeset/37495

Log:
[ports] added README (again), rm cygwin.patch, updated deps and cygport

Deleted:
   trunk/ports/cygwin/parrot-1.0.0-1.cygwin.patch
Modified:
   trunk/ports/cygwin/libparrot1.hint
   trunk/ports/cygwin/parrot-1.0.0-1.cygport

Modified: trunk/ports/cygwin/libparrot1.hint
==============================================================================
--- trunk/ports/cygwin/libparrot1.hint	Mon Mar 16 19:43:36 2009	(r37494)
+++ trunk/ports/cygwin/libparrot1.hint	Mon Mar 16 19:53:33 2009	(r37495)
@@ -1,4 +1,4 @@
-sdesc: "libparrot dll"
+sdesc: "The cygparrot dll"
 category: Libs
 external-source: parrot
-requires: libreadline6 libintl8 libicu38 libgmp3 libgdbm4
+requires: libreadline6 libintl8 libicu38 libgmp3 libgdbm4 crypt libgcc1 opengl w32api

Modified: trunk/ports/cygwin/parrot-1.0.0-1.cygport
==============================================================================
--- trunk/ports/cygwin/parrot-1.0.0-1.cygport	Mon Mar 16 19:43:36 2009	(r37494)
+++ trunk/ports/cygwin/parrot-1.0.0-1.cygport	Mon Mar 16 19:53:33 2009	(r37495)
@@ -33,7 +33,6 @@
   test -e config_lib.pasm && make realclean
 
   cfg=
-  if [ -n "$cygwin2" ]; then cfg="--cc=gcc-4 --ld='g++-4' --link='g++-4'"; fi
   perl Configure.pl $cfg --prefix=/usr --optimize --mandir=/usr/share/man 
   # only cygwin-1.5 -Ddoc_dir=/usr/share/doc/${P} needs to be patched for cygwin. 
   if [ -z "$cygwin2" ]; then

Deleted: trunk/ports/cygwin/parrot-1.0.0-1.cygwin.patch
==============================================================================
--- trunk/ports/cygwin/parrot-1.0.0-1.cygwin.patch	Mon Mar 16 19:53:33 2009	(r37494)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,2174 +0,0 @@
---- origsrc/parrot-1.0/CYGWIN-PATCHES/README	1970-01-01 01:00:00.000000000 +0100
-+++ src/parrot-1.0/CYGWIN-PATCHES/README	2009-03-08 11:51:26.125000000 +0100
-@@ -0,1 +1,2148 @@
-+parrot
-+----------------------------------
-+Parrot is a virtual machine designed to efficiently compile and
-+execute bytecode for interpreted languages. Parrot is a target 
-+for Perl 6 and a lot of other languages.
-+
-+Runtime requirements:
-+  libparrot1 libreadline6 libncurses8 libintl8 libicu38 libgmp3 libgdbm4
-+
-+Optional requirements:
-+  w32api opengl pcre libpq5 openssl
-+
-+Build requirements:
-+  readline libncurses-devel libicu-devel libgmp-devel libgdbm-devel perl 
-+  make gcc
-+
-+Optional build requirements:
-+  pcre-devel openssl-devel
-+  for Cygwin/X opengl: freeglut libglut-devel xorg-x11-devel 
-+
-+Optional test packages:
-+  perl L<Test::TAP::HTMLMatrix> for C<make smoke>.
-+  perl L<Test::Perl::Critic> and L<Perl::Critic> for C<make codingstd>.
-+
-+Canonical homepage:
-+  http://www.parrot.org/
-+
-+Canonical download:
-+  ftp://ftp.parrot.org/pub/parrot/releases/devel/1.0/parrot-1.0.tar.gz
-+
-+-------------------------------------------------------------------------------
-+
-+Build instructions:
-+
-+  cd /usr/src
-+  cygport parrot-<VER>-<REL>.cygport all
-+
-+This will create:
-+  /usr/src/parrot-<VER>-<REL>-src.tar.bz2
-+  /usr/src/parrot-<VER>-<REL>.tar.bz2
-+  /usr/src/libparrot1-<VER>-<REL>.tar.bz2
-+  /usr/src/libparrot-devel-<VER>-<REL>.tar.bz2
-+  /usr/src/parrot-docs-<VER>-<REL>.tar.bz2
-+
-+Or use 'cygport parrot-<VER>-<REL>.cygport prep' to get a patched 
-+source directory.
-+
-+-------------------------------------------------------------------------------
-+
-+Files included in the =parrot= package:
-+
-+  /usr/bin/parrot.exe
-+  /usr/bin/parrot_config.exe
-+  /usr/bin/parrot_debugger.exe
-+  /usr/bin/pbc_info.exe
-+  /usr/bin/pbc_merge.exe
-+  /usr/bin/pbc_to_exe.exe
-+  /usr/bin/pbc_dump.exe
-+  /usr/lib/parrot/1.0/config_lib.pasm
-+  /usr/lib/parrot/1.0/myconfig
-+  /usr/lib/parrot/parrotbug
-+  /usr/lib/parrot/1.0/VERSION
-+  /usr/lib/parrot/1.0/dynext/digest_group.dll
-+  /usr/lib/parrot/1.0/dynext/dynlexpad.dll
-+  /usr/lib/parrot/1.0/dynext/gdbmhash.dll
-+  /usr/lib/parrot/1.0/dynext/libglutcb.dll
-+  /usr/lib/parrot/1.0/dynext/libnci_test.dll
-+  /usr/lib/parrot/1.0/dynext/match_group.dll
-+  /usr/lib/parrot/1.0/dynext/rational.dll
-+  /usr/lib/parrot/1.0/dynext/subproxy.dll
-+  /usr/lib/parrot/1.0/include/interpinfo.pasm
-+  /usr/lib/parrot/1.0/include/config.fpmc
-+  /usr/lib/parrot/1.0/library/CGI/QueryHash.pbc
-+  /usr/lib/parrot/1.0/library/CGI/QueryHash.pir
-+  /usr/lib/parrot/1.0/library/Config/JSON.pir
-+  /usr/lib/parrot/1.0/library/Crow.pir
-+  /usr/lib/parrot/1.0/library/Data/Dumper.pbc
-+  /usr/lib/parrot/1.0/library/Data/Dumper.pir
-+  /usr/lib/parrot/1.0/library/Data/Dumper/Base.pbc
-+  /usr/lib/parrot/1.0/library/Data/Dumper/Base.pir
-+  /usr/lib/parrot/1.0/library/Data/Dumper/Default.pbc
-+  /usr/lib/parrot/1.0/library/Data/Dumper/Default.pir
-+  /usr/lib/parrot/1.0/library/Data/Escape.pbc
-+  /usr/lib/parrot/1.0/library/Data/Escape.pir
-+  /usr/lib/parrot/1.0/library/Data/Replace.pir
-+  /usr/lib/parrot/1.0/library/Data/Sort.pbc
-+  /usr/lib/parrot/1.0/library/Data/Sort.pir
-+  /usr/lib/parrot/1.0/library/Digest/MD5.pir
-+  /usr/lib/parrot/1.0/library/File/Spec.pir
-+  /usr/lib/parrot/1.0/library/File/Spec/Unix.pir
-+  /usr/lib/parrot/1.0/library/File/Spec/Win32.pir
-+  /usr/lib/parrot/1.0/library/Getopt/Obj.pbc
-+  /usr/lib/parrot/1.0/library/Getopt/Obj.pir
-+  /usr/lib/parrot/1.0/library/HTTP/Daemon.pir
-+  /usr/lib/parrot/1.0/library/Iter.pir
-+  /usr/lib/parrot/1.0/library/JSON.pir
-+  /usr/lib/parrot/1.0/library/MIME/Base64.pbc
-+  /usr/lib/parrot/1.0/library/MIME/Base64.pir
-+  /usr/lib/parrot/1.0/library/Math/Random/mt19937ar.pir
-+  /usr/lib/parrot/1.0/library/NCI/call_toolkit_init.pbc
-+  /usr/lib/parrot/1.0/library/NCI/call_toolkit_init.pir
-+  /usr/lib/parrot/1.0/library/OpenGL.pbc
-+  /usr/lib/parrot/1.0/library/OpenGL.pir
-+  /usr/lib/parrot/1.0/library/OpenGL_funcs.pir
-+  /usr/lib/parrot/1.0/library/PCT.pbc
-+  /usr/lib/parrot/1.0/library/PCT/Grammar.pbc
-+  /usr/lib/parrot/1.0/library/PCT/HLLCompiler.pbc
-+  /usr/lib/parrot/1.0/library/PCT/PAST.pbc
-+  /usr/lib/parrot/1.0/library/PCT/README
-+  /usr/lib/parrot/1.0/library/PGE.pbc
-+  /usr/lib/parrot/1.0/library/PGE/Dumper.pbc
-+  /usr/lib/parrot/1.0/library/PGE/Dumper.pir
-+  /usr/lib/parrot/1.0/library/PGE/Glob.pbc
-+  /usr/lib/parrot/1.0/library/PGE/Glob.pir
-+  /usr/lib/parrot/1.0/library/PGE/Hs.pir
-+  /usr/lib/parrot/1.0/library/PGE/Perl6Grammar.pir
-+  /usr/lib/parrot/1.0/library/PGE/Text.pbc
-+  /usr/lib/parrot/1.0/library/PGE/Text.pir
-+  /usr/lib/parrot/1.0/library/PGE/Util.pbc
-+  /usr/lib/parrot/1.0/library/PGE/Util.pir
-+  /usr/lib/parrot/1.0/library/Parrot/Capture_PIR.pbc
-+  /usr/lib/parrot/1.0/library/Parrot/Capture_PIR.pir
-+  /usr/lib/parrot/1.0/library/Parrot/Coroutine.pbc
-+  /usr/lib/parrot/1.0/library/Parrot/Coroutine.pir
-+  /usr/lib/parrot/1.0/library/Parrot/Exception.pbc
-+  /usr/lib/parrot/1.0/library/Parrot/Exception.pir
-+  /usr/lib/parrot/1.0/library/Pg.pir
-+  /usr/lib/parrot/1.0/library/Protoobject.pbc
-+  /usr/lib/parrot/1.0/library/Protoobject.pir
-+  /usr/lib/parrot/1.0/library/Range.pir
-+  /usr/lib/parrot/1.0/library/SDL.pir
-+  /usr/lib/parrot/1.0/library/SDL/App.pir
-+  /usr/lib/parrot/1.0/library/SDL/Button.pir
-+  /usr/lib/parrot/1.0/library/SDL/Color.pir
-+  /usr/lib/parrot/1.0/library/SDL/Constants.pir
-+  /usr/lib/parrot/1.0/library/SDL/Event.pir
-+  /usr/lib/parrot/1.0/library/SDL/EventHandler.pir
-+  /usr/lib/parrot/1.0/library/SDL/Font.pir
-+  /usr/lib/parrot/1.0/library/SDL/Image.pir
-+  /usr/lib/parrot/1.0/library/SDL/LCD.pir
-+  /usr/lib/parrot/1.0/library/SDL/LCD.png
-+  /usr/lib/parrot/1.0/library/SDL/Rect.pir
-+  /usr/lib/parrot/1.0/library/SDL/Sprite.pir
-+  /usr/lib/parrot/1.0/library/SDL/StopWatch.pir
-+  /usr/lib/parrot/1.0/library/SDL/Surface.pir
-+  /usr/lib/parrot/1.0/library/STM.pir
-+  /usr/lib/parrot/1.0/library/Stream/Base.pbc
-+  /usr/lib/parrot/1.0/library/Stream/Base.pir
-+  /usr/lib/parrot/1.0/library/Stream/Combiner.pbc
-+  /usr/lib/parrot/1.0/library/Stream/Combiner.pir
-+  /usr/lib/parrot/1.0/library/Stream/Coroutine.pbc
-+  /usr/lib/parrot/1.0/library/Stream/Coroutine.pir
-+  /usr/lib/parrot/1.0/library/Stream/Filter.pbc
-+  /usr/lib/parrot/1.0/library/Stream/Filter.pir
-+  /usr/lib/parrot/1.0/library/Stream/Lines.pbc
-+  /usr/lib/parrot/1.0/library/Stream/Lines.pir
-+  /usr/lib/parrot/1.0/library/Stream/ParrotIO.pbc
-+  /usr/lib/parrot/1.0/library/Stream/ParrotIO.pir
-+  /usr/lib/parrot/1.0/library/Stream/Replay.pbc
-+  /usr/lib/parrot/1.0/library/Stream/Replay.pir
-+  /usr/lib/parrot/1.0/library/Stream/Sub.pbc
-+  /usr/lib/parrot/1.0/library/Stream/Sub.pir
-+  /usr/lib/parrot/1.0/library/Stream/Writer.pbc
-+  /usr/lib/parrot/1.0/library/Stream/Writer.pir
-+  /usr/lib/parrot/1.0/library/String/Utils.pir
-+  /usr/lib/parrot/1.0/library/TGE.pbc
-+  /usr/lib/parrot/1.0/library/Tcl/Glob.pir
-+  /usr/lib/parrot/1.0/library/Test/Builder.pir
-+  /usr/lib/parrot/1.0/library/Test/Builder/Output.pir
-+  /usr/lib/parrot/1.0/library/Test/Builder/Test.pir
-+  /usr/lib/parrot/1.0/library/Test/Builder/TestPlan.pir
-+  /usr/lib/parrot/1.0/library/Test/Builder/Tester.pir
-+  /usr/lib/parrot/1.0/library/Test/Class.pir
-+  /usr/lib/parrot/1.0/library/Test/More.pir
-+  /usr/lib/parrot/1.0/library/YAML/Dumper.pir
-+  /usr/lib/parrot/1.0/library/YAML/Dumper/Base.pir
-+  /usr/lib/parrot/1.0/library/YAML/Dumper/Default.pir
-+  /usr/lib/parrot/1.0/library/YAML/Parser/Syck.pir
-+  /usr/lib/parrot/1.0/library/dumper.pbc
-+  /usr/lib/parrot/1.0/library/dumper.pir
-+  /usr/lib/parrot/1.0/library/libpcre.pir
-+  /usr/lib/parrot/1.0/library/ncurses.declarations
-+  /usr/lib/parrot/1.0/library/ncurses.pasm
-+  /usr/lib/parrot/1.0/library/ncurses.pbc
-+  /usr/lib/parrot/1.0/library/ncurses.pir
-+  /usr/lib/parrot/1.0/library/parrotlib.pbc
-+  /usr/lib/parrot/1.0/library/parrotlib.pir
-+  /usr/lib/parrot/1.0/library/pcore.pir
-+  /usr/lib/parrot/1.0/library/pcre.pbc
-+  /usr/lib/parrot/1.0/library/pcre.pir
-+  /usr/lib/parrot/1.0/library/postgres.declarations
-+  /usr/lib/parrot/1.0/library/postgres.pasm
-+  /usr/lib/parrot/1.0/library/postgres.pir
-+  /usr/lib/parrot/1.0/library/random_lib.pir
-+  /usr/lib/parrot/1.0/library/tcpstream.pir
-+  /usr/lib/parrot/1.0/library/uuid.pir
-+  /usr/lib/parrot/1.0/library/yaml_dumper.pir
-+  /usr/share/doc/parrot-1.0/LICENSE
-+  /usr/share/doc/parrot-1.0/RESPONSIBLE_PARTIES
-+  /usr/share/doc/parrot-1.0/TODO
-+  /usr/share/doc/parrot-1.0/docs/art/pp001-intro.pod
-+  /usr/share/doc/parrot-1.0/docs/art/pp002-pmc.pod
-+  /usr/share/doc/parrot-1.0/docs/art/pp003-oop.pod
-+  /usr/share/doc/parrot-1.0/docs/book/appendix.pod
-+  /usr/share/doc/parrot-1.0/docs/book/ch01_overview.pod
-+  /usr/share/doc/parrot-1.0/docs/book/ch02_getting_started.pod
-+  /usr/share/doc/parrot-1.0/docs/book/ch03_pir_basics.pod
-+  /usr/share/doc/parrot-1.0/docs/book/ch04_pir_subroutines.pod
-+  /usr/share/doc/parrot-1.0/docs/book/ch05_pasm.pod
-+  /usr/share/doc/parrot-1.0/docs/book/ch06_testing.pod
-+  /usr/share/doc/parrot-1.0/docs/book/ch07_architecture.pod
-+  /usr/share/doc/parrot-1.0/docs/book/ch08_reference.pod
-+  /usr/share/doc/parrot-1.0/docs/book/figs/p6e_0801.png
-+  /usr/share/doc/parrot-1.0/docs/debugger.pod
-+  /usr/share/doc/parrot-1.0/docs/dev/byteorder.pod
-+  /usr/share/doc/parrot-1.0/docs/dev/debugging_with_msvc.pod
-+  /usr/share/doc/parrot-1.0/docs/dev/headerizer.pod
-+  /usr/share/doc/parrot-1.0/docs/dev/jit_i386.pod
-+  /usr/share/doc/parrot-1.0/docs/dev/longopt.pod
-+  /usr/share/doc/parrot-1.0/docs/dev/optimizer.pod
-+  /usr/share/doc/parrot-1.0/docs/dev/parrot_api.pod
-+  /usr/share/doc/parrot-1.0/docs/dev/pcc_state.pod
-+  /usr/share/doc/parrot-1.0/docs/dev/pccmethods.pod
-+  /usr/share/doc/parrot-1.0/docs/dev/pmc_obj_design_meeting_notes.pod
-+  /usr/share/doc/parrot-1.0/docs/dev/seatbelts.pod
-+  /usr/share/doc/parrot-1.0/docs/embed.pod
-+  /usr/share/doc/parrot-1.0/docs/extend.pod
-+  /usr/share/doc/parrot-1.0/docs/faq.pod
-+  /usr/share/doc/parrot-1.0/docs/gettingstarted.pod
-+  /usr/share/doc/parrot-1.0/docs/glossary.pod
-+  /usr/share/doc/parrot-1.0/docs/imcc/README
-+  /usr/share/doc/parrot-1.0/docs/imcc/imcfaq.pod
-+  /usr/share/doc/parrot-1.0/docs/imcc/operation.pod
-+  /usr/share/doc/parrot-1.0/docs/intro.pod
-+  /usr/share/doc/parrot-1.0/docs/jit.pod
-+  /usr/share/doc/parrot-1.0/docs/memory_internals.pod
-+  /usr/share/doc/parrot-1.0/docs/mmd.pod
-+  /usr/share/doc/parrot-1.0/docs/native_exec.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/bit.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/cmp.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/core.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/debug.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/experimental.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/io.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/math.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/object.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/obscure.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/pic.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/pmc.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/set.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/string.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/sys.pod
-+  /usr/share/doc/parrot-1.0/docs/ops/var.pod
-+  /usr/share/doc/parrot-1.0/docs/optable.pod
-+  /usr/share/doc/parrot-1.0/docs/overview.pod
-+  /usr/share/doc/parrot-1.0/docs/parrot.pod
-+  /usr/share/doc/parrot-1.0/docs/parrotbyte.pod
-+  /usr/share/doc/parrot-1.0/docs/parrothist.pod
-+  /usr/share/doc/parrot-1.0/docs/pct/gettingstarted.pod
-+  /usr/share/doc/parrot-1.0/docs/pct/past_building_blocks.pod
-+  /usr/share/doc/parrot-1.0/docs/pct/pct_optable_guide.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/README
-+  /usr/share/doc/parrot-1.0/docs/pdds/draft/pdd01_overview.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/draft/pdd04_datatypes.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/draft/pdd05_opfunc.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/draft/pdd06_pasm.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/draft/pdd08_keys.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/draft/pdd10_embedding.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/draft/pdd11_extending.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/draft/pdd14_bignum.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/draft/pdd16_native_call.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/draft/pdd19_pir.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/draft/pdd29_compiler_tools.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/draft/pdd30_install.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd00_pdd.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd03_calling_conventions.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd07_codingstd.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd09_gc.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd13_bytecode.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd15_object_metamodel.png
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd15_object_metamodel.svg
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd15_objects.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd17_pmc.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd18_security.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd20_lexical_vars.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd21_namespaces.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd22_io.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd23_exceptions.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd24_events.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd25_concurrency.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd26_ast.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd27_multiple_dispatch.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd28_strings.pod
-+  /usr/share/doc/parrot-1.0/docs/pdds/pdd_template.pod
-+  /usr/share/doc/parrot-1.0/docs/pmc.pod
-+  /usr/share/doc/parrot-1.0/docs/pmc/array.pod
-+  /usr/share/doc/parrot-1.0/docs/pmc/documentation.pod
-+  /usr/share/doc/parrot-1.0/docs/pmc/struct.pod
-+  /usr/share/doc/parrot-1.0/docs/pmc/subs.pod
-+  /usr/share/doc/parrot-1.0/docs/pmc2c.pod
-+  /usr/share/doc/parrot-1.0/docs/porting_intro.pod
-+  /usr/share/doc/parrot-1.0/docs/project/cage_cleaners_guide.pod
-+  /usr/share/doc/parrot-1.0/docs/project/committer_guide.pod
-+  /usr/share/doc/parrot-1.0/docs/project/debian_packaging_guide.pod
-+  /usr/share/doc/parrot-1.0/docs/project/metacommitter_guide.pod
-+  /usr/share/doc/parrot-1.0/docs/project/pause_guide.pod
-+  /usr/share/doc/parrot-1.0/docs/project/release_manager_guide.pod
-+  /usr/share/doc/parrot-1.0/docs/project/roles_responsibilities.pod
-+  /usr/share/doc/parrot-1.0/docs/project/ticket_wrangler_guide.pod
-+  /usr/share/doc/parrot-1.0/docs/req/model_users.pod
-+  /usr/share/doc/parrot-1.0/docs/resources/favicon.ico
-+  /usr/share/doc/parrot-1.0/docs/resources/parrot_small.png
-+  /usr/share/doc/parrot-1.0/docs/resources/perl.css
-+  /usr/share/doc/parrot-1.0/docs/resources/up.gif
-+  /usr/share/doc/parrot-1.0/docs/running.pod
-+  /usr/share/doc/parrot-1.0/docs/stability.pod
-+  /usr/share/doc/parrot-1.0/docs/stm/atomic.pod
-+  /usr/share/doc/parrot-1.0/docs/stm/howto.pod
-+  /usr/share/doc/parrot-1.0/docs/stm/internals.pod
-+  /usr/share/doc/parrot-1.0/docs/stm/stm_frontend.pod
-+  /usr/share/doc/parrot-1.0/docs/stm/thread-issues.pod
-+  /usr/share/doc/parrot-1.0/docs/submissions.pod
-+  /usr/share/doc/parrot-1.0/docs/tests.pod
-+  /usr/share/doc/parrot-1.0/docs/vtables.pod
-+  /usr/share/doc/parrot-1.0/examples/README
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/addit.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/addit.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/addit.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/addit.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/addit2.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/array_access.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/arriter.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/arriter.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/arriter.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/arriter_o1.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/bench_newp.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/fib.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/fib.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/fib.py
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/fib.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/float4.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/freeze.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/freeze.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/gc_alloc_new.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/gc_alloc_reuse.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/gc_generations.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/gc_header_new.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/gc_header_reuse.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/gc_waves_headers.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/gc_waves_sizeable_data.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/gc_waves_sizeable_headers.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/mops.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/mops.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/mops_intval.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo1.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo1.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo1.py
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo1.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo2.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo2.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo2.py
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo2.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo3.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo3.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo3.py
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo3.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo4.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo4.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo4.py
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo4.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo5.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo5.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo5.py
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo5.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo6.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo6.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo6.py
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oo6.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oofib.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oofib.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oofib.py
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oofib.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/oon.txt
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/overload.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/overload.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/primes.c
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/primes.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/primes.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/primes2.c
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/primes2.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/primes2.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/primes2.py
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/primes2.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/primes2_i.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/primes_i.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/shared_ref.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/shared_ref.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/stress.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/stress.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/stress.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/stress1.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/stress1.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/stress2.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/stress2.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/stress2.rb
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/stress3.pasm
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/vpm.pir
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/vpm.pl
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/vpm.py
-+  /usr/share/doc/parrot-1.0/examples/benchmarks/vpm.rb
-+  /usr/share/doc/parrot-1.0/examples/c/nanoparrot.c
-+  /usr/share/doc/parrot-1.0/examples/c/test_main.c
-+  /usr/share/doc/parrot-1.0/examples/compilers/Makefile
-+  /usr/share/doc/parrot-1.0/examples/compilers/japhc.c
-+  /usr/share/doc/parrot-1.0/examples/io/async_select.pir
-+  /usr/share/doc/parrot-1.0/examples/io/echo_client.pir
-+  /usr/share/doc/parrot-1.0/examples/io/http.pir
-+  /usr/share/doc/parrot-1.0/examples/io/httpd.pir
-+  /usr/share/doc/parrot-1.0/examples/io/httpd2.pir
-+  /usr/share/doc/parrot-1.0/examples/io/net_smtp.pasm
-+  /usr/share/doc/parrot-1.0/examples/io/pioctl.pasm
-+  /usr/share/doc/parrot-1.0/examples/io/pipe2.pir
-+  /usr/share/doc/parrot-1.0/examples/io/pipe3.pir
-+  /usr/share/doc/parrot-1.0/examples/japh/README
-+  /usr/share/doc/parrot-1.0/examples/japh/japh1.pasm
-+  /usr/share/doc/parrot-1.0/examples/japh/japh2.pasm
-+  /usr/share/doc/parrot-1.0/examples/japh/japh3.pasm
-+  /usr/share/doc/parrot-1.0/examples/japh/japh4.pasm
-+  /usr/share/doc/parrot-1.0/examples/japh/japh5.pasm
-+  /usr/share/doc/parrot-1.0/examples/library/acorn.l
-+  /usr/share/doc/parrot-1.0/examples/library/getopt_demo.pir
-+  /usr/share/doc/parrot-1.0/examples/library/md5sum.pir
-+  /usr/share/doc/parrot-1.0/examples/library/ncurses_life.pir
-+  /usr/share/doc/parrot-1.0/examples/library/pcre.pir
-+  /usr/share/doc/parrot-1.0/examples/mops/README
-+  /usr/share/doc/parrot-1.0/examples/mops/mops.c
-+  /usr/share/doc/parrot-1.0/examples/mops/mops.cs
-+  /usr/share/doc/parrot-1.0/examples/mops/mops.il
-+  /usr/share/doc/parrot-1.0/examples/mops/mops.p6
-+  /usr/share/doc/parrot-1.0/examples/mops/mops.pl
-+  /usr/share/doc/parrot-1.0/examples/mops/mops.ps
-+  /usr/share/doc/parrot-1.0/examples/mops/mops.py
-+  /usr/share/doc/parrot-1.0/examples/mops/mops.rb
-+  /usr/share/doc/parrot-1.0/examples/mops/mops.scheme
-+  /usr/share/doc/parrot-1.0/examples/namespace/namespace_dump.pir
-+  /usr/share/doc/parrot-1.0/examples/nci/PQt.C
-+  /usr/share/doc/parrot-1.0/examples/nci/QtHelloWorld.pasm
-+  /usr/share/doc/parrot-1.0/examples/nci/ls.pir
-+  /usr/share/doc/parrot-1.0/examples/nci/sdl_blue_rectangle.pir
-+  /usr/share/doc/parrot-1.0/examples/nci/win32api.pir
-+  /usr/share/doc/parrot-1.0/examples/opengl/shapes.pir
-+  /usr/share/doc/parrot-1.0/examples/opengl/triangle.pir
-+  /usr/share/doc/parrot-1.0/examples/pasm/cat.pasm
-+  /usr/share/doc/parrot-1.0/examples/pasm/fact.pasm
-+  /usr/share/doc/parrot-1.0/examples/pasm/hello.pasm
-+  /usr/share/doc/parrot-1.0/examples/pasm/nanoforth.pasm
-+  /usr/share/doc/parrot-1.0/examples/pasm/nanoforth2.pasm
-+  /usr/share/doc/parrot-1.0/examples/pasm/small.xml
-+  /usr/share/doc/parrot-1.0/examples/pasm/trace.pasm
-+  /usr/share/doc/parrot-1.0/examples/pasm/xml_parser.pasm
-+  /usr/share/doc/parrot-1.0/examples/past/01-sub.pir
-+  /usr/share/doc/parrot-1.0/examples/past/blocktype_immediate.pir
-+  /usr/share/doc/parrot-1.0/examples/past/four_plus_one.pir
-+  /usr/share/doc/parrot-1.0/examples/pge/README
-+  /usr/share/doc/parrot-1.0/examples/pge/TAP_grammar.pg
-+  /usr/share/doc/parrot-1.0/examples/pge/benchmarks/ambs1/Makefile
-+  /usr/share/doc/parrot-1.0/examples/pge/benchmarks/ambs1/ambs1.pg
-+  /usr/share/doc/parrot-1.0/examples/pge/benchmarks/ambs1/main.pir
-+  /usr/share/doc/parrot-1.0/examples/pge/benchmarks/ambs1/mktestcase
-+  /usr/share/doc/parrot-1.0/examples/pge/grammars/IO.pg
-+  /usr/share/doc/parrot-1.0/examples/pge/grammars/PatchGrammar.pg
-+  /usr/share/doc/parrot-1.0/examples/pge/simple.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/circle.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/euclid.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/hanoi.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/hello-dwim.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/io.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/levenshtein.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/life.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/local_label.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/mandel.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/queens_r.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/quine_ord.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/readline.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/substr.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/sudoku.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/thr-primes.pir
-+  /usr/share/doc/parrot-1.0/examples/pir/uniq.pir
-+  /usr/share/doc/parrot-1.0/examples/sdl/blue_rect.pl
-+  /usr/share/doc/parrot-1.0/examples/sdl/mandel.pir
-+  /usr/share/doc/parrot-1.0/examples/sdl/minesweeper/README
-+  /usr/share/doc/parrot-1.0/examples/sdl/minesweeper/eventhandler.pir
-+  /usr/share/doc/parrot-1.0/examples/sdl/minesweeper/field.pir
-+  /usr/share/doc/parrot-1.0/examples/sdl/minesweeper/mines.pir
-+  /usr/share/doc/parrot-1.0/examples/sdl/minesweeper/mines.png
-+  /usr/share/doc/parrot-1.0/examples/sdl/minesweeper/mines_debug.png
-+  /usr/share/doc/parrot-1.0/examples/sdl/minesweeper/smiley.png
-+  /usr/share/doc/parrot-1.0/examples/sdl/tetris/README
-+  /usr/share/doc/parrot-1.0/examples/sdl/tetris/app.pir
-+  /usr/share/doc/parrot-1.0/examples/sdl/tetris/block.pir
-+  /usr/share/doc/parrot-1.0/examples/sdl/tetris/blockdata.pir
-+  /usr/share/doc/parrot-1.0/examples/sdl/tetris/blocks.pir
-+  /usr/share/doc/parrot-1.0/examples/sdl/tetris/board.pir
-+  /usr/share/doc/parrot-1.0/examples/sdl/tetris/boarddata.pir
-+  /usr/share/doc/parrot-1.0/examples/sdl/tetris/eventhandler.pir
-+  /usr/share/doc/parrot-1.0/examples/sdl/tetris/tetris.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/README
-+  /usr/share/doc/parrot-1.0/examples/shootout/ack.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/ack.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/ack.py
-+  /usr/share/doc/parrot-1.0/examples/shootout/binarytrees.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/binarytrees.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/fannkuch.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/fannkuch.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/fannkuch.py
-+  /usr/share/doc/parrot-1.0/examples/shootout/fasta.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/fasta.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/harmonic.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/knucleotide.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/knucleotide.pir_input
-+  /usr/share/doc/parrot-1.0/examples/shootout/knucleotide.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/mandelbrot.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/mandelbrot.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/nbody.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/nbody.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/nsieve-bits-2.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/nsieve-bits-2.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/nsieve-bits.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/nsieve-bits.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/nsieve.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/nsieve.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/partialsums-2.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/partialsums-2.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/partialsums.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/partialsums.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/pidigits.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/pidigits.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/pidigits.py
-+  /usr/share/doc/parrot-1.0/examples/shootout/random.pasm
-+  /usr/share/doc/parrot-1.0/examples/shootout/random.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/recursive-2.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/recursive-2.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/recursive.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/recursive.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/regexdna.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/regexdna.pir_input
-+  /usr/share/doc/parrot-1.0/examples/shootout/regexdna.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/revcomp.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/revcomp.pir_input
-+  /usr/share/doc/parrot-1.0/examples/shootout/revcomp.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/spectralnorm.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/spectralnorm.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/sumcol.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/sumcol.pir_input
-+  /usr/share/doc/parrot-1.0/examples/shootout/sumcol.pir_output
-+  /usr/share/doc/parrot-1.0/examples/shootout/takfp.pir
-+  /usr/share/doc/parrot-1.0/examples/shootout/takfp.pir_output
-+  /usr/share/doc/parrot-1.0/examples/streams/Bytes.pir
-+  /usr/share/doc/parrot-1.0/examples/streams/Combiner.pir
-+  /usr/share/doc/parrot-1.0/examples/streams/Coroutine.pir
-+  /usr/share/doc/parrot-1.0/examples/streams/FileLines.pir
-+  /usr/share/doc/parrot-1.0/examples/streams/Filter.pir
-+  /usr/share/doc/parrot-1.0/examples/streams/Include.pir
-+  /usr/share/doc/parrot-1.0/examples/streams/Lines.pir
-+  /usr/share/doc/parrot-1.0/examples/streams/ParrotIO.pir
-+  /usr/share/doc/parrot-1.0/examples/streams/Replay.pir
-+  /usr/share/doc/parrot-1.0/examples/streams/SubCounter.pir
-+  /usr/share/doc/parrot-1.0/examples/streams/SubHello.pir
-+  /usr/share/doc/parrot-1.0/examples/streams/Writer.pir
-+  /usr/share/doc/parrot-1.0/examples/subs/bsr_ret.pasm
-+  /usr/share/doc/parrot-1.0/examples/subs/coroutine.pasm
-+  /usr/share/doc/parrot-1.0/examples/subs/jsr_ret.pasm
-+  /usr/share/doc/parrot-1.0/examples/subs/multi_retvals.pir
-+  /usr/share/doc/parrot-1.0/examples/subs/no_retval.pir
-+  /usr/share/doc/parrot-1.0/examples/subs/pasm_sub1.pasm
-+  /usr/share/doc/parrot-1.0/examples/subs/single_retval.pir
-+  /usr/share/doc/parrot-1.0/examples/tge/README
-+  /usr/share/doc/parrot-1.0/examples/tge/branch/branch.g
-+  /usr/share/doc/parrot-1.0/examples/tge/branch/lib/Branch.pir
-+  /usr/share/doc/parrot-1.0/examples/tge/branch/lib/Leaf.pir
-+  /usr/share/doc/parrot-1.0/examples/tge/branch/transform.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/00_README.pod
-+  /usr/share/doc/parrot-1.0/examples/tutorial/01_temp_var.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/02_local_var.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/03_temp_var_basic_pmcs.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/04_pod_comments.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/10_math_ops.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/11_math_ops_self_mod.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/12_math_ops_pasm.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/13_logical_ops.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/20_string_ops.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/21_string_ops_repeat.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/22_string_ops_length.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/23_string_ops_substr.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/24_string_ops_clone.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/30_arrays_basic.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/31_array_ops_split.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/32_array_ops_sprintf.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/33_hashes.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/34_multikey.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/40_file_ops.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/50_goto.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/51_if_unless.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/52_if_compare.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/53_loop.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/55_iterator.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/56_defined.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/57_exists.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/60_subroutines.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/61_namespaces.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/62_namespaces.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/70_class_object.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/80_closure.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/81_continuation.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/82_coroutine.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/83_external_libraries.pir
-+  /usr/share/doc/parrot-1.0/examples/tutorial/90_writing_tests.pir
-+  /usr/share/emacs/site-lisp/parrot.el
-+  /usr/share/emacs/site-lisp/parrot.README
-+  /usr/share/emacs/site-lisp/pasm.el
-+  /usr/share/emacs/site-lisp/pir-mode.el
-+  /usr/share/man/man1/parrot.1.gz
-+  /usr/share/man/man1/parrot_debugger.1.gz
-+  /usr/share/man/man1/pbc_disassemble.1.gz
-+  /usr/share/man/man1/pbc_info.1.gz
-+  /usr/share/man/man1/pbc_merge.1.gz
-+  /usr/share/man/man1/pbc_to_exe.1.gz
-+  /usr/share/vim/vimfiles/ftplugin/parrot.vim
-+  /usr/share/vim/vimfiles/syntax/pasm.vim
-+  /usr/share/vim/vimfiles/syntax/pir.vim
-+  /usr/share/vim/vimfiles/syntax/pmc.vim
-+
-+Files included in the =libparrot1= package:
-+
-+  /usr/bin/cygparrot1_0.dll
-+
-+Files included in the =libparrot-devel= package:
-+
-+  /usr/bin/parrot-config
-+  /usr/include/parrot/1.0/parrot/parrot.h
-+  /usr/include/parrot/1.0/parrot/atomic.h
-+  /usr/include/parrot/1.0/parrot/atomic/fallback.h
-+  /usr/include/parrot/1.0/parrot/atomic/gcc_pcc.h
-+  /usr/include/parrot/1.0/parrot/atomic/gcc_x86.h
-+  /usr/include/parrot/1.0/parrot/atomic/sparc.h
-+  /usr/include/parrot/1.0/parrot/builtin.h
-+  /usr/include/parrot/1.0/parrot/caches.h
-+  /usr/include/parrot/1.0/parrot/cclass.h
-+  /usr/include/parrot/1.0/parrot/charset.h
-+  /usr/include/parrot/1.0/parrot/compiler.h
-+  /usr/include/parrot/1.0/parrot/config.h
-+  /usr/include/parrot/1.0/parrot/core_pmcs.h
-+  /usr/include/parrot/1.0/parrot/datatypes.h
-+  /usr/include/parrot/1.0/parrot/debug.h
-+  /usr/include/parrot/1.0/parrot/dod.h
-+  /usr/include/parrot/1.0/parrot/dynext.h
-+  /usr/include/parrot/1.0/parrot/embed.h
-+  /usr/include/parrot/1.0/parrot/encoding.h
-+  /usr/include/parrot/1.0/parrot/enums.h
-+  /usr/include/parrot/1.0/parrot/events.h
-+  /usr/include/parrot/1.0/parrot/exceptions.h
-+  /usr/include/parrot/1.0/parrot/exec.h
-+  /usr/include/parrot/1.0/parrot/exit.h
-+  /usr/include/parrot/1.0/parrot/extend.h
-+  /usr/include/parrot/1.0/parrot/extend_vtable.h
-+  /usr/include/parrot/1.0/parrot/feature.h
-+  /usr/include/parrot/1.0/parrot/global.h
-+  /usr/include/parrot/1.0/parrot/global_setup.h
-+  /usr/include/parrot/1.0/parrot/has_header.h
-+  /usr/include/parrot/1.0/parrot/hash.h
-+  /usr/include/parrot/1.0/parrot/headers.h
-+  /usr/include/parrot/1.0/parrot/hll.h
-+  /usr/include/parrot/1.0/parrot/imcc.h
-+  /usr/include/parrot/1.0/parrot/inter_call.h
-+  /usr/include/parrot/1.0/parrot/interpreter.h
-+  /usr/include/parrot/1.0/parrot/intlist.h
-+  /usr/include/parrot/1.0/parrot/io.h
-+  /usr/include/parrot/1.0/parrot/jit_emit.h
-+  /usr/include/parrot/1.0/parrot/key.h
-+  /usr/include/parrot/1.0/parrot/library.h
-+  /usr/include/parrot/1.0/parrot/list.h
-+  /usr/include/parrot/1.0/parrot/longopt.h
-+  /usr/include/parrot/1.0/parrot/memory.h
-+  /usr/include/parrot/1.0/parrot/misc.h
-+  /usr/include/parrot/1.0/parrot/mmd.h
-+  /usr/include/parrot/1.0/parrot/nci.h
-+  /usr/include/parrot/1.0/parrot/oo.h
-+  /usr/include/parrot/1.0/parrot/oo_private.h
-+  /usr/include/parrot/1.0/parrot/op.h
-+  /usr/include/parrot/1.0/parrot/oplib.h
-+  /usr/include/parrot/1.0/parrot/oplib/core_ops.h
-+  /usr/include/parrot/1.0/parrot/oplib/core_ops_cg.h
-+  /usr/include/parrot/1.0/parrot/oplib/core_ops_cgp.h
-+  /usr/include/parrot/1.0/parrot/oplib/core_ops_switch.h
-+  /usr/include/parrot/1.0/parrot/oplib/ops.h
-+  /usr/include/parrot/1.0/parrot/packfile.h
-+  /usr/include/parrot/1.0/parrot/parrot.h
-+  /usr/include/parrot/1.0/parrot/pic.h
-+  /usr/include/parrot/1.0/parrot/platform.h
-+  /usr/include/parrot/1.0/parrot/platform_interface.h
-+  /usr/include/parrot/1.0/parrot/pmc.h
-+  /usr/include/parrot/1.0/parrot/pmc_freeze.h
-+  /usr/include/parrot/1.0/parrot/pobj.h
-+  /usr/include/parrot/1.0/parrot/register.h
-+  /usr/include/parrot/1.0/parrot/resources.h
-+  /usr/include/parrot/1.0/parrot/scheduler.h
-+  /usr/include/parrot/1.0/parrot/scheduler_private.h
-+  /usr/include/parrot/1.0/parrot/settings.h
-+  /usr/include/parrot/1.0/parrot/slice.h
-+  /usr/include/parrot/1.0/parrot/smallobject.h
-+  /usr/include/parrot/1.0/parrot/stacks.h
-+  /usr/include/parrot/1.0/parrot/stat.h
-+  /usr/include/parrot/1.0/parrot/stm/backend.h
-+  /usr/include/parrot/1.0/parrot/string.h
-+  /usr/include/parrot/1.0/parrot/string_funcs.h
-+  /usr/include/parrot/1.0/parrot/string_primitives.h
-+  /usr/include/parrot/1.0/parrot/string_private_cstring.h
-+  /usr/include/parrot/1.0/parrot/sub.h
-+  /usr/include/parrot/1.0/parrot/thr_pthread.h
-+  /usr/include/parrot/1.0/parrot/thr_windows.h
-+  /usr/include/parrot/1.0/parrot/thread.h
-+  /usr/include/parrot/1.0/parrot/tsq.h
-+  /usr/include/parrot/1.0/parrot/vtable.h
-+  /usr/include/parrot/1.0/parrot/vtables.h
-+  /usr/include/parrot/1.0/parrot/warnings.h
-+  /usr/lib/libparrot.dll.a
-+  /usr/lib/parrot/1.0/include/call_bits.pasm
-+  /usr/lib/parrot/1.0/include/cclass.pasm
-+  /usr/lib/parrot/1.0/include/datatypes.pasm
-+  /usr/lib/parrot/1.0/include/errors.pasm
-+  /usr/lib/parrot/1.0/include/except_severity.pasm
-+  /usr/lib/parrot/1.0/include/except_types.pasm
-+  /usr/lib/parrot/1.0/include/hllmacros.pir
-+  /usr/lib/parrot/1.0/include/iglobals.pasm
-+  /usr/lib/parrot/1.0/include/interpcores.pasm
-+  /usr/lib/parrot/1.0/include/interpdebug.pasm
-+  /usr/lib/parrot/1.0/include/interpflags.pasm
-+  /usr/lib/parrot/1.0/include/interptrace.pasm
-+  /usr/lib/parrot/1.0/include/iotypes.pasm
-+  /usr/lib/parrot/1.0/include/iterator.pasm
-+  /usr/lib/parrot/1.0/include/longopt.pasm
-+  /usr/lib/parrot/1.0/include/mmd.pasm
-+  /usr/lib/parrot/1.0/include/opengl_defines.pasm
-+  /usr/lib/parrot/1.0/include/parrotlib.pbc
-+  /usr/lib/parrot/1.0/include/pmctypes.pasm
-+  /usr/lib/parrot/1.0/include/signal.pasm
-+  /usr/lib/parrot/1.0/include/sockets.pasm
-+  /usr/lib/parrot/1.0/include/stat.pasm
-+  /usr/lib/parrot/1.0/include/stdio.pasm
-+  /usr/lib/parrot/1.0/include/stringinfo.pasm
-+  /usr/lib/parrot/1.0/include/sysinfo.pasm
-+  /usr/lib/parrot/1.0/include/test_more.pir
-+  /usr/lib/parrot/1.0/include/timer.pasm
-+  /usr/lib/parrot/1.0/include/tm.pasm
-+  /usr/lib/parrot/1.0/include/warnings.pasm
-+  /usr/lib/parrot/1.0/src/glut_callbacks.c
-+  /usr/lib/parrot/1.0/src/install_config.o
-+  /usr/lib/parrot/1.0/src/nci.c
-+  /usr/lib/parrot/1.0/src/null_config.o
-+  /usr/lib/parrot/1.0/src/ops/core_ops_cgp.c
-+  /usr/lib/parrot/1.0/src/ops/core_ops_switch.c
-+  /usr/lib/parrot/1.0/src/parrot_config.o
-+  /usr/lib/pkgconfig/parrot.pc
-+  /usr/lib/parrot/1.0/tools/build/ops2c.pl
-+  /usr/lib/parrot/1.0/tools/build/pmc2c.pl
-+  /usr/lib/parrot/1.0/tools/dev/gen_makefile.pl
-+  /usr/lib/parrot/1.0/tools/dev/pbc_to_exe.pir
-+  /usr/lib/parrot/1.0/tools/dev/reconfigure.pl
-+  /usr/lib/parrot/1.0/tools/lib/File/Which.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/BuildUtil.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Config.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Config/Generated.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Compiler.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Data.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Messages.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Options.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Options/Conf.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Options/Conf/CLI.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Options/Conf/File.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Options/Conf/Shared.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Options/Reconf.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Options/Test.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Options/Test/Prepare.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Step.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Step/List.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Step/Methods.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Test.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Trace.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Configure/Utils.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Distribution.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Directory.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/File.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Group.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/HTMLPage.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Item.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/POD2HTML.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/C.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/Compilers.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/Config.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/Docs.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/DynaPMCs.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/EditorPlugins.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/Examples.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/IMCC.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/Info.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/Languages.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/Libs.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/Ops.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/PMCs.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/Parrot.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/Perl.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/Tests.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Docs/Section/Tools.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Harness/DefaultTests.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Harness/Options.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Harness/Smoke.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Headerizer.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/IO/Directory.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/IO/File.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/IO/Path.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Manifest.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Op.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/OpTrans.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/OpTrans/C.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/OpTrans/CGP.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/OpTrans/CGoto.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/OpTrans/CPrederef.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/OpTrans/CSwitch.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/OpTrans/Compiled.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Ops2c/Auxiliary.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Ops2c/Utils.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Ops2pm.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Ops2pm/Auxiliary.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Ops2pm/Base.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/OpsFile.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/OpsRenumber.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/PMC.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/Attribute.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/ComposedMethod.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/Dumper.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/Emitter.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/Library.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/MULTI.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/Method.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/MethodEmitter.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/Object.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/PCCMETHOD.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/PMC.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/PMC/Null.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/PMC/Object.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/PMC/ParrotClass.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/PMC/PrintTree.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/PMC/RO.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/PMC/Ref.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/PMC/SharedRef.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/PMC/default.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/PMCEmitter.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/Parser.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/Pmc2cMain.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/UtilFunctions.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Pmc2c/VTable.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Revision.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/SearchOps.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Test.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Test/APL.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Test/Cardinal.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Test/Harness.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Test/PGE.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Test/PIR_PGE.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Test/Perl6.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Test/Punie.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Test/Util.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Test/Util/Runloop.pm
-+  /usr/lib/parrot/1.0/tools/lib/Parrot/Vtable.pm
-+
-+Files included in the =parrot-docs= package:
-+
-+  /usr/share/doc/parrot/1.0/html/CREDITS.html
-+  /usr/share/doc/parrot/1.0/html/Configure.pl.html
-+  /usr/share/doc/parrot/1.0/html/README_cygwin.pod.html
-+  /usr/share/doc/parrot/1.0/html/README_win32.pod.html
-+  /usr/share/doc/parrot/1.0/html/abc.html
-+  /usr/share/doc/parrot/1.0/html/apl.html
-+  /usr/share/doc/parrot/1.0/html/basic.html
-+  /usr/share/doc/parrot/1.0/html/befunge.html
-+  /usr/share/doc/parrot/1.0/html/bf.html
-+  /usr/share/doc/parrot/1.0/html/c.html
-+  /usr/share/doc/parrot/1.0/html/c99.html
-+  /usr/share/doc/parrot/1.0/html/cardinal.html
-+  /usr/share/doc/parrot/1.0/html/chitchat.html
-+  /usr/share/doc/parrot/1.0/html/cola.html
-+  /usr/share/doc/parrot/1.0/html/compilers/imcc/main.c.html
-+  /usr/share/doc/parrot/1.0/html/compilers/pct/src/PAST/Compiler.pir.html
-+  /usr/share/doc/parrot/1.0/html/compilers/pct/src/pct/HLLCompiler.pir.html
-+  /usr/share/doc/parrot/1.0/html/config.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/alignptrs.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/arch.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/attributes.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/backtrace.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/byteorder.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/cgoto.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/cpu.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/cpu/i386/auto.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/cpu/ppc/auto.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/cpu/sun4/auto.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/cpu/x86_64/auto.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/crypto.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/ctags.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/env.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/fink.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/format.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/funcptr.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/gc.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/gcc.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/gdbm.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/gettext.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/glibc.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/gmp.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/headers.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/icu.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/inline.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/isreg.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/jit.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/macports.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/memalign.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/msvc.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/neg_0.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/opengl.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/ops.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/pcre.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/perldoc.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/pmc.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/pod2man.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/readline.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/revision.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/signal.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/sizes.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/snprintf.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/socklen_t.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/va_ptr.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/auto/warnings.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/gen/call_list.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/gen/config_h.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/gen/config_pm.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/gen/core_pmcs.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/gen/crypto.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/gen/languages.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/gen/makefiles.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/gen/opengl.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/gen/parrot_include.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/gen/platform.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/init/defaults.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/init/headers.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/init/hints.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/init/install.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/init/manifest.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/init/optimize.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/inter/charset.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/inter/encoding.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/inter/lex.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/inter/libparrot.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/inter/make.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/inter/progs.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/inter/shlibs.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/inter/types.pm.html
-+  /usr/share/doc/parrot/1.0/html/config/inter/yacc.pm.html
-+  /usr/share/doc/parrot/1.0/html/docs.html
-+  /usr/share/doc/parrot/1.0/html/docs/configuration.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/debug.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/debugger.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/byteorder.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/c_functions.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/debugging_with_msvc.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/events.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/fhs.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/headerizer.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/infant.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/jit_i386.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/longopt.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/optimizer.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/parrot_api.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/pcc_state.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/pccmethods.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/pmc_freeze.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/dev/pmc_obj_design_meeting_notes.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/embed.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/faq.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/gettingstarted.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/glossary.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/imcc/imcfaq.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/imcc/operation.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/intro.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/jit.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/memory_internals.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/multidispatch.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/native_exec.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/ops/core.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/overview.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/parrot.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/parrotbyte.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pct/pct_optable_guide.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/draft/pdd01_overview.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/draft/pdd05_opfunc.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/draft/pdd06_pasm.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/draft/pdd08_keys.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/draft/pdd10_embedding.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/draft/pdd11_extending.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/draft/pdd14_numbers.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/draft/pdd16_native_call.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/draft/pdd29_compiler_tools.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/draft/pdd30_install.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/draft/pdd31_hll_interop.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd00_pdd.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd03_calling_conventions.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd07_codingstd.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd09_gc.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd13_bytecode.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd15_objects.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd17_pmc.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd18_security.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd19_pir.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd20_lexical_vars.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd21_namespaces.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd22_io.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd23_exceptions.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd24_events.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd25_concurrency.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd26_ast.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd27_multiple_dispatch.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd28_strings.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pdds/pdd_template.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pmc/array.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pmc/documentation.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pmc/struct.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/pmc/subs.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/porting_intro.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/running.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/stability.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/submissions.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/tests.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/user/pir/pp001-intro.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/user/pir/pp002-pmc.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/user/pir/pp003-oop.pod.html
-+  /usr/share/doc/parrot/1.0/html/docs/vtables.pod.html
-+  /usr/share/doc/parrot/1.0/html/dotnet.html
-+  /usr/share/doc/parrot/1.0/html/dynapmc.html
-+  /usr/share/doc/parrot/1.0/html/ecmascript.html
-+  /usr/share/doc/parrot/1.0/html/editor.html
-+  /usr/share/doc/parrot/1.0/html/editor/README.pod.html
-+  /usr/share/doc/parrot/1.0/html/examples.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/addit.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/addit.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/addit.pl.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/addit2.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/array_access.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/arriter.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/arriter.pl.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/arriter_o1.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/bench_newp.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/fib.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/fib.pl.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/float4.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/freeze.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/freeze.pl.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/gc_alloc_new.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/gc_alloc_reuse.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/gc_generations.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/gc_header_new.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/gc_header_reuse.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/gc_waves_headers.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/gc_waves_sizeable_data.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/gc_waves_sizeable_headers.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/mops.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/mops.pl.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/mops_intval.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/primes.c.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/primes.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/primes.pl.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/primes2.c.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/primes2.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/primes2.py.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/primes2_i.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/primes_i.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/shared_ref.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/shared_ref.pl.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/stress.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/stress.pl.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/stress1.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/stress1.pl.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/stress2.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/stress2.pl.html
-+  /usr/share/doc/parrot/1.0/html/examples/benchmarks/stress3.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/c/test_main.c.html
-+  /usr/share/doc/parrot/1.0/html/examples/io/async_select.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/io/echo_client.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/io/http.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/io/httpd.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/io/httpd2.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/io/net_smtp.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/library/ncurses_life.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/mops/mops.c.html
-+  /usr/share/doc/parrot/1.0/html/examples/mops/mops.cs.html
-+  /usr/share/doc/parrot/1.0/html/examples/mops/mops.p6.html
-+  /usr/share/doc/parrot/1.0/html/examples/mops/mops.pl.html
-+  /usr/share/doc/parrot/1.0/html/examples/mops/mops.py.html
-+  /usr/share/doc/parrot/1.0/html/examples/mops/mops.rb.html
-+  /usr/share/doc/parrot/1.0/html/examples/nci/Mysql.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/nci/PQt.C.html
-+  /usr/share/doc/parrot/1.0/html/examples/nci/QtHelloWorld.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/nci/Xlib.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/nci/Xlibconstants.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/nci/ls.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/nci/mysqltest.p6.html
-+  /usr/share/doc/parrot/1.0/html/examples/nci/mysqltest.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/nci/win32api.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/nci/xlibtest.nqp.html
-+  /usr/share/doc/parrot/1.0/html/examples/nci/xlibtest.p6.html
-+  /usr/share/doc/parrot/1.0/html/examples/nci/xlibtest.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/opengl/triangle.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pasm/cat.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/pasm/fact.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/pasm/hello.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/pasm/nanoforth.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/pasm/nanoforth2.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/pasm/trace.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/pasm/xml_parser.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/circle.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/euclid.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/hanoi.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/io.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/life.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/local_label.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/mandel.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/quine_ord.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/readline.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/substr.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/sudoku.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/thr-primes.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/pir/uniq.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/streams/Bytes.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/streams/Combiner.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/streams/Coroutine.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/streams/FileLines.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/streams/Filter.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/streams/Include.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/streams/Lines.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/streams/ParrotIO.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/streams/SubCounter.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/streams/SubHello.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/streams/Writer.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/subs/bsr_ret.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/subs/coroutine.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/subs/jsr_ret.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/subs/multi_retvals.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/subs/no_retval.pir.html
-+  /usr/share/doc/parrot/1.0/html/examples/subs/pasm_sub1.pasm.html
-+  /usr/share/doc/parrot/1.0/html/examples/subs/single_retval.pir.html
-+  /usr/share/doc/parrot/1.0/html/forth.html
-+  /usr/share/doc/parrot/1.0/html/imcc.html
-+  /usr/share/doc/parrot/1.0/html/index.html
-+  /usr/share/doc/parrot/1.0/html/info.html
-+  /usr/share/doc/parrot/1.0/html/jako.html
-+  /usr/share/doc/parrot/1.0/html/languages.html
-+  /usr/share/doc/parrot/1.0/html/languages/APL/APL.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/APL/src/parser/actions.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/APL/src/pmc/aplvector.pmc.html
-+  /usr/share/doc/parrot/1.0/html/languages/APL/tools/gen_operator_defs.pl.html
-+  /usr/share/doc/parrot/1.0/html/languages/BASIC/compiler/RT_platform_win32.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/PIR/README.html
-+  /usr/share/doc/parrot/1.0/html/languages/PIR/docs/ROADMAP.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/PIR/docs/TODO.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/PIR/docs/pirgrammar.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/PIR/examples/call2.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/PIR/pir.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/PIR/src/pir.pg.html
-+  /usr/share/doc/parrot/1.0/html/languages/PIR/t/whitespace.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/abc/abc.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/abc/src/builtins/all.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/abc/src/parser/actions.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/abc/src/parser/grammar.pg.html
-+  /usr/share/doc/parrot/1.0/html/languages/abc/t/01-tests.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/befunge/t/harness.html
-+  /usr/share/doc/parrot/1.0/html/languages/bf/t/harness.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/c99.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/lib/Parrot/Test/C99.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/src/CPP_AST2Constants.tg.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/src/CPP_ASTGrammar.tg.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/src/CPP_PASTNodes.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/src/builtins/say.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/src/c99_PGE.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/src/cpp/cpp.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/src/cpp/src/builtins/say.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/src/cpp/src/parser/actions.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/src/cpp/src/parser/grammar.pg.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/src/parser/actions.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/c99/src/parser/grammar.pg.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/cardinal.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/builtins/cmp.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/builtins/control.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/builtins/eval.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/builtins/globals.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/builtins/guts.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/builtins/op.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/builtins/say.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Any.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Array.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Bool.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Continuation.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Dir.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/File.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/FileStat.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/GC.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Hash.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/IO.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Integer.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Kernel.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Math.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/NilClass.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Object.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Proc.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Queue.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Range.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/String.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/classes/Time.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/parser/actions.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/cardinal/src/parser/grammar.pg.html
-+  /usr/share/doc/parrot/1.0/html/languages/chitchat/chitchat.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/chitchat/src/builtins/say.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/chitchat/src/parser/actions.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/chitchat/src/parser/grammar.pg.html
-+  /usr/share/doc/parrot/1.0/html/languages/cola/gen.c.html
-+  /usr/share/doc/parrot/1.0/html/languages/cola/semant.c.html
-+  /usr/share/doc/parrot/1.0/html/languages/cola/sym.c.html
-+  /usr/share/doc/parrot/1.0/html/languages/cola/t/examples.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/cola/type.c.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/building.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/constructs/arrays.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/constructs/calling.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/constructs/exceptions.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/constructs/managedpointers.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/constructs/oop.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/constructs/valuetypes.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/contents.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/exceptions.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/metadatatranslator.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/overview.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/pmcs.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/rulesfile.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/running.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/stacktoregister.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/doc/translatorbuilder.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/dotnet/t/harness.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/js.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/lib/Parrot/Test/JS.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/src/classes/Array.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/src/classes/Boolean.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/src/classes/Completion.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/src/classes/List.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/src/classes/Null.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/src/classes/Number.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/src/classes/Object.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/src/classes/Reference.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/src/classes/String.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/src/classes/Undefined.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/ecmascript/t/harness.html
-+  /usr/share/doc/parrot/1.0/html/languages/jako/docs/jako.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/jako/lib/Jako/Construct/Block.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/jako/t/examples.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/jako/t/harness.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/cl.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/eval.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/include/macros.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/include/macros/assert.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/include/macros/error.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/include/macros/list.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/include/macros/standard.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/include/macros/types.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/internals.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/lib/Parrot/Test/Lisp.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/lisp.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/read.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/system.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/t/arithmetics.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/t/atoms.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/t/cl.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/t/function.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/t/hello.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/t/lexicals.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/t/read.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/t/system.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/types.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lisp/validate.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lolcode/lolcode.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lolcode/src/builtins/expr_parse.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lolcode/src/builtins/say.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/lolcode/src/parser/actions.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/lolcode/src/parser/grammar.pg.html
-+  /usr/share/doc/parrot/1.0/html/languages/ook/ook.pasm.html
-+  /usr/share/doc/parrot/1.0/html/languages/ook/t/basic.t.html
-+  /usr/share/doc/parrot/1.0/html/languages/ook/t/harness.html
-+  /usr/share/doc/parrot/1.0/html/languages/pheme/pheme.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/pod/pod.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/pod/src/Pod/DocTree/Node.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/pod/test.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/punie/overview.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/punie/punie.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/pynie/README.html
-+  /usr/share/doc/parrot/1.0/html/languages/pynie/pynie.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/pynie/src/builtins/funcs.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/pynie/src/builtins/io.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/pynie/src/builtins/lists.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/pynie/src/builtins/oper.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/pynie/src/parser/indent.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/regex/docs/regex.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/regex/lib/Parrot/Test/Regex.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/regex/lib/Regex/Optimize.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/regex/lib/Regex/Parse/P6C.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/regex/pmc/match.pmc.html
-+  /usr/share/doc/parrot/1.0/html/languages/regex/pmc/matchrange.pmc.html
-+  /usr/share/doc/parrot/1.0/html/languages/scheme/README.html
-+  /usr/share/doc/parrot/1.0/html/languages/scheme/lib/Scheme.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/scheme/lib/Scheme/Generator.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/scheme/lib/Scheme/Parser.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/scheme/lib/Scheme/Tokenizer.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/scheme/t/harness.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/doc/tutorial_episode_1.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/doc/tutorial_episode_2.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/doc/tutorial_episode_3.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/doc/tutorial_episode_4.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/doc/tutorial_episode_5.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/doc/tutorial_episode_6.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/doc/tutorial_episode_7.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/doc/tutorial_episode_8.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/doc/tutorial_episode_9.pod.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/squaak.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/src/builtins/say.pir.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/src/parser/actions.pm.html
-+  /usr/share/doc/parrot/1.0/html/languages/squaak/src/parser/grammar.pg.html
-+  /usr/share/doc/parrot/1.0/html/languages/t/harness.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/BuildUtil.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Config.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Config/Generated.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Compiler.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Data.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Messages.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Options.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Options/Conf.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Options/Conf/CLI.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Options/Conf/File.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Options/Conf/Shared.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Options/Test.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Options/Test/Prepare.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Step.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Step/List.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Step/Methods.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Test.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Trace.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Configure/Utils.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Distribution.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Directory.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/File.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Group.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/HTMLPage.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Item.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/POD2HTML.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/C.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/Compilers.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/Config.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/Docs.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/DynaPMCs.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/EditorPlugins.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/Examples.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/IMCC.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/Info.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/Languages.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/Libs.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/Ops.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/PMCs.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/Parrot.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/Perl.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/Tests.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Docs/Section/Tools.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/IO/Directory.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/IO/File.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/IO/Path.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Op.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/OpLib/core.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/OpTrans.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/OpTrans/C.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/OpTrans/CGP.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/OpTrans/CGoto.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/OpTrans/CPrederef.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/OpTrans/CSwitch.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/OpTrans/Compiled.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Ops2c/Auxiliary.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Ops2c/Utils.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Ops2pm.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Ops2pm/Auxiliary.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/OpsFile.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/Attribute.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/Dumper.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/Library.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/MULTI.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/Method.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/MethodEmitter.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/Object.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/PCCMETHOD.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/PMC.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/PMC/Null.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/PMC/Object.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/PMC/ParrotClass.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/PMC/PrintTree.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/PMC/RO.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/PMC/Ref.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/PMC/SharedRef.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/PMC/default.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/PMCEmitter.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/Parser.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/Pmc2cMain.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Pmc2c/UtilFunctions.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Revision.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Test.pm.html
-+  /usr/share/doc/parrot/1.0/html/lib/Parrot/Vtable.pm.html
-+  /usr/share/doc/parrot/1.0/html/libs.html
-+  /usr/share/doc/parrot/1.0/html/lisp.html
-+  /usr/share/doc/parrot/1.0/html/lolcode.html
-+  /usr/share/doc/parrot/1.0/html/ook.html
-+  /usr/share/doc/parrot/1.0/html/ops.html
-+  /usr/share/doc/parrot/1.0/html/parrotbug.html
-+  /usr/share/doc/parrot/1.0/html/perl.html
-+  /usr/share/doc/parrot/1.0/html/pheme.html
-+  /usr/share/doc/parrot/1.0/html/pir.html
-+  /usr/share/doc/parrot/1.0/html/pmc.html
-+  /usr/share/doc/parrot/1.0/html/pod.html
-+  /usr/share/doc/parrot/1.0/html/punie.html
-+  /usr/share/doc/parrot/1.0/html/pynie.html
-+  /usr/share/doc/parrot/1.0/html/regex.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/include/fp_equality.pasm.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/include/hllmacros.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/include/test_more.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/CGI/QueryHash.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Config/JSON.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Data/Dumper/Base.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Data/Dumper/Default.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Data/Escape.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Data/Replace.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Digest/MD5.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/File/Spec.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/File/Spec/Win32.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Getopt/Obj.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/HTTP/Daemon.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Iter.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/JSON.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/MIME/Base64.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Math/Random/mt19937ar.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/NCI/call_toolkit_init.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/OpenGL.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/P6object.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/PGE/Dumper.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/PGE/Glob.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/PGE/Hs.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/PGE/Perl6Grammar.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/PGE/Text.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/PGE/Util.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Parrot/Coroutine.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Parrot/Exception.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Pg.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Protoobject.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Range.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/App.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/Button.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/Color.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/Constants.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/Event.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/EventHandler.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/Font.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/Image.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/LCD.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/Rect.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/Sprite.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/StopWatch.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/SDL/Surface.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Stream/Base.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Stream/Combiner.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Stream/Coroutine.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Stream/Filter.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Stream/Lines.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Stream/ParrotIO.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Stream/Replay.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Stream/Sub.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Stream/Writer.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/String/Utils.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Tcl/Glob.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/TclLibrary.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Test/Builder.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Test/Builder/Output.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Test/Builder/Test.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Test/Builder/TestPlan.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Test/Builder/Tester.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Test/Class.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/Test/More.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/YAML/Dumper/Base.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/YAML/Dumper/Default.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/YAML/Parser/Syck.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/config.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/dumper.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/libpcre.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/parrotlib.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/pcre.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/tcpstream.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/uuid.pir.html
-+  /usr/share/doc/parrot/1.0/html/runtime/parrot/library/yaml_dumper.pir.html
-+  /usr/share/doc/parrot/1.0/html/scheme.html
-+  /usr/share/doc/parrot/1.0/html/squaak.html
-+  /usr/share/doc/parrot/1.0/html/src/byteorder.c.html
-+  /usr/share/doc/parrot/1.0/html/src/call/ops.c.html
-+  /usr/share/doc/parrot/1.0/html/src/datatypes.c.html
-+  /usr/share/doc/parrot/1.0/html/src/debug.c.html
-+  /usr/share/doc/parrot/1.0/html/src/dynoplibs/dan.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/dynoplibs/myops.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/dynpmc/README.pod.html
-+  /usr/share/doc/parrot/1.0/html/src/dynpmc/dynlexpad.c.html
-+  /usr/share/doc/parrot/1.0/html/src/dynpmc/dynlexpad.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/dynpmc/gdbmhash.c.html
-+  /usr/share/doc/parrot/1.0/html/src/dynpmc/gdbmhash.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/dynpmc/pair.c.html
-+  /usr/share/doc/parrot/1.0/html/src/dynpmc/pair.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/dynpmc/rational.c.html
-+  /usr/share/doc/parrot/1.0/html/src/dynpmc/rational.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/embed.c.html
-+  /usr/share/doc/parrot/1.0/html/src/events.c.html
-+  /usr/share/doc/parrot/1.0/html/src/exceptions.c.html
-+  /usr/share/doc/parrot/1.0/html/src/exec.c.html
-+  /usr/share/doc/parrot/1.0/html/src/exec_save.c.html
-+  /usr/share/doc/parrot/1.0/html/src/exec_start.c.html
-+  /usr/share/doc/parrot/1.0/html/src/exit.c.html
-+  /usr/share/doc/parrot/1.0/html/src/extend.c.html
-+  /usr/share/doc/parrot/1.0/html/src/gc/api.c.html
-+  /usr/share/doc/parrot/1.0/html/src/gc/gc_malloc.c.html
-+  /usr/share/doc/parrot/1.0/html/src/gc/gc_private.h.html
-+  /usr/share/doc/parrot/1.0/html/src/gc/generational_ms.c.html
-+  /usr/share/doc/parrot/1.0/html/src/gc/incremental_ms.c.html
-+  /usr/share/doc/parrot/1.0/html/src/gc/mark_sweep.c.html
-+  /usr/share/doc/parrot/1.0/html/src/gc/memory.c.html
-+  /usr/share/doc/parrot/1.0/html/src/gc/pools.c.html
-+  /usr/share/doc/parrot/1.0/html/src/gc/register.c.html
-+  /usr/share/doc/parrot/1.0/html/src/gc/res_lea.c.html
-+  /usr/share/doc/parrot/1.0/html/src/gc/resources.c.html
-+  /usr/share/doc/parrot/1.0/html/src/gc/system.c.html
-+  /usr/share/doc/parrot/1.0/html/src/global_setup.c.html
-+  /usr/share/doc/parrot/1.0/html/src/hash.c.html
-+  /usr/share/doc/parrot/1.0/html/src/inter_cb.c.html
-+  /usr/share/doc/parrot/1.0/html/src/inter_create.c.html
-+  /usr/share/doc/parrot/1.0/html/src/inter_misc.c.html
-+  /usr/share/doc/parrot/1.0/html/src/interpreter.c.html
-+  /usr/share/doc/parrot/1.0/html/src/io/api.c.html
-+  /usr/share/doc/parrot/1.0/html/src/io/buffer.c.html
-+  /usr/share/doc/parrot/1.0/html/src/io/core.c.html
-+  /usr/share/doc/parrot/1.0/html/src/io/filehandle.c.html
-+  /usr/share/doc/parrot/1.0/html/src/io/io_private.h.html
-+  /usr/share/doc/parrot/1.0/html/src/io/io_string.c.html
-+  /usr/share/doc/parrot/1.0/html/src/io/portable.c.html
-+  /usr/share/doc/parrot/1.0/html/src/io/socket_api.c.html
-+  /usr/share/doc/parrot/1.0/html/src/io/socket_unix.c.html
-+  /usr/share/doc/parrot/1.0/html/src/io/socket_win32.c.html
-+  /usr/share/doc/parrot/1.0/html/src/io/unix.c.html
-+  /usr/share/doc/parrot/1.0/html/src/io/utf8.c.html
-+  /usr/share/doc/parrot/1.0/html/src/io/win32.c.html
-+  /usr/share/doc/parrot/1.0/html/src/jit.c.html
-+  /usr/share/doc/parrot/1.0/html/src/jit_debug.c.html
-+  /usr/share/doc/parrot/1.0/html/src/jit_debug_xcoff.c.html
-+  /usr/share/doc/parrot/1.0/html/src/key.c.html
-+  /usr/share/doc/parrot/1.0/html/src/list.c.html
-+  /usr/share/doc/parrot/1.0/html/src/longopt.c.html
-+  /usr/share/doc/parrot/1.0/html/src/main.c.html
-+  /usr/share/doc/parrot/1.0/html/src/malloc-trace.c.html
-+  /usr/share/doc/parrot/1.0/html/src/misc.c.html
-+  /usr/share/doc/parrot/1.0/html/src/multidispatch.c.html
-+  /usr/share/doc/parrot/1.0/html/src/nci_test.c.html
-+  /usr/share/doc/parrot/1.0/html/src/oo.c.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/bit.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/cmp.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/core.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/debug.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/experimental.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/io.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/math.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/object.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/obscure.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/pic.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/pmc.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/set.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/string.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/sys.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/ops/var.ops.html
-+  /usr/share/doc/parrot/1.0/html/src/parrot_debugger.c.html
-+  /usr/share/doc/parrot/1.0/html/src/pbc_disassemble.c.html
-+  /usr/share/doc/parrot/1.0/html/src/pbc_dump.c.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc.c.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/addrregistry.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/array.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/bigint.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/bignum.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/boolean.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/bound_nci.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/callsignature.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/capture.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/class.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/closure.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/codestring.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/complex.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/continuation.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/coroutine.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/cpointer.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/default.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/env.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/eval.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/eventhandler.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/exception.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/exceptionhandler.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/exporter.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/file.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/filehandle.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/fixedbooleanarray.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/fixedfloatarray.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/fixedintegerarray.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/fixedpmcarray.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/fixedstringarray.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/float.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/hash.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/integer.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/iterator.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/key.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/lexinfo.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/lexpad.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/managedstruct.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/multisub.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/namespace.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/nci.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/null.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/object.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/orderedhash.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/os.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/packfile.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/packfileannotation.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/packfileannotationkeys.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/packfileannotations.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/packfileconstanttable.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/packfiledirectory.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/packfilefixupentry.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/packfilefixuptable.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/packfilerawsegment.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/packfilesegment.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/parrotinterpreter.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/parrotlibrary.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/parrotrunningthread.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/parrotthread.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/pccmethod_test.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/pmcproxy.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/pointer.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/random.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/ref.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/resizablebooleanarray.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/resizablefloatarray.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/resizableintegerarray.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/resizablepmcarray.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/resizablestringarray.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/retcontinuation.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/role.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/scalar.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/scheduler.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/schedulermessage.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/sharedref.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/slice.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/string.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/stringhandle.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/sub.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/task.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/timer.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/tqueue.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/undef.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc/unmanagedstruct.pmc.html
-+  /usr/share/doc/parrot/1.0/html/src/pmc_freeze.c.html
-+  /usr/share/doc/parrot/1.0/html/src/runops_cores.c.html
-+  /usr/share/doc/parrot/1.0/html/src/scheduler.c.html
-+  /usr/share/doc/parrot/1.0/html/src/spf_render.c.html
-+  /usr/share/doc/parrot/1.0/html/src/spf_vtable.c.html
-+  /usr/share/doc/parrot/1.0/html/src/stacks.c.html
-+  /usr/share/doc/parrot/1.0/html/src/string/api.c.html
-+  /usr/share/doc/parrot/1.0/html/src/string/charset/ascii.c.html
-+  /usr/share/doc/parrot/1.0/html/src/string/charset/binary.c.html
-+  /usr/share/doc/parrot/1.0/html/src/string/charset/iso-8859-1.c.html
-+  /usr/share/doc/parrot/1.0/html/src/string/charset/unicode.c.html
-+  /usr/share/doc/parrot/1.0/html/src/string/encoding/fixed_8.c.html
-+  /usr/share/doc/parrot/1.0/html/src/string/encoding/ucs2.c.html
-+  /usr/share/doc/parrot/1.0/html/src/string/encoding/utf16.c.html
-+  /usr/share/doc/parrot/1.0/html/src/string/encoding/utf8.c.html
-+  /usr/share/doc/parrot/1.0/html/src/string/primitives.c.html
-+  /usr/share/doc/parrot/1.0/html/src/sub.c.html
-+  /usr/share/doc/parrot/1.0/html/src/thread.c.html
-+  /usr/share/doc/parrot/1.0/html/src/trace.c.html
-+  /usr/share/doc/parrot/1.0/html/src/tsq.c.html
-+  /usr/share/doc/parrot/1.0/html/src/utils.c.html
-+  /usr/share/doc/parrot/1.0/html/src/warnings.c.html
-+  /usr/share/doc/parrot/1.0/html/t/TESTS_STATUS.pod.html
-+  /usr/share/doc/parrot/1.0/html/t/benchmark/benchmarks.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/c_arg_assert.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/c_code_coda.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/c_cppcomments.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/c_function_docs.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/c_header_guards.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/c_indent.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/c_macro_args.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/c_operator.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/c_parens.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/c_returns.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/c_struct.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/check_isxxx.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/check_toxxx.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/copyright.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/cuddled_else.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/filenames.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/fixme.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/gmt_utc.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/linelength.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/make_code_coda.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/perlcritic.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/pir_code_coda.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/pod_todo.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/svn_id.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/tabs.t.html
-+  /usr/share/doc/parrot/1.0/html/t/codingstd/trailing_space.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/imcc/syn/bsr_5.pir.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/imcc/syn/bsr_6.pir.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/imcc/syn/file.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/imcc/syn/pod.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/imcc/syn/pod_1.pir.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/imcc/syn/pod_2.pir.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/imcc/syn/pod_3.pir.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/imcc/syn/subflags.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/json/from_parrot.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/json/to_parrot.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pct/complete_workflow.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/00-basic.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/02-match.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/04-compile.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/06-grammar.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/p5regex/p5rx.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/perl6regex/01-regex.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/perl6regex/context.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/pge-hs.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/pge.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/pge_examples.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/pge_globs.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/pge_text.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/pge/pge_util.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/tge/basic.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/tge/grammar.t.html
-+  /usr/share/doc/parrot/1.0/html/t/compilers/tge/parser.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/001-options.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/002-messages.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/003-steplist.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/004-configure.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/005-run_one_step.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/006-bad_step.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/007-verbose_two.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/008-file_based_configuration.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/011-no_description.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/012-verbose.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/013-die.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/015-no_return.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/016-no_return_but_result.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/017-revision_from_cache.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/018-revision_to_cache.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/019-version.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/020-version.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/021-version.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/022-version.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/023-version.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/024-version.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/025-options_test.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/026-options_test.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/027-option_or_data.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/028-option_or_data.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/029-option_or_data.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/030-option_or_data.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/031-base.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/032-data.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/033-step.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/034-step.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/035-step.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/037-run_single_step.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/038-run_single_step.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/039-run_single_step.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/041-return_undef.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/042-list_of_steps.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/043-verbose_step.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/044-slurp_file.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/045-generated_file_header.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/046-inter.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/047-inter.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/048-return_result_undef.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/049-options_test.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/050-fatal.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/051-fatal_step.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/059-silent.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/061-revision_from_cache.t.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/Make_VERSION_File.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/Tie/Filehandle/Preempt/Stdin.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/adefectivefoobar.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/bdefectivefoobar.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/cdefectivefoobar.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/ddefectivefoobar.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/init/alpha.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/init/beta.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/init/delta.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/init/epsilon.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/init/foobar.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/init/gamma.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/init/iota.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/init/kappa.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/init/lambda.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/init/mu.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/init/zeta.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/inter/theta.pm.html
-+  /usr/share/doc/parrot/1.0/html/t/configure/testlib/verbosefoobar.html
-+  /usr/share/doc/parrot/1.0/html/t/distro/file_metadata.t.html
-+  /usr/share/doc/parrot/1.0/html/t/distro/manifest.t.html
-+  /usr/share/doc/parrot/1.0/html/t/distro/meta_yml.t.html
-+  /usr/share/doc/parrot/1.0/html/t/distro/test_file_coverage.t.html
-+  /usr/share/doc/parrot/1.0/html/t/doc/opcode-doc.t.html
-+  /usr/share/doc/parrot/1.0/html/t/doc/pod.t.html
-+  /usr/share/doc/parrot/1.0/html/t/dynoplibs/dan.t.html
-+  /usr/share/doc/parrot/1.0/html/t/dynoplibs/myops.t.html
-+  /usr/share/doc/parrot/1.0/html/t/dynpmc/digest.t.html
-+  /usr/share/doc/parrot/1.0/html/t/dynpmc/dynlexpad.t.html
-+  /usr/share/doc/parrot/1.0/html/t/dynpmc/foo.t.html
-+  /usr/share/doc/parrot/1.0/html/t/dynpmc/gdbmhash.t.html
-+  /usr/share/doc/parrot/1.0/html/t/dynpmc/pair.t.html
-+  /usr/share/doc/parrot/1.0/html/t/dynpmc/rational.t.html
-+  /usr/share/doc/parrot/1.0/html/t/dynpmc/rotest.t.html
-+  /usr/share/doc/parrot/1.0/html/t/dynpmc/subclass_with_pir_method.t.html
-+  /usr/share/doc/parrot/1.0/html/t/dynpmc/subproxy.t.html
-+  /usr/share/doc/parrot/1.0/html/t/examples/catchall.t.html
-+  /usr/share/doc/parrot/1.0/html/t/examples/japh.t.html
-+  /usr/share/doc/parrot/1.0/html/t/examples/library.t.html
-+  /usr/share/doc/parrot/1.0/html/t/examples/namespace.t.html
-+  /usr/share/doc/parrot/1.0/html/t/examples/pasm.t.html
-+  /usr/share/doc/parrot/1.0/html/t/examples/past.t.html
-+  /usr/share/doc/parrot/1.0/html/t/examples/pir.t.html
-+  /usr/share/doc/parrot/1.0/html/t/examples/shootout.t.html
-+  /usr/share/doc/parrot/1.0/html/t/examples/streams.t.html
-+  /usr/share/doc/parrot/1.0/html/t/examples/subs.t.html
-+  /usr/share/doc/parrot/1.0/html/t/examples/tutorial.t.html
-+  /usr/share/doc/parrot/1.0/html/t/harness.html
-+  /usr/share/doc/parrot/1.0/html/t/library/File_Spec.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/cgi_query_hash.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/coroutine.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/data_escape.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/dumper.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/getopt_obj.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/md5.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/mime_base64.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/mt19937ar.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/p6object.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/parrotlib.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/pcre.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/pg.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/protoobject.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/range.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/streams.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/string_utils.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/tcl_glob.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/tcl_lib.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/uuid.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/yaml_dumper.t.html
-+  /usr/share/doc/parrot/1.0/html/t/library/yaml_parser_syck.t.html
-+  /usr/share/doc/parrot/1.0/html/t/native_pbc/integer.t.html
-+  /usr/share/doc/parrot/1.0/html/t/native_pbc/number.t.html
-+  /usr/share/doc/parrot/1.0/html/t/native_pbc/string.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/00ff-dos.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/00ff-unix.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/01-parse_ops.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/64bit.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/annotate.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/arithmetics.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/basic.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/bitwise.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/box.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/calling.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/cc_params.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/cmp-nonbranch.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/comp.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/copy.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/debuginfo.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/exceptions.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/globals.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/hacks.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/ifunless.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/integer.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/interp.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/io.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/jit.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/jitn.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/lexicals.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/lexicals_28.pir.html
-+  /usr/share/doc/parrot/1.0/html/t/op/lexicals_43.pir.html
-+  /usr/share/doc/parrot/1.0/html/t/op/literal.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/load_bytecode.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/number.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/pushaction.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/say.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/spawnw.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/sprintf.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/sprintf2.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/string.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/string_cclass.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/string_cs.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/string_mem.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/stringu.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/sysinfo.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/time.t.html
-+  /usr/share/doc/parrot/1.0/html/t/op/trans.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/addrregistry.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/array.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/bigint.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/bignum.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/boolean.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/bound_nci.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/callsignature.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/capture.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/class.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/closure.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/codestring.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/complex.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/config.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/continuation.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/coroutine.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/cpointer.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/default.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/env.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/eval.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/eventhandler.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/exception.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/exceptionhandler.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/exporter.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/file.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/filehandle.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/fixedbooleanarray.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/fixedfloatarray.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/fixedintegerarray.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/fixedpmcarray.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/fixedstringarray.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/float.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/freeze.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/globals.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/hash.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/integer.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/io.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/io_iterator.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/io_status.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/iterator.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/key.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/lexinfo.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/lexpad.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/managedstruct.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/multidispatch.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/multisub.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/namespace.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/nci.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/null.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/object-meths.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/object-mro.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/object.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/objects.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/orderedhash.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/os.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/packfile.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/packfileconstanttable.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/packfiledirectory.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/packfilefixupentry.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/packfilefixuptable.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/packfilerawsegment.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/packfilesegment.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/parrotclass.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/parrotinterpreter.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/parrotio.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/parrotlibrary.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/parrotobject.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/parrotrunningthread.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/parrotthread.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/pccmethod_test.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/pmc.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/pmcproxy.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/pointer.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/prop.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/random.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/ref.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/resizablebooleanarray.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/resizablefloatarray.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/resizableintegerarray.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/resizablepmcarray.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/resizablestringarray.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/retcontinuation.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/ro.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/role.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/scalar.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/scheduler.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/schedulermessage.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/sharedref.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/signal.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/slice.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/string.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/stringhandle.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/sub.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/sys.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/task.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/threads.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/timer.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/tqueue.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/undef.t.html
-+  /usr/share/doc/parrot/1.0/html/t/pmc/unmanagedstruct.t.html
-+  /usr/share/doc/parrot/1.0/html/t/src/atomic.t.html
-+  /usr/share/doc/parrot/1.0/html/t/src/basic.t.html
-+  /usr/share/doc/parrot/1.0/html/t/src/embed.t.html
-+  /usr/share/doc/parrot/1.0/html/t/src/exit.t.html
-+  /usr/share/doc/parrot/1.0/html/t/src/extend.t.html
-+  /usr/share/doc/parrot/1.0/html/t/src/warnings.t.html
-+  /usr/share/doc/parrot/1.0/html/t/stress/gc.t.html
-+  /usr/share/doc/parrot/1.0/html/tests.html
-+  /usr/share/doc/parrot/1.0/html/tools.html
-+  /usr/share/doc/parrot/1.0/html/tools/build/c2str.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/build/dynoplibs.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/build/dynpmc.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/build/headerizer.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/build/jit2c.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/build/nativecall.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/build/ops2c.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/build/ops2pm.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/build/parrot_config_c.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/build/pmc2c.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/build/vtable_extend.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/build/vtable_h.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/dev/bench_op.pir.html
-+  /usr/share/doc/parrot/1.0/html/tools/dev/cc_flags.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/dev/gen_charset_tables.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/dev/gen_class.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/dev/install_files.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/dev/lib_deps.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/dev/list_unjitted.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/dev/mk_language_shell.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/dev/nm.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/dev/parrotbench.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/dev/pbc_header.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/dev/symlink.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/docs/write_docs.pl.html
-+  /usr/share/doc/parrot/1.0/html/tools/util/ncidef2pasm.pl.html
-+  /usr/share/doc/parrot/1.0/html/urm.html
-+
-+-------------------------------------------------------------------------------
-+
-+Port Notes:
-+
-+----- version parrot-1.0-1 -----
-+* in work, not yet released
-+
-+----- version parrot-0.9.1-1 (never released) -----
-+* cygwin 1.7, gcc-4.3 only
-+* --without-opengl for this release until a freeglut/opengl clash is fixed
-+* based on trunk. some critical patches were merged, some rejected, 
-+  some not yet applied.
-+* parrot-languages and parrot-perl6 removed.
-+  This will be splitted into extra packages.
-+* versioned includedir and libdir
-+* removed the postinstall and preremove hacks
-+
-+----- version parrot-0.8.2-1 -----
-+* merged from branches/pdd30install_stage3
-+
-+----- version parrot-0.8.0-1 -----
-+* building and testing with already installed parrot supported
-+* includes the patches from 0.7.1-1, plus
-+* a merge from the branch pdd30_install, without the languages/jvm
-+
-+----- version parrot-0.7.1-1 -----
-+* building with already installed parrot now supported, testing not.
-+* includes the patches from 0.7.0-1, plus
-+* a merge from the branch cygwin070patches,
-+  without the languages/jvm
-+
-+----- version parrot-0.7.0-1 -----
-+* removed /usr/runtime and its preremove and postinstall scripts
-+* added parrot_exists_check to .cygport. Already installed parrot 
-+  still not supported, despite my #39742 patch
-+* other minor .cygport improvements: export PATH in seperate lines to fix check
-+* new patches: 
-+  [perl #39742] [BUG]   installed conflict
-+  [perl #58034] [TODO]  config_args
-+  [perl #56996] [TODO]  FHS runtime paths
-+* enhanced patch: 
-+  [perl #56554] [TODO]  make install -C languages
-+* upstream fixed patches:
-+  [perl #56544] [PATCH] install_files.pl
-+  [perl #56998] [TODO]  rename cygwin dll to cygparrot$MAJOR_$MINOR_$PATCH.dll
-+  [perl #57006] [PATCH] add cygwin opengl config quirks
-+  [perl #57296] [TODO]  make install -C languages
-+* fixed pipp, perl6, pheme, tcl installables. added pcbc's to library  
-+
-+----- version parrot-0.6.4-2 -----
-+* fixed invalid parrot languages and perl6 paths referencing the build_dir
-+* fixed runtime lib_path to favor FHS compliant paths
-+* temp. add a /usr/runtime symlink. will be removed soon
-+* added myconfig parrotbug VERSION to /usr/lib/parrot
-+* moved language dll's to parrot-languages
-+* added more sublanguage exe's: bfc, bfco
-+* added usr/lib/parrot/include/config.fpmc usr/lib/parrot/include/interpinfo.pasm 
-+  to parrot
-+
-+----- version parrot-0.6.4-1 -----
-+* libparrot.dll renamed to cygparrot0_6_4.dll
-+* moved examples to from libparrot-devel to parrot
-+* Added list of local patches to myconfig
-+     [perl #51944] [DOCS]  Cygwin Readme
-+     [perl #56544] [PATCH] install_files.pl
-+     [perl #56558] [PATCH] pdb rename to parrot_debugger
-+     [perl #56562] [PATCH] root.in: add cygwin importlib
-+     [perl #56998] [TODO]  rename cygwin dll to cygparrot$MAJOR_$MINOR_$PATCH.dll
-+     [perl #57006] [PATCH] add cygwin opengl config quirks
-+     [perl #57110] [PATCH] ncurses for cygwin
-+     [perl #57112] [PATCH] postgres for cygwin
-+     [perl #57114] [PATCH] urm RealBin issue
-+
-+----- version parrot-0.6.3-1 -----
-+* first port, with the help from #parrot, fedora spec, 
-+  gentoo ebuild and freebsd ports.
-+* the php implementation plumhead is still named plumhead.
-+  will be renamed to pipp from the next release 0.6.4 on.
-+
-+Cygwin port maintained by: Reini Urban <rurban at x-ray.at>
-+Please address all questions to the Cygwin mailing list 
-+at <cygwin at cygwin.com>
---- origsrc/parrot-1.0/CYGWIN-PATCHES/libparrot-devel.hint	1970-01-01 01:00:00.000000000 +0100
-+++ src/parrot-1.0/CYGWIN-PATCHES/libparrot-devel.hint	2009-03-08 00:23:52.546875000 +0100
-@@ -0,1 +1,6 @@
-+sdesc: "Parrot Virtual Machine development headers and libraries"
-+ldesc: "Libraries and headers needed for development against Parrot"
-+category: Libs
-+requires: parrot readline libncurses-devel libicu-devel libgmp-devel libgdbm-devel perl pcre-devel
-+external-source: parrot
---- origsrc/parrot-1.0/CYGWIN-PATCHES/libparrot1.hint	1970-01-01 01:00:00.000000000 +0100
-+++ src/parrot-1.0/CYGWIN-PATCHES/libparrot1.hint	2009-03-08 00:23:52.562500000 +0100
-@@ -0,1 +1,5 @@
-+sdesc: "libparrot dll"
-+category: Libs
-+external-source: parrot
-+requires: libreadline6 libintl8 libicu38 libgmp3 libgdbm4
---- origsrc/parrot-1.0/CYGWIN-PATCHES/parrot.hint	1970-01-01 01:00:00.000000000 +0100
-+++ src/parrot-1.0/CYGWIN-PATCHES/parrot.hint	2009-03-08 00:23:52.609375000 +0100
-@@ -0,0 +1,6 @@
-+sdesc: "Parrot Virtual Machine"
-+ldesc: "Parrot is a virtual machine designed to efficiently compile and
-+execute bytecode for interpreted languages. Parrot is a target for Perl 6 
-+and a lot of other languages"
-+category: Interpreters
-+requires: cygwin libparrot1 w32api opengl


More information about the parrot-commits mailing list