5990487999
Based on patch provided in PR 36157, update to 0.4.10. New in 0.4.11 - Compilers: + IMCC: added documentation for C-based Parrot Calling Conventions, refactorings and bug fixes + PGE: new perl6regex front end reflecting recent S05 syntax changes + PIRC: new prototype PIR parser - Languages: + Updated Lua, PHP ("Plumhead"), BASIC, pynie + Lua implements environment - Design: + PDD15 "Objects" - details added, and draft approved - Documentation: + Added guidelines for PMC documentation - Implementation: + PDD15 implementation is largely complete, including role-based composition, introspection, and C3 method resolution order + new Exporter PMC for importing globals between namespaces + new string utilities for radix conversion + PCCINVOKE and Parrot_PCCINVOKE allow calling using the full Parrot Calling Conventions from PMCs and C code respectively - Build: + Refactorings and improvements in test coverage for 'Configure.pl' - Misc: + many bugfixes, enhancements, and code cleanup + added example subversion config file + extended support for gcc, icc, and other compilers + extended support for Solaris and other platforms New in 0.4.10 - Compilers: + IMCC: Parrot calling conventions now available between two C PMCs (PMINVOKE) + PGE: Match object improvements + smop: added Attribute and Class PMCs + HLLCompiler: improvements for interactive mode - PAST: + extended binding to a list of variables - Languages: + Updated Lua, PHP ("Plumhead"), Tcl ("ParTcl"), Ruby ("Cardinal") + Update PIR, regex, Zcode + New language: Pynie - a Python compiler for Parrot + Lua implements require and many other ops, improved regex support + Remove parakeet - Design: + PDD01 "Overview" - updated architecture and platform information + PDD15 "Objects" - details on roles, objects, and classes added + PDD22 "I/O" - added async ops and Status PMC details - Documentation: + Added guides for Metacommitter, Relase Manager, and Cage Cleaner roles - Implementation: + Object, Class, Role, and Attribute PMC implementation has begun + Perl 5 module "Parrot::Embed" now compiles and links on all platforms - Build: + Major improvements in test coverage for 'ops2c.pl' - Misc: + New utility: Crow, a template processor + New library module: Config/JSON for reading/writing JSON files + many bugfixes, enhancements, and coding standard updates, code cleanup New in 0.4.9 - Compilers: + IMCC: Parrot calling conventions now available in C PMCs, allowing named, optional, slurpy, and flat parameter passing + PGE: extended support for Perl 5 Regexes + smop: prototype object model implementation + hllcompiler: refactored to run a configurable set of compilation stages - PAST: + redesigned assign/binding to support Perl 6 binding semantics - Languages: + Updated Lua, PHP ("Plumhead"), Tcl ("ParTcl"), perl6, perl5 + New language: PIR - a PGE-based implementation of Parrot PIR + perl6 now supports binding (':=') and 'join' + lua generates tail calls, and supports its own regex flavor (PGE-based) + Pheme still works, huzzah! - Design: + PDD21 "Objects" - rewritten + PDD22 "I/O" - updated and 'TODO' tests added - Documentation: + Interface stability classification standards approved + Roles and Responsibilities documented approved + Official 'drafts' directory created (was 'clip') - Implementation: + More NameSpace and OS PMC methods implemented + Parrot executable fullname and basename now available in PIR/PASM code + new 'chomp' library function - Build: + Major improvements in test coverage for 'ops2pm.pl' - Misc: + many bugfixes, enhancements, and coding standard updates + extended support for Sun Workshop Compilers + Parrot now builds on PocketPC platform New in 0.4.8 - Compilers: + HLLCompiler: added tracing options, modified api + PGE & TGE bugfixes and updates - PAST: + added global and lexical variable support + added looping constructs, arrays, hashes - Languages: + Updated PHP ("Plumhead"), Tcl ("ParTcl"), forth, perl6, lua, abc, APL, WMLScript, punie + ParTcl is passing > 24.9% of Tcl cvs-latest test suite + perl6 now supports hashes, arrays, method calls, arity-based multisubs, quoted terms, ranges (non-lazy), try blocks, $! - Design: + PDD01 "Overview" - updated + PDD22 "I/O" - rewritten and approved - Test Suite: + Converted Perl 5 Regex tests to PIR, with notable speedup + Added tests for opcodes, compilers, languages, and coding standards - Build: + Major improvements in test coverage for 'pmc2c.pl' - Misc: + many bugfixes, enhancements, and coding standard updates + extended support for non-core platforms including Cygwin, Tru64 New in 0.4.7 - New languages: PHP ("Plumhead"), Forth - Updated languages: Ruby ("Cardinal"), Tcl, Lua - Remove old Python implementation from Parrot repository; the new Python language code is hosted at http://pirate.tangentcode.com - Compilers: + PGE updated with more expressions, latest changes to S05 + new Perl6 grammar compiler - Integration: + Perl 5 module "Parrot::Embed" allows easy embedding of a Parrot runtime into a Perl 5 program - PIR: + new :init pragma for subs that must run before the main function + new :vtable pragma to identify subs that override PMC vtable methods, eliminating the need for special subroutine names + PIR parser/compiler does not stop on first syntax error + Vanilla register allocator ("register alligator") greatly improves performance compiling large functions + Eliminated limit on number of PIR macros - PMCs: + hash lookups return null instead of None for missing keys - Design: + PDD13 "Bytecode files: format and manipulation" - new + PDD10 "Embedding" - new + PDD25 "Concurrency" - rewritten + PDD15 "Objects" - new section on redesign requirements + PDD07 "Coding standards" - significant updates and automated tests - Test Suite: + Many many more new tests - Build Process: + autoconf compatible install options - Misc: + Namespace refinements + Coroutine improvements + An impressive swarm of other bugfixes and enhancements New in 0.4.6 - New languages: Ruby ("Cardinal"), Javascript ("ecmascript") - Updated languages: Tcl, dotnet, bc, Pheme, Punie, WMLScript - Updated compilers: PGE, TGE - IMCC updates: + ".loadlib" directive expresses dependencies + ".namespace" with no parameter goes to HLL root + lexer is reentrant (reentrant grammar in progress) - Namespace improvements: + new suite of opcodes to access namespaces and globals ("find_global" and "store_global" will be phased out) + namespace '' no longer means HLL root - Design document updates: namespaces (pdd23), basic types (pdd17), embedding - Updated tool requirements for developers: flex 2.5.33, bison 2.1, perl 5.6.1 - New to-do list for people new to Parrot: cage/todo.pod - The usual plethora of bugfixes and enhancements New in 0.4.5 - unicode subroutine names - hierarchical class names finished including MMD support - new dotnet CLI to PIR translator - improved TGE code and compiler - APL: vector handling - new STM branch in the svn repository - the usual bugfixes and enhancements New in 0.4.4 - hierarchical class names - APL compiler - under development - understands simple vector ops, strings - demonstrates use of Unicode in Parrot - pgc, a compiler for rules and operator precedence parsers - Major redesign and improvements for PGE - compilers understand named parameter options - :ratchet option implemented to support non-backtracking quantifiers - TGE (tree grammar engine) for tree transformations - tgc, tree grammar compiler - perl6 compiler - support for many operators, lexical scalars, regex matches - new pheme (Parrot scheme) compiler New in 0.4.3 - namespaces partially implemented - rulec, Perl6 rule compiler - PGE improvements including return values for closure - parts of a Perl6 parser based on PGE - complex trigonometric methods - type of Sub PMC is now overridable by HLL - NetBSD support - many bug fixes and improvements New in 0.4.2 - improved PPC and x86 JIT support including JIT compilation of very simple PASM/PIR subroutines - preliminary libreadline support - better trace and debug features - pkgconfig support - META.yml to support proper indexing on CPAN - new opcode: hcf (in "my_ops" in dynamic op library) - new File pmc for file specific ops (is_dir, is_file, copy, rename...) - named arguments and parameters (both :named("") and => syntaxes) - ongoing config improvements - tons of bug fixes and other small improvements - too much to list all
677 lines
26 KiB
Text
677 lines
26 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2007/04/20 14:01:00 obache Exp $
|
|
bin/disassemble
|
|
bin/parrot
|
|
bin/parrot-config
|
|
bin/pbc_info
|
|
bin/pbc_merge
|
|
bin/pdb
|
|
bin/pdump
|
|
compilers/imcc/imclexer.c
|
|
config/gen/cpu/${MACHINE_ARCH}/memcpy_mmx.c
|
|
config/gen/cpu/${MACHINE_ARCH}/memcpy_sse.c
|
|
config/gen/platform/ansi/dl.c
|
|
config/gen/platform/ansi/time.c
|
|
config/gen/platform/darwin/memalign.c
|
|
config/gen/platform/generic/stat.c
|
|
config/gen/platform/win32/stat.c
|
|
include/parrot/atomic.h
|
|
include/parrot/atomic/fallback.h
|
|
include/parrot/atomic/gcc_pcc.h
|
|
include/parrot/atomic/gcc_x86.h
|
|
include/parrot/atomic/sparc.h
|
|
include/parrot/builtin.h
|
|
include/parrot/caches.h
|
|
include/parrot/cclass.h
|
|
include/parrot/charset.h
|
|
include/parrot/compiler.h
|
|
include/parrot/config.h
|
|
include/parrot/core_pmcs.h
|
|
include/parrot/datatypes.h
|
|
include/parrot/debug.h
|
|
include/parrot/dod.h
|
|
include/parrot/dynext.h
|
|
include/parrot/embed.h
|
|
include/parrot/encoding.h
|
|
include/parrot/enums.h
|
|
include/parrot/events.h
|
|
include/parrot/exceptions.h
|
|
include/parrot/exec.h
|
|
include/parrot/exit.h
|
|
include/parrot/extend.h
|
|
include/parrot/extend_vtable.h
|
|
include/parrot/feature.h
|
|
include/parrot/global.h
|
|
include/parrot/global_setup.h
|
|
include/parrot/has_header.h
|
|
include/parrot/hash.h
|
|
include/parrot/headers.h
|
|
include/parrot/hll.h
|
|
include/parrot/inter_call.h
|
|
include/parrot/interpreter.h
|
|
include/parrot/intlist.h
|
|
include/parrot/io.h
|
|
include/parrot/key.h
|
|
include/parrot/library.h
|
|
include/parrot/list.h
|
|
include/parrot/longopt.h
|
|
include/parrot/memory.h
|
|
include/parrot/misc.h
|
|
include/parrot/mmd.h
|
|
include/parrot/nci.h
|
|
include/parrot/objects.h
|
|
include/parrot/op.h
|
|
include/parrot/oplib.h
|
|
include/parrot/oplib/core_ops.h
|
|
include/parrot/oplib/core_ops_cg.h
|
|
include/parrot/oplib/core_ops_cgp.h
|
|
include/parrot/oplib/core_ops_switch.h
|
|
include/parrot/oplib/ops.h
|
|
include/parrot/packfile.h
|
|
include/parrot/parrot.h
|
|
include/parrot/pic.h
|
|
include/parrot/platform.h
|
|
include/parrot/platform_interface.h
|
|
include/parrot/pmc.h
|
|
include/parrot/pmc_freeze.h
|
|
include/parrot/pobj.h
|
|
include/parrot/register.h
|
|
include/parrot/resources.h
|
|
include/parrot/settings.h
|
|
include/parrot/slice.h
|
|
include/parrot/smallobject.h
|
|
include/parrot/stacks.h
|
|
include/parrot/stat.h
|
|
include/parrot/stm/backend.h
|
|
include/parrot/string.h
|
|
include/parrot/string_funcs.h
|
|
include/parrot/string_primitives.h
|
|
include/parrot/sub.h
|
|
include/parrot/thr_pthread.h
|
|
include/parrot/thr_windows.h
|
|
include/parrot/thread.h
|
|
include/parrot/tsq.h
|
|
include/parrot/vtable.h
|
|
include/parrot/vtables.h
|
|
include/parrot/warnings.h
|
|
include/src/jit_emit.h
|
|
include/src/string_private_cstring.h
|
|
lib/libparrot.a
|
|
lib/parrot/dynext/dynlexpad.so
|
|
lib/parrot/dynext/libnci_test.so
|
|
lib/parrot/dynext/match_group.so
|
|
lib/parrot/dynext/subproxy.so
|
|
lib/parrot/include/call_bits.pasm
|
|
lib/parrot/include/cclass.pasm
|
|
lib/parrot/include/config.fpmc
|
|
lib/parrot/include/datatypes.pasm
|
|
lib/parrot/include/errors.pasm
|
|
lib/parrot/include/except_severity.pasm
|
|
lib/parrot/include/except_types.pasm
|
|
lib/parrot/include/hllmacros.pir
|
|
lib/parrot/include/iglobals.pasm
|
|
lib/parrot/include/interpcores.pasm
|
|
lib/parrot/include/interpdebug.pasm
|
|
lib/parrot/include/interpflags.pasm
|
|
lib/parrot/include/interpinfo.pasm
|
|
lib/parrot/include/interptrace.pasm
|
|
lib/parrot/include/iotypes.pasm
|
|
lib/parrot/include/iterator.pasm
|
|
lib/parrot/include/longopt.pasm
|
|
lib/parrot/include/mmd.pasm
|
|
lib/parrot/include/parrotlib.pbc
|
|
lib/parrot/include/pmctypes.pasm
|
|
lib/parrot/include/signal.pasm
|
|
lib/parrot/include/sockets.pasm
|
|
lib/parrot/include/stat.pasm
|
|
lib/parrot/include/stdio.pasm
|
|
lib/parrot/include/stringinfo.pasm
|
|
lib/parrot/include/sysinfo.pasm
|
|
lib/parrot/include/timer.pasm
|
|
lib/parrot/include/tm.pasm
|
|
lib/parrot/include/vtable_methods.pasm
|
|
lib/parrot/include/warnings.pasm
|
|
lib/parrot/library/CGI/QueryHash.pir
|
|
lib/parrot/library/Config/JSON.pir
|
|
lib/parrot/library/Crow.pir
|
|
lib/parrot/library/Data/Dumper.pbc
|
|
lib/parrot/library/Data/Dumper.pir
|
|
lib/parrot/library/Data/Dumper/Base.pbc
|
|
lib/parrot/library/Data/Dumper/Base.pir
|
|
lib/parrot/library/Data/Dumper/Default.pbc
|
|
lib/parrot/library/Data/Dumper/Default.pir
|
|
lib/parrot/library/Data/Escape.pbc
|
|
lib/parrot/library/Data/Escape.pir
|
|
lib/parrot/library/Data/Replace.pir
|
|
lib/parrot/library/Data/Sort.pbc
|
|
lib/parrot/library/Data/Sort.pir
|
|
lib/parrot/library/Digest/MD5.pir
|
|
lib/parrot/library/File/Spec.pir
|
|
lib/parrot/library/File/Spec/Unix.pir
|
|
lib/parrot/library/File/Spec/Win32.pir
|
|
lib/parrot/library/Getopt/Obj.pbc
|
|
lib/parrot/library/Getopt/Obj.pir
|
|
lib/parrot/library/HTTP/Daemon.pir
|
|
lib/parrot/library/Iter.pir
|
|
lib/parrot/library/JSON.pir
|
|
lib/parrot/library/MIME/Base64.pir
|
|
lib/parrot/library/PGE.pbc
|
|
lib/parrot/library/PGE/Dumper.pir
|
|
lib/parrot/library/PGE/Glob.pir
|
|
lib/parrot/library/PGE/Hs.pir
|
|
lib/parrot/library/PGE/P6Grammar.pir
|
|
lib/parrot/library/PGE/Text.pir
|
|
lib/parrot/library/PGE/Util.pir
|
|
lib/parrot/library/Parrot/Capture_PIR.pir
|
|
lib/parrot/library/Parrot/Coroutine.pir
|
|
lib/parrot/library/Parrot/HLLCompiler.pir
|
|
lib/parrot/library/Pg.pir
|
|
lib/parrot/library/SDL.pir
|
|
lib/parrot/library/SDL/App.pir
|
|
lib/parrot/library/SDL/Button.pir
|
|
lib/parrot/library/SDL/Color.pir
|
|
lib/parrot/library/SDL/Constants.pir
|
|
lib/parrot/library/SDL/Event.pir
|
|
lib/parrot/library/SDL/EventHandler.pir
|
|
lib/parrot/library/SDL/Font.pir
|
|
lib/parrot/library/SDL/Image.pir
|
|
lib/parrot/library/SDL/LCD.pir
|
|
lib/parrot/library/SDL/LCD.png
|
|
lib/parrot/library/SDL/Rect.pir
|
|
lib/parrot/library/SDL/Sprite.pir
|
|
lib/parrot/library/SDL/StopWatch.pir
|
|
lib/parrot/library/SDL/Surface.pir
|
|
lib/parrot/library/STM.pir
|
|
lib/parrot/library/Stream/Base.pbc
|
|
lib/parrot/library/Stream/Base.pir
|
|
lib/parrot/library/Stream/Combiner.pbc
|
|
lib/parrot/library/Stream/Combiner.pir
|
|
lib/parrot/library/Stream/Coroutine.pbc
|
|
lib/parrot/library/Stream/Coroutine.pir
|
|
lib/parrot/library/Stream/Filter.pbc
|
|
lib/parrot/library/Stream/Filter.pir
|
|
lib/parrot/library/Stream/Lines.pbc
|
|
lib/parrot/library/Stream/Lines.pir
|
|
lib/parrot/library/Stream/ParrotIO.pbc
|
|
lib/parrot/library/Stream/ParrotIO.pir
|
|
lib/parrot/library/Stream/Replay.pbc
|
|
lib/parrot/library/Stream/Replay.pir
|
|
lib/parrot/library/Stream/Sub.pbc
|
|
lib/parrot/library/Stream/Sub.pir
|
|
lib/parrot/library/Stream/Writer.pbc
|
|
lib/parrot/library/Stream/Writer.pir
|
|
lib/parrot/library/String/Utils.pir
|
|
lib/parrot/library/Test/Builder.pir
|
|
lib/parrot/library/Test/Builder/Output.pir
|
|
lib/parrot/library/Test/Builder/Test.pir
|
|
lib/parrot/library/Test/Builder/TestPlan.pir
|
|
lib/parrot/library/Test/Builder/Tester.pir
|
|
lib/parrot/library/Test/More.pir
|
|
lib/parrot/library/YAML/Parser/Syck.pir
|
|
lib/parrot/library/config.pbc
|
|
lib/parrot/library/config.pir
|
|
lib/parrot/library/dumper.pbc
|
|
lib/parrot/library/dumper.pir
|
|
lib/parrot/library/libpcre.pir
|
|
lib/parrot/library/ncurses.declarations
|
|
lib/parrot/library/ncurses.pasm
|
|
lib/parrot/library/ncurses.pbc
|
|
lib/parrot/library/ncurses.pir
|
|
lib/parrot/library/parrotlib.pbc
|
|
lib/parrot/library/parrotlib.pir
|
|
lib/parrot/library/pcore.pir
|
|
lib/parrot/library/pcre.pbc
|
|
lib/parrot/library/pcre.pir
|
|
lib/parrot/library/postgres.declarations
|
|
lib/parrot/library/postgres.pasm
|
|
lib/parrot/library/postgres.pir
|
|
lib/parrot/library/random_lib.pir
|
|
lib/parrot/library/tcpstream.pir
|
|
lib/pkgconfig/parrot.pc
|
|
share/doc/parrot/LICENSES/Artistic
|
|
share/doc/parrot/LICENSES/gpl.txt
|
|
share/doc/parrot/RESPONSIBLE_PARTIES
|
|
share/doc/parrot/TODO
|
|
share/doc/parrot/docs/art/pp001-intro.pod
|
|
share/doc/parrot/docs/art/pp002-pmc.pod
|
|
share/doc/parrot/docs/art/pp003-oop.pod
|
|
share/doc/parrot/docs/debugger.pod
|
|
share/doc/parrot/docs/dev/byteorder.pod
|
|
share/doc/parrot/docs/dev/jit_${MACHINE_ARCH}.pod
|
|
share/doc/parrot/docs/dev/longopt.pod
|
|
share/doc/parrot/docs/dev/nanoparrot.c
|
|
share/doc/parrot/docs/dev/optimizer.pod
|
|
share/doc/parrot/docs/dev/pccmethods.pod
|
|
share/doc/parrot/docs/dev/pmc_object_design_meeting_notes.pod
|
|
share/doc/parrot/docs/dev/wranglers.pod
|
|
share/doc/parrot/docs/embed.pod
|
|
share/doc/parrot/docs/extend.pod
|
|
share/doc/parrot/docs/faq.pod
|
|
share/doc/parrot/docs/gettingstarted.pod
|
|
share/doc/parrot/docs/glossary.pod
|
|
share/doc/parrot/docs/imcc/calling_conventions.pod
|
|
share/doc/parrot/docs/imcc/imcc.pod
|
|
share/doc/parrot/docs/imcc/imcfaq.pod
|
|
share/doc/parrot/docs/imcc/macros.pod
|
|
share/doc/parrot/docs/imcc/operation.pod
|
|
share/doc/parrot/docs/imcc/parsing.pod
|
|
share/doc/parrot/docs/imcc/syntax.pod
|
|
share/doc/parrot/docs/intro.pod
|
|
share/doc/parrot/docs/jit.pod
|
|
share/doc/parrot/docs/memory_internals.pod
|
|
share/doc/parrot/docs/mmd.pod
|
|
share/doc/parrot/docs/native_exec.pod
|
|
share/doc/parrot/docs/optable.pod
|
|
share/doc/parrot/docs/overview.pod
|
|
share/doc/parrot/docs/parrot.pod
|
|
share/doc/parrot/docs/parrotbyte.pod
|
|
share/doc/parrot/docs/parrothist.pod
|
|
share/doc/parrot/docs/pcc_state.pod
|
|
share/doc/parrot/docs/pdds/README
|
|
share/doc/parrot/docs/pdds/draft/pdd01_overview.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd02_vtables.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd04_datatypes.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd05_opfunc.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd06_pasm.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd08_keys.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd09_gc.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd10_embedding.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd11_extending.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd12_assembly.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd14_bignum.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd16_native_call.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd17_basic_types.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd18_security.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd19_pir.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd24_events.pod
|
|
share/doc/parrot/docs/pdds/draft/pdd25_concurrency.pod
|
|
share/doc/parrot/docs/pdds/draft/pddXX_cstruct.pod
|
|
share/doc/parrot/docs/pdds/draft/pddXX_pmc.pod
|
|
share/doc/parrot/docs/pdds/pdd00_pdd.pod
|
|
share/doc/parrot/docs/pdds/pdd03_calling_conventions.pod
|
|
share/doc/parrot/docs/pdds/pdd07_codingstd.pod
|
|
share/doc/parrot/docs/pdds/pdd13_bytecode.pod
|
|
share/doc/parrot/docs/pdds/pdd15_objects.pod
|
|
share/doc/parrot/docs/pdds/pdd20_lexical_vars.pod
|
|
share/doc/parrot/docs/pdds/pdd21_namespaces.pod
|
|
share/doc/parrot/docs/pdds/pdd22_io.pod
|
|
share/doc/parrot/docs/pdds/pdd23_exceptions.pod
|
|
share/doc/parrot/docs/pdds/pdd_template.pod
|
|
share/doc/parrot/docs/pmc.pod
|
|
share/doc/parrot/docs/pmc/array.pod
|
|
share/doc/parrot/docs/pmc/documentation.pod
|
|
share/doc/parrot/docs/pmc/iterator.pod
|
|
share/doc/parrot/docs/pmc/struct.pod
|
|
share/doc/parrot/docs/pmc/subs.pod
|
|
share/doc/parrot/docs/porting_intro.pod
|
|
share/doc/parrot/docs/practical_notes.pod
|
|
share/doc/parrot/docs/project/cage_cleaners_guide.pod
|
|
share/doc/parrot/docs/project/metacommitter_guide.pod
|
|
share/doc/parrot/docs/project/release_manager_guide.pod
|
|
share/doc/parrot/docs/req/model_users.pod
|
|
share/doc/parrot/docs/resources/favicon.ico
|
|
share/doc/parrot/docs/resources/parrot.small.png
|
|
share/doc/parrot/docs/resources/perl.css
|
|
share/doc/parrot/docs/resources/up.gif
|
|
share/doc/parrot/docs/roles_responsibilities.pod
|
|
share/doc/parrot/docs/running.pod
|
|
share/doc/parrot/docs/stability.pod
|
|
share/doc/parrot/docs/stm/atomic.pod
|
|
share/doc/parrot/docs/stm/howto.pod
|
|
share/doc/parrot/docs/stm/internals.pod
|
|
share/doc/parrot/docs/stm/stm_frontend.pod
|
|
share/doc/parrot/docs/stm/thread-issues.pod
|
|
share/doc/parrot/docs/strings.pod
|
|
share/doc/parrot/docs/submissions.pod
|
|
share/doc/parrot/docs/tests.pod
|
|
share/doc/parrot/docs/vtables.pod
|
|
share/doc/parrot/examples/README
|
|
share/doc/parrot/examples/benchmarks/addit.pasm
|
|
share/doc/parrot/examples/benchmarks/addit.pir
|
|
share/doc/parrot/examples/benchmarks/addit.pl
|
|
share/doc/parrot/examples/benchmarks/addit.rb
|
|
share/doc/parrot/examples/benchmarks/addit2.pir
|
|
share/doc/parrot/examples/benchmarks/array_access.pir
|
|
share/doc/parrot/examples/benchmarks/arriter.pir
|
|
share/doc/parrot/examples/benchmarks/arriter.pl
|
|
share/doc/parrot/examples/benchmarks/arriter.rb
|
|
share/doc/parrot/examples/benchmarks/arriter_o1.pir
|
|
share/doc/parrot/examples/benchmarks/bench_newp.pasm
|
|
share/doc/parrot/examples/benchmarks/fib.pir
|
|
share/doc/parrot/examples/benchmarks/fib.pl
|
|
share/doc/parrot/examples/benchmarks/fib.py
|
|
share/doc/parrot/examples/benchmarks/fib.rb
|
|
share/doc/parrot/examples/benchmarks/freeze.pasm
|
|
share/doc/parrot/examples/benchmarks/freeze.pl
|
|
share/doc/parrot/examples/benchmarks/gc_alloc_new.pasm
|
|
share/doc/parrot/examples/benchmarks/gc_alloc_reuse.pasm
|
|
share/doc/parrot/examples/benchmarks/gc_generations.pasm
|
|
share/doc/parrot/examples/benchmarks/gc_header_new.pasm
|
|
share/doc/parrot/examples/benchmarks/gc_header_reuse.pasm
|
|
share/doc/parrot/examples/benchmarks/gc_waves_headers.pasm
|
|
share/doc/parrot/examples/benchmarks/gc_waves_sizeable_data.pasm
|
|
share/doc/parrot/examples/benchmarks/gc_waves_sizeable_headers.pasm
|
|
share/doc/parrot/examples/benchmarks/mops.pasm
|
|
share/doc/parrot/examples/benchmarks/mops.pl
|
|
share/doc/parrot/examples/benchmarks/mops_intval.pasm
|
|
share/doc/parrot/examples/benchmarks/oo1.pasm
|
|
share/doc/parrot/examples/benchmarks/oo1.pl
|
|
share/doc/parrot/examples/benchmarks/oo1.py
|
|
share/doc/parrot/examples/benchmarks/oo1.rb
|
|
share/doc/parrot/examples/benchmarks/oo2.pasm
|
|
share/doc/parrot/examples/benchmarks/oo2.pl
|
|
share/doc/parrot/examples/benchmarks/oo2.py
|
|
share/doc/parrot/examples/benchmarks/oo2.rb
|
|
share/doc/parrot/examples/benchmarks/oo3.pasm
|
|
share/doc/parrot/examples/benchmarks/oo3.pl
|
|
share/doc/parrot/examples/benchmarks/oo3.py
|
|
share/doc/parrot/examples/benchmarks/oo3.rb
|
|
share/doc/parrot/examples/benchmarks/oo4.pasm
|
|
share/doc/parrot/examples/benchmarks/oo4.pl
|
|
share/doc/parrot/examples/benchmarks/oo4.py
|
|
share/doc/parrot/examples/benchmarks/oo4.rb
|
|
share/doc/parrot/examples/benchmarks/oo5.pir
|
|
share/doc/parrot/examples/benchmarks/oo5.pl
|
|
share/doc/parrot/examples/benchmarks/oo5.py
|
|
share/doc/parrot/examples/benchmarks/oo5.rb
|
|
share/doc/parrot/examples/benchmarks/oo6.pir
|
|
share/doc/parrot/examples/benchmarks/oo6.pl
|
|
share/doc/parrot/examples/benchmarks/oo6.py
|
|
share/doc/parrot/examples/benchmarks/oo6.rb
|
|
share/doc/parrot/examples/benchmarks/oofib.pir
|
|
share/doc/parrot/examples/benchmarks/oofib.pl
|
|
share/doc/parrot/examples/benchmarks/oofib.py
|
|
share/doc/parrot/examples/benchmarks/oofib.rb
|
|
share/doc/parrot/examples/benchmarks/oon.txt
|
|
share/doc/parrot/examples/benchmarks/overload.pir
|
|
share/doc/parrot/examples/benchmarks/overload.pl
|
|
share/doc/parrot/examples/benchmarks/primes.c
|
|
share/doc/parrot/examples/benchmarks/primes.pasm
|
|
share/doc/parrot/examples/benchmarks/primes.pl
|
|
share/doc/parrot/examples/benchmarks/primes2.c
|
|
share/doc/parrot/examples/benchmarks/primes2.pasm
|
|
share/doc/parrot/examples/benchmarks/primes2.pl
|
|
share/doc/parrot/examples/benchmarks/primes2.py
|
|
share/doc/parrot/examples/benchmarks/primes2.rb
|
|
share/doc/parrot/examples/benchmarks/primes2_i.pasm
|
|
share/doc/parrot/examples/benchmarks/primes_i.pasm
|
|
share/doc/parrot/examples/benchmarks/shared_ref.pasm
|
|
share/doc/parrot/examples/benchmarks/shared_ref.pl
|
|
share/doc/parrot/examples/benchmarks/stress.pasm
|
|
share/doc/parrot/examples/benchmarks/stress.pl
|
|
share/doc/parrot/examples/benchmarks/stress.rb
|
|
share/doc/parrot/examples/benchmarks/stress1.pasm
|
|
share/doc/parrot/examples/benchmarks/stress1.pl
|
|
share/doc/parrot/examples/benchmarks/stress2.pasm
|
|
share/doc/parrot/examples/benchmarks/stress2.pl
|
|
share/doc/parrot/examples/benchmarks/stress2.rb
|
|
share/doc/parrot/examples/benchmarks/stress3.pasm
|
|
share/doc/parrot/examples/benchmarks/vpm.pir
|
|
share/doc/parrot/examples/benchmarks/vpm.pl
|
|
share/doc/parrot/examples/benchmarks/vpm.py
|
|
share/doc/parrot/examples/benchmarks/vpm.rb
|
|
share/doc/parrot/examples/c/test_main.c
|
|
share/doc/parrot/examples/compilers/Makefile
|
|
share/doc/parrot/examples/compilers/japhc.c
|
|
share/doc/parrot/examples/io/async_select.pir
|
|
share/doc/parrot/examples/io/echo_client.pir
|
|
share/doc/parrot/examples/io/http.pir
|
|
share/doc/parrot/examples/io/httpd.pir
|
|
share/doc/parrot/examples/io/httpd2.pir
|
|
share/doc/parrot/examples/io/net_smtp.pasm
|
|
share/doc/parrot/examples/io/pioctl.pasm
|
|
share/doc/parrot/examples/io/pipe2.pir
|
|
share/doc/parrot/examples/io/pipe3.pir
|
|
share/doc/parrot/examples/japh/README
|
|
share/doc/parrot/examples/japh/japh10.pasm
|
|
share/doc/parrot/examples/japh/japh11.pasm
|
|
share/doc/parrot/examples/japh/japh13.pasm
|
|
share/doc/parrot/examples/japh/japh14.pasm
|
|
share/doc/parrot/examples/japh/japh15.pasm
|
|
share/doc/parrot/examples/japh/japh16.pasm
|
|
share/doc/parrot/examples/japh/japh17.pasm
|
|
share/doc/parrot/examples/japh/japh3.pasm
|
|
share/doc/parrot/examples/japh/japh4.pasm
|
|
share/doc/parrot/examples/japh/japh5.pasm
|
|
share/doc/parrot/examples/japh/japh6.pasm
|
|
share/doc/parrot/examples/japh/japh7.pasm
|
|
share/doc/parrot/examples/japh/japh8.pasm
|
|
share/doc/parrot/examples/japh/japh9.pasm
|
|
share/doc/parrot/examples/library/acorn.l
|
|
share/doc/parrot/examples/library/getopt_demo.pir
|
|
share/doc/parrot/examples/library/md5sum.pir
|
|
share/doc/parrot/examples/library/ncurses_life.pir
|
|
share/doc/parrot/examples/library/pcre.pir
|
|
share/doc/parrot/examples/mops/README
|
|
share/doc/parrot/examples/mops/mops.c
|
|
share/doc/parrot/examples/mops/mops.cs
|
|
share/doc/parrot/examples/mops/mops.il
|
|
share/doc/parrot/examples/mops/mops.p6
|
|
share/doc/parrot/examples/mops/mops.pl
|
|
share/doc/parrot/examples/mops/mops.ps
|
|
share/doc/parrot/examples/mops/mops.py
|
|
share/doc/parrot/examples/mops/mops.rb
|
|
share/doc/parrot/examples/mops/mops.scheme
|
|
share/doc/parrot/examples/namespace/namespace_dump.pir
|
|
share/doc/parrot/examples/nci/PQt.C
|
|
share/doc/parrot/examples/nci/QtHelloWorld.pasm
|
|
share/doc/parrot/examples/nci/ls.pir
|
|
share/doc/parrot/examples/nci/sdl_blue_rectangle.pir
|
|
share/doc/parrot/examples/nci/win32api.pir
|
|
share/doc/parrot/examples/pasm/cat.pasm
|
|
share/doc/parrot/examples/pasm/fact.pasm
|
|
share/doc/parrot/examples/pasm/hello.pasm
|
|
share/doc/parrot/examples/pasm/nanoforth.pasm
|
|
share/doc/parrot/examples/pasm/nanoforth2.pasm
|
|
share/doc/parrot/examples/pasm/queens.pasm
|
|
share/doc/parrot/examples/pasm/small.xml
|
|
share/doc/parrot/examples/pasm/stack.pasm
|
|
share/doc/parrot/examples/pasm/trace.pasm
|
|
share/doc/parrot/examples/pasm/xml_parser.pasm
|
|
share/doc/parrot/examples/past/01-sub.pir
|
|
share/doc/parrot/examples/pge/README
|
|
share/doc/parrot/examples/pge/all.pir
|
|
share/doc/parrot/examples/pge/benchmarks/ambs1/Makefile
|
|
share/doc/parrot/examples/pge/benchmarks/ambs1/ambs1.pg
|
|
share/doc/parrot/examples/pge/benchmarks/ambs1/main.pir
|
|
share/doc/parrot/examples/pge/benchmarks/ambs1/mktestcase
|
|
share/doc/parrot/examples/pge/grammars/IO.pg
|
|
share/doc/parrot/examples/pge/grammars/PatchGrammar.pg
|
|
share/doc/parrot/examples/pge/grammars/TAP.pg
|
|
share/doc/parrot/examples/pge/p6parse.pir
|
|
share/doc/parrot/examples/pge/perl6.pir
|
|
share/doc/parrot/examples/pge/simple.pir
|
|
share/doc/parrot/examples/pir/circle.pir
|
|
share/doc/parrot/examples/pir/euclid.pir
|
|
share/doc/parrot/examples/pir/hanoi.pir
|
|
share/doc/parrot/examples/pir/hello-dwim.pir
|
|
share/doc/parrot/examples/pir/io.pir
|
|
share/doc/parrot/examples/pir/levenshtein.pir
|
|
share/doc/parrot/examples/pir/life.pir
|
|
share/doc/parrot/examples/pir/local_label.pir
|
|
share/doc/parrot/examples/pir/mandel.pir
|
|
share/doc/parrot/examples/pir/queens_r.pir
|
|
share/doc/parrot/examples/pir/quine_ord.pir
|
|
share/doc/parrot/examples/pir/readline.pir
|
|
share/doc/parrot/examples/pir/substr.pir
|
|
share/doc/parrot/examples/pir/sudoku.pir
|
|
share/doc/parrot/examples/pir/thr-primes.pir
|
|
share/doc/parrot/examples/pir/uniq.pir
|
|
share/doc/parrot/examples/sdl/mandel.pir
|
|
share/doc/parrot/examples/sdl/minesweeper/README
|
|
share/doc/parrot/examples/sdl/minesweeper/eventhandler.pir
|
|
share/doc/parrot/examples/sdl/minesweeper/field.pir
|
|
share/doc/parrot/examples/sdl/minesweeper/mines.pir
|
|
share/doc/parrot/examples/sdl/minesweeper/mines.png
|
|
share/doc/parrot/examples/sdl/minesweeper/mines_debug.png
|
|
share/doc/parrot/examples/sdl/minesweeper/smiley.png
|
|
share/doc/parrot/examples/sdl/tetris/README
|
|
share/doc/parrot/examples/sdl/tetris/app.pir
|
|
share/doc/parrot/examples/sdl/tetris/block.pir
|
|
share/doc/parrot/examples/sdl/tetris/blockdata.pir
|
|
share/doc/parrot/examples/sdl/tetris/blocks.pir
|
|
share/doc/parrot/examples/sdl/tetris/board.pir
|
|
share/doc/parrot/examples/sdl/tetris/boarddata.pir
|
|
share/doc/parrot/examples/sdl/tetris/eventhandler.pir
|
|
share/doc/parrot/examples/sdl/tetris/tetris.pir
|
|
share/doc/parrot/examples/shootout/README
|
|
share/doc/parrot/examples/shootout/ack.pir
|
|
share/doc/parrot/examples/shootout/ack.pir.output
|
|
share/doc/parrot/examples/shootout/ack.py
|
|
share/doc/parrot/examples/shootout/binarytrees.pir
|
|
share/doc/parrot/examples/shootout/binarytrees.pir.output
|
|
share/doc/parrot/examples/shootout/fannkuch.pir
|
|
share/doc/parrot/examples/shootout/fannkuch.pir.output
|
|
share/doc/parrot/examples/shootout/fannkuch.py
|
|
share/doc/parrot/examples/shootout/fasta.pir
|
|
share/doc/parrot/examples/shootout/fasta.pir.output
|
|
share/doc/parrot/examples/shootout/harmonic.pir
|
|
share/doc/parrot/examples/shootout/knucleotide.pir
|
|
share/doc/parrot/examples/shootout/knucleotide.pir.input
|
|
share/doc/parrot/examples/shootout/knucleotide.pir.output
|
|
share/doc/parrot/examples/shootout/mandelbrot.pir
|
|
share/doc/parrot/examples/shootout/mandelbrot.pir.output
|
|
share/doc/parrot/examples/shootout/nbody.pir
|
|
share/doc/parrot/examples/shootout/nbody.pir.output
|
|
share/doc/parrot/examples/shootout/nsieve-bits-2.pir
|
|
share/doc/parrot/examples/shootout/nsieve-bits-2.pir.output
|
|
share/doc/parrot/examples/shootout/nsieve-bits.pir
|
|
share/doc/parrot/examples/shootout/nsieve-bits.pir.output
|
|
share/doc/parrot/examples/shootout/nsieve.pir
|
|
share/doc/parrot/examples/shootout/nsieve.pir.output
|
|
share/doc/parrot/examples/shootout/partialsums-2.pir
|
|
share/doc/parrot/examples/shootout/partialsums-2.pir.output
|
|
share/doc/parrot/examples/shootout/partialsums.pir
|
|
share/doc/parrot/examples/shootout/partialsums.pir.output
|
|
share/doc/parrot/examples/shootout/pidigits.pir
|
|
share/doc/parrot/examples/shootout/pidigits.pir.output
|
|
share/doc/parrot/examples/shootout/pidigits.py
|
|
share/doc/parrot/examples/shootout/random.pasm
|
|
share/doc/parrot/examples/shootout/random.pir
|
|
share/doc/parrot/examples/shootout/recursive-2.pir
|
|
share/doc/parrot/examples/shootout/recursive-2.pir.output
|
|
share/doc/parrot/examples/shootout/recursive.pir
|
|
share/doc/parrot/examples/shootout/recursive.pir.output
|
|
share/doc/parrot/examples/shootout/regexdna.pir
|
|
share/doc/parrot/examples/shootout/regexdna.pir.input
|
|
share/doc/parrot/examples/shootout/regexdna.pir.output
|
|
share/doc/parrot/examples/shootout/revcomp.pir
|
|
share/doc/parrot/examples/shootout/revcomp.pir.input
|
|
share/doc/parrot/examples/shootout/revcomp.pir.output
|
|
share/doc/parrot/examples/shootout/spectralnorm.pir
|
|
share/doc/parrot/examples/shootout/spectralnorm.pir.output
|
|
share/doc/parrot/examples/shootout/sumcol.pir
|
|
share/doc/parrot/examples/shootout/sumcol.pir.input
|
|
share/doc/parrot/examples/shootout/sumcol.pir.output
|
|
share/doc/parrot/examples/shootout/takfp.pir
|
|
share/doc/parrot/examples/shootout/takfp.pir.output
|
|
share/doc/parrot/examples/streams/Bytes.pir
|
|
share/doc/parrot/examples/streams/Combiner.pir
|
|
share/doc/parrot/examples/streams/Coroutine.pir
|
|
share/doc/parrot/examples/streams/FileLines.pir
|
|
share/doc/parrot/examples/streams/Filter.pir
|
|
share/doc/parrot/examples/streams/Include.pir
|
|
share/doc/parrot/examples/streams/Lines.pir
|
|
share/doc/parrot/examples/streams/ParrotIO.pir
|
|
share/doc/parrot/examples/streams/Replay.pir
|
|
share/doc/parrot/examples/streams/SubCounter.pir
|
|
share/doc/parrot/examples/streams/SubHello.pir
|
|
share/doc/parrot/examples/streams/Writer.pir
|
|
share/doc/parrot/examples/subs/bsr_ret.pasm
|
|
share/doc/parrot/examples/subs/coroutine.pasm
|
|
share/doc/parrot/examples/subs/jsr_ret.pasm
|
|
share/doc/parrot/examples/subs/multi_retvals.pir
|
|
share/doc/parrot/examples/subs/no_retval.pir
|
|
share/doc/parrot/examples/subs/pasm_sub1.pasm
|
|
share/doc/parrot/examples/subs/single_retval.pir
|
|
share/doc/parrot/examples/tge/README
|
|
share/doc/parrot/examples/tge/branch/branch.g
|
|
share/doc/parrot/examples/tge/branch/lib/Branch.pir
|
|
share/doc/parrot/examples/tge/branch/lib/Leaf.pir
|
|
share/doc/parrot/examples/tge/branch/transform.pir
|
|
src/nci.c
|
|
src/null_config.c
|
|
src/ops/core_ops_cgp.c
|
|
src/ops/core_ops_switch.c
|
|
src/parrot_config.c
|
|
@dirrm src/ops
|
|
@dirrm src
|
|
@dirrm share/doc/parrot/examples/tge/branch/lib
|
|
@dirrm share/doc/parrot/examples/tge/branch
|
|
@dirrm share/doc/parrot/examples/tge
|
|
@dirrm share/doc/parrot/examples/subs
|
|
@dirrm share/doc/parrot/examples/streams
|
|
@dirrm share/doc/parrot/examples/shootout
|
|
@dirrm share/doc/parrot/examples/sdl/tetris
|
|
@dirrm share/doc/parrot/examples/sdl/minesweeper
|
|
@dirrm share/doc/parrot/examples/sdl
|
|
@dirrm share/doc/parrot/examples/pir
|
|
@dirrm share/doc/parrot/examples/pge/grammars
|
|
@dirrm share/doc/parrot/examples/pge/benchmarks/ambs1
|
|
@dirrm share/doc/parrot/examples/pge/benchmarks
|
|
@dirrm share/doc/parrot/examples/pge
|
|
@dirrm share/doc/parrot/examples/past
|
|
@dirrm share/doc/parrot/examples/pasm
|
|
@dirrm share/doc/parrot/examples/nci
|
|
@dirrm share/doc/parrot/examples/namespace
|
|
@dirrm share/doc/parrot/examples/mops
|
|
@dirrm share/doc/parrot/examples/library
|
|
@dirrm share/doc/parrot/examples/japh
|
|
@dirrm share/doc/parrot/examples/io
|
|
@dirrm share/doc/parrot/examples/compilers
|
|
@dirrm share/doc/parrot/examples/c
|
|
@dirrm share/doc/parrot/examples/benchmarks
|
|
@dirrm share/doc/parrot/examples
|
|
@dirrm share/doc/parrot/docs/stm
|
|
@dirrm share/doc/parrot/docs/resources
|
|
@dirrm share/doc/parrot/docs/req
|
|
@dirrm share/doc/parrot/docs/project
|
|
@dirrm share/doc/parrot/docs/pmc
|
|
@dirrm share/doc/parrot/docs/pdds/draft
|
|
@dirrm share/doc/parrot/docs/pdds
|
|
@exec ${MKDIR} %D/share/doc/parrot/docs/ops
|
|
@dirrm share/doc/parrot/docs/ops
|
|
@dirrm share/doc/parrot/docs/imcc
|
|
@dirrm share/doc/parrot/docs/dev
|
|
@dirrm share/doc/parrot/docs/art
|
|
@dirrm share/doc/parrot/docs
|
|
@dirrm share/doc/parrot/LICENSES
|
|
@dirrm share/doc/parrot
|
|
@dirrm lib/parrot/library/YAML/Parser
|
|
@dirrm lib/parrot/library/YAML
|
|
@dirrm lib/parrot/library/Test/Builder
|
|
@dirrm lib/parrot/library/Test
|
|
@dirrm lib/parrot/library/String
|
|
@dirrm lib/parrot/library/Stream
|
|
@dirrm lib/parrot/library/SDL
|
|
@dirrm lib/parrot/library/Parrot
|
|
@dirrm lib/parrot/library/PGE
|
|
@dirrm lib/parrot/library/MIME
|
|
@dirrm lib/parrot/library/HTTP
|
|
@dirrm lib/parrot/library/Getopt
|
|
@dirrm lib/parrot/library/File/Spec
|
|
@dirrm lib/parrot/library/File
|
|
@dirrm lib/parrot/library/Digest
|
|
@dirrm lib/parrot/library/Data/Dumper
|
|
@dirrm lib/parrot/library/Data
|
|
@dirrm lib/parrot/library/Config
|
|
@dirrm lib/parrot/library/CGI
|
|
@dirrm lib/parrot/library
|
|
@dirrm lib/parrot/include
|
|
@dirrm lib/parrot/dynext
|
|
@dirrm lib/parrot
|
|
@dirrm include/src
|
|
@dirrm include/parrot/stm
|
|
@dirrm include/parrot/oplib
|
|
@dirrm include/parrot/atomic
|
|
@dirrm include/parrot
|
|
@dirrm config/gen/platform/win32
|
|
@dirrm config/gen/platform/generic
|
|
@dirrm config/gen/platform/darwin
|
|
@dirrm config/gen/platform/ansi
|
|
@dirrm config/gen/platform
|
|
@dirrm config/gen/cpu/${MACHINE_ARCH}
|
|
@dirrm config/gen/cpu
|
|
@dirrm config/gen
|
|
@dirrm config
|
|
@dirrm compilers/imcc
|
|
@dirrm compilers
|