pkgsrc/lang/parrot/PLIST

685 lines
35 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.35 2013/09/13 10:52:37 sno Exp $
bin/ops2c
bin/parrot
Update parrot from version 1.7.0 to 1.8.0. Update OK'ed by agc@ Pkgsrc changes: o Replace perl and parrot interpreter references where we can (one perl module not available at pre-configure time not done) o Remove patches which are no longer necessary, since they either came from upstream or have been adopted there o Update the PLIST to sync with what's being installed Upstream changes: - Functionality + The FileHandle PMC now exposes the exit code of child process that was run as pipe. + Experimental support for overriding VTABLE invoke in PIR objects was added. + The method 'type' was added to the PackfileAnnotations PMC. + The internals of the parrot calling conventions, PCC, were reworked. All call paths now use a CallSignature object for passing arguments and return values. + The new API-function 'Parrot_ext_call' was added for calling into C-land. + The fixed-size allocator was improved. + The files installed by 'make install-dev' are now covered by 'make install' as well. + The experimental ops 'fetch' and 'vivify' were added. + The -I option to the command 'parrot' now prepends items to the search path. + The Context struct was substituted with auto attributes (context_auto_attrs branch). + Use the osname determined in auto::arch in subsequent configuration steps (convert_OSNAME branch). + Eliminated dependence on Perl 5 '%Config' in auto::format (auto_format_no_Config branch). + MultiSub PMCs now stringify to the name of their first candidate, instead of the number of candidates. + The platform detection at the start of the configuration process was improved. + The 'lineof' method on CodeString objects now precomputes line number information to be more efficient on variable-width encoded strings. + P6object now supports .WHO and .WHERE methods on protoobjects. - Compilers + A shiny new self-hosting implementation of NQP has been added in ext/nqp-rx. - New NQP available as nqp-rx.pbc or parrot-nqp fakecutable. - NQP includes direct support for grammars and regexes, including protoregexes. - NQP has a new PAST-based regex engine (intended to replace PGE). - Regexes may contain code assertions, parameters, lexical declarations, and more. - Double-quoted strings now interpolate scalar variables and closures. - Subroutine declarations are now lexical by default. + PCT - PAST::Block now supports an 'nsentry' attribute. - PAST::Var allows 'contextual' scope. - Attribute bindings now return the bound value. - Platforms + Fixes for the port of Parrot to RTEMS were applied. Yay, first port to a real time OS! + On NetBSD, shared libs are now used. - Performance + Use the the fixed-sized allocator in the Context and the CallSignature PMC. + Many small speed improvements. - New deprecations + MT19937, the Mersenne twisted pseudorandom number generator, is now hosted on github and will be removed from the Parrot core. (eligible in 2.1) + The 'Parrot_call_*' functions for invoking a sub/method object from C are deprecated. They are replaced by 'Parrot_ext_call'. (eligible in 2.1) + All bitwise VTABLE functions are deprecated. (eligible in 2.1) + All bitwise ops will become dynops. (eligible in 2.1) - Realized deprecations + The slice VTABLE entry was removed. + The last traces of the 'malloc' garbage collector were removed. + Parrot_pcc_constants() was renamed to Parrot_pcc_get_constants(). + The deprecated functions from the Embedding/Extension interface were removed. + The library YAML/Parser/Syck.pir was removed. + The VTABLE function instantiate_str() was removed. + Building of parrot_nqp was removed. - Tests + The test coverage of the time-related ops was much improved. + New testing functions in Test::More: lives_ok() and dies_ok(). + The Perl 5 based test scripts t/op/bitwist.t, t/op/comp.t, t/op/inf_nan.t, t/op/literal.t, t/op/number.t, t/op/sprintf2.t, and t/op/00ff-dos.t were converted to PIR. + The test scripts t/op/annotate.t and t/op/time.t have begun to be translated from Perl 5 to PIR. + In some tests the dependency on %Config from Perl 5 was eliminated. - Documentation + The meaning of 'p' means in NCI function call signatures was clarified. - Tools + The stub for a new language, as created by mk_language_shell.pl, now relies on the PIR-based tools, which are replacing the Perl 5-based tools. + The library Configure.pir was added. + The library distutils.pir was added. - Miscellaneous + The mailing list parrot-users and a corresponding google group was created, http://groups.google.com/group/parrot-users. + Many bugfixes, code cleanups, and coding standard fixes.
2009-12-17 15:47:35 +01:00
bin/parrot-nqp
Update parrot from version 2.3.0 to 2.4.0. Pkgsrc changes: o Now pass the --optimize flag to configure o Pull in devel/gmp/buildlink3.mk so that multi-precision arithmetic is enabled (and gets testing) o Adapt PLIST and Makefile to what's present and being installed Upstream changes: - Core + Various long-standing bugs in IMCC were fixed + STRINGs are now immutable. + use STRINGNULL instead of NULL when working with strings + Fixed storage of methods in the NameSpace PMC + Added :nsentry flag to force method to be stored in the NameSpace + Added StringBuilder and PackfileDebug PMCs + Added experimental opcodes find_codepoint and unroll - Compilers + Fixed reporting of line numbers in IMCC + Removed deprecated NQP compiler, replaced with new NQP-RX + Removed NCIGen compiler - Deprecations + Tools to distribute on CPAN were removed + Deprecated dynpmcs have been removed to external repositories + Removed RetContinuation PMC + Removed CGoto, CGP, and Switch runcores - Tests + Many tests for the extend/embed interface were added + done_testing() is now implemented in Test::More - Tools + The fakexecutable tapir is renamed parrot-prove + Performance fixes to the pbc_to_exe tool + Fix data_json to work outside of trunk + The dynpmc GzipHandle (zlib wrapper) was added + The library Archive/Tar.pir was added. + The library Archive/Zip.pir was added. + The libraries LWP.pir, HTTP/Message.pir & URI.pir were added. - Miscellaneous + Six Parrot-related projects accepted to GSoC + Improve use of const and other compiler hints
2010-08-17 15:27:51 +02:00
bin/parrot-prove
bin/parrot_config
bin/parrot_nci_thunk_gen
bin/pbc_disassemble
bin/pbc_dump
Update to 0.4.0, provided by Anders Nor Berle in PR 32448. New in 0.4.0 - New lexical handling and closure support including better introspection for caller and outer - PGE (Parrot Grammar Engine) provides now compilers for P6Rule, P6Grammar, P5Regexp, and Glob - ca. 1000 new tests including 800 for Perl5 regexp - Improved unicode charset and encoding support - Calling conventions for exception handlers - Punie (Perl 1) uses TGE (Tree Grammar Engine) to convert from PGE match objects to AST via two steps of tree transformation grammars - New languages: amber and lua - The usual code fixes, cleanup, and improvements, including an overhaul of the config and test framework New in 0.3.1 - Variable sized register frames are finished. Each subroutine gets the amount of registers that it actually needs. No more spilling. - Vastly improved PGE (Parrot Grammar Engine) including shift-reduce, precedence-based expression parser and support for matching of bracketed text delimited by e.g. ()[]{}'" - uniccode character classification (is_upper ...) - support for heredoc syntax in assembler - improved examples, basic JSON support - debian packaging support - the usual improvements, bug fixes, and cleanup - test count exceeds 3000 New in 0.3.0 - New calling conventions implemented: see PDD03 for details - Merge multiple Parrot bytecode (PBC) files into a singe PBC file - 'make smoke' target going beta - bc now supports if statements, comparison ops, prefix inc/dec - ParTcl adds [lassign], [switch] (partially); [expr] converted to a compiler - Many exciting doc updates, tests, and bugfixes, too numerous to mention New in 0.2.3 - Dynamic classes now compile on Windows (including ParTcl) - New Super PMC allows easy access to superclass methods - Implement C3 method resolution order (just like Perl6 & Python) - ParTcl has new PIR-based parser and passes more Tcl tests - added character class support in Globs to PGE - added language implementations of unlambda, Lazy-k - many bugfixes, including GC and memory leaks - the new calling scheme continued to evolve in branches/leo-ctx5 New in 0.2.2 - new call scheme: docs/pdds/pdd03_calling_conventions.pod - partial implementation of the new calling conventions PASM only, don't mix PIR foo() call syntax with the new scheme - grammar and rule support in PGE - the Parrot Grammar Engine - TCL passes >10% of the tcl test suite - the usual bugfixes and improvements New in 0.2.1 - better HLL support (short names for object attributes, and .HLL and n_operators pragmas) - string encoding and charset can now be set independently - experimental mmap IO layer for slurping files - distinct debug and trace flag settings - glob support in PGE - new character classification opcodes and interfaces New in 0.2.0 - parrot repository is now under subversion - MMD (Multi Method Dispatch) enhanced - new unary and infix opcodes that return new result PMCs - dynamic scalar PMCs inherit now almost all from Parrot core PMCs - more unification of PMCs and ParrotObjects - tailcalls for functions and methods - PGE (Parrot Grammar Engine) reworked - Pugs creates Parrot code and Pugs is a registered compiler now - new languages/lisp - the usual bug fixes and improvements New in 0.1.2 - New string handling code. Strings now have charset and encoding - Parts of a generation garbage collector - Better Python code, separated in dynclasses - Parrot Grammar Engine - Improved test coverage and documentation New in 0.1.1 Parrot 0.1.1 is an intermediate release with tons of updates and fixes. - Python support: Parrot runs 4/7 of the pie-thon test suite - Better OS support: more platforms, compiler, OS functions - Improved PIR syntax for method calls and <op>= assignment - Dynamic loading reworked including a "make install" target - MMD - multi method dispatch for binary vtable methods - Library improvement and cleanup - BigInt, Complex, *Array, Slice, Enumerate, None PMC classes - IA64 and hppa JIT support - Tons of fixes, improvements, new tests, and documentation updates. A lot is unfinished and keeps changing. Nethertheless Parrot is stable and usable at the surface, while internals are moving. New in 0.1.0 - "Ladies and gentlemen, I give you... objects!" - Huge documentation overhaul - More supported platforms, s. PLATFORMS - Basic thread support for pthread based architectures - Basic event handling for timers and signals including: - PASM callbacks for NCI (native C) functions. - Improved platform configuration - COW stacks now working, stacks code redone - Structure handling vastly improved - Random PMC and rand primitives - Better subroutine call syntax in PIR - Make PIR subroutines compliant with pdd03 - Improved profiling (DOD, GC timings) - Hash code improvements, incl. random key order support - Experimental freeze/thaw code for some PMC types - IO improvements for buffered layer and Win32 - String iterators - String bitwise vtables - Many new opcodes - Support for JIT, where malloced memory isn't executable - Priority DOD scheme for objects that need timely destruction - Improved byte code loading (e.g. onLoad functions) - Language updates: forth, Perl6/P6C, m4 - Libraries: Getopt_Long, SDL, Dumper, Sort - new JAPH examples - Unified imcc and parrot test handling - Many new tests (make test reports 1386 tests) - Numerous bug fixes New in 0.0.13 - The Big Move: Parrot source and build files rearranged into sub dirs - Build imcc as parrot - Objects more finished - Delegate vtable methods to byte code - Binary multi-method dispatching - Isa and does methods for PMCs - Call byte code from C - Start of extension interface - Experimental struct handling - Catch access to NULL PMCs - Experimental network socket interface code and opcodes - IO fixes and improvements - Dynamic opcode libraries - Fix-assigned opcode numbers - Argument flattening for function calls - More native call interface (NCI) signatures - Ncurses, postgres, and pcre interface libraries - Forth language is vastly improved - BSD and Win32 build improvements - Many new tests and fixes New in 0.0.12 - This number intentionally left blank New in 0.0.11 - Executable output - Dynamic PMC registration - Trial exception system - Beginnings of object system - Iterators - Ordered hashes - I/O system improvements - References - Documentation for basic PMC types - IMCC support of Parrot Calling Conventions - Runtime loading of chartypes (and other string improvements) - Conditional breakpoints - Dramatically accelerated sweeps for finalizable objects - Small PMCs (PMCs split into core and extensions) - Loadable bytecode packfiles - Constant PMCs - Sub variants that deal with the stack correctly - Switched runops core - Line numbers in warnings - Environment access - Many documentation cleanups - Conversion to CPS style! - BASIC debugger and many other wacky features - Filename, line number parsing support in IMCC New in 0.0.10 - IMCC integration - eval - some more benchmarking - cgp core - optimized math ops - intersegment branches - more complete use of PObjs - beefed up packfiles - sub/continuation/coroutine fixes - better NCI (native calling interface) - many imcc improvements - jako improvements New in 0.0.9 - Native function calling interface (Dan) - Stack/list aggregate rewrite (Leo) - Scratchpads (Jonathan Sillito) - Preliminary DotGNU support -- type conversion ops (Gopal V + Leo) - Buffer/PMC unification (Leo) - stabs debugging support for JIT (Leo) - Jako overhaul (Gregor) - Optional Lea allocator (Leo) - Parrot sprintf (Brent) - Miniparrot (Josh) - PMC Properties (Dan) - Various JIT improvements (D. Grunblatt + Leo) - Extensible packfiles (Juergen) - Restructured PMC hierarchy (Leo) - Real Scheme (Juergen) New in 0.0.8 - Several new grammars and a BNF -> perl5 and perl6 converter (Jeff) - Working Perl6 REs (Sean) - Keyed Access (Tom Hughes et al) - New PMCs (Alberto et al) - Better Documentation - New COW semantics - GC acceleration (Mike Lambert) - Lexical scope (Jonathan Sillito) - IMCC patches - JIT for the ARM New in 0.0.7 - Perl 6 Grammar and Compiler (Sean) - Subroutines, coroutines, and continuations (Melvin) - GC improvements (Peter Gibbs, Mike Lambert) - Global variables (Melvin) - Intermediate bytecode compiler (Melvin, Angel) - And much, much more. New in 0.0.6 - New assembler that support keyed types (Jeff) - New macro layer, allowing constants (Jeff) - New Configure.pl (Brent) - Changes to bytecode format, endian issues resolved (Melvin) - GC improvements and bug fixes (Peter Gibbs, Mike Lambert) - JIT compiler rewrite (Jason and Daniel) - Parrot assembler in Parrot (Daniel) - Parrot debugger (Daniel) - BASIC polished, Eliza.bas is new (Clint) - Cola compiler committed and working, with limited OOP (Melvin) - Keyed aggregates (Steve Fink) - Global ops (Melvin) - Compile-time speedup (Melvin) - Much documentation - New PDDs (Dan) - Contributed tetris and lzw files - And many more, from the cast of thousands New in 0.0.5 - Full GC - Perl Scalar support in PMCs - Array and Hash types almost ready for prime-time - Internal support for keyed types - EMACS editing mode - New PDDs - New Language - BASIC - Regular expression compiler - More tests - Many, many bug fixes, enhancements, and speedups New in 0.0.4 - Arena-based memory allocation system - Copying GC - New IO subsystem - "Predereferencing" mode - ./parrot -P - 22% speedup - JIT compiler - ./parrot -j - Parrot now builds warnings-clean on many platforms - Many more PMC methods implemented - Regular expression operations - Added a FAQ - Basic support for embedding Parrot in other programs - Warnings support - Added PDDs to distribution - Bignum library - PMC inheritance - Added an assembly optimizer - Improved string encoding/type support - Many more tests - Source reformatting - Major refactoring in packfile library - More Miniperl functionality - New PMC "clone" operator - Beginnings of key-based access to PMCs - arrays and hashes - MOPS comparisons in examples/mops/ New in 0.0.3 - PMCs! - Perl base scalar types implemented - A new minilanguage, Scheme - Much improved documentation - Register stacks pushing and popping - User stack pushing, popping and rotating - Jako updates: subroutines, more example programs, optimizations - test_prog renamed to 'parrot' - Added features to the assembler: @ for current location, and global labels - Build tweaks for VMS - Bytecode typing clean-ups - More platforms: OS X, HPUX, OS/2 - The proliferation of runops cores reduced to one fast and one slow one - Opcode tracing, bounds checking, profiling - Vastly improved string support, with separation of encoding and charset - Lots more tests - Multiple interpreter creation support - the beginnings of threading - Much better resource handling - the beginnings of GC New in 0.0.2 - Parrot now works on all core platforms - A large number of tests, in the standard Perl testing framework - A new minilanguage (Jako) which compiles to Parrot assembly - Documentation about the assembly language (docs/parrot_assembly.pod) - Separate modules for assembly (Parrot::Assemble) and bytecode manipulation (Parrot::PackFile::*, packfile.c) - Assembler completely rewritten - Better operand-type guessing in the assembler - Assembler support for '\n' etc. in string constants - Code reformatted to match the coding standards - New ops for register-constant INTEGER comparisons - Macro expansion in the assembler - IVs and NVs renamed to more friendly INTVAL and NUMVAL - Hard-coded pack("") formats removed - Better handling of floating-point numbers in assembler - Moved floats to constant table (fixing many alignment issues)
2006-01-03 20:25:06 +01:00
bin/pbc_merge
bin/pbc_to_exe
bin/winxed
Updating lang/parrot from 4.8.0nb4 to 5.7.0 (for scheduled nqp and raduko * imports). pkgsrc changes: * PLIST variable VERSION => PARROT_VERSION * add PLIST awk rule to replace parrot's version string with ${PARROT_VERSION} * add a fix for build on MacOS X 10.8 Upstream changes since 4.8.0: 2013-08-20 release 5.7.0 - Build + Fixed GH#976 - Cannot load PCRE library during install on gentoo x64. - Community + All three of our GSoC students passed their midterms, and are on track to complete their Parrot and Perl 6 projects on time. Congratulations to Saurabh Kumar, Pawe�<82> Murias, and Denis Boyun! 2013-07-16 release 5.6.0 - Build + Makefile dependencies are now compatible with VMS make. - Documentation + The main README is now more helpful. 2013-06-18 release 5.5.0 - Build + Configure options are now allowed to be quoted. + Fixed build on Win32. + Updated location of NQP on Win32. + Fixed Parrot::Distribution detection. - Documentation + Noted that RESPONSIBLE_PARTIES is mostly out of date. - Tests + Stopped testing native PBC on 64bit LE, due to lack of access to such machine. - Release + Added tool: make_upload_commands.pl - Community + Parrot has been awarded 3 student slots in Google Summer of Code 2013! This means that 3 lucky students will be on a paid internship from Google to work on these accepted proposals: = Saurabh Kumar - "Update parrot-libgit2 to latest libgit2 release" https://gist.github.com/sa1/5468408 http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/saurabh_kgp/11002 = Pawe�<82> Murias - "A Javascript backend for Rakudo" http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/pmurias/9002 = Denis Boyun - "Improve Web UI of App::Parrot::Create" https://gist.github.com/denisboyun/5472762 https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/chob_rock/9001 + YAPC::NA::2013 hosted 4 days of Hackathon, focusing on the next generation of Perl implementations. = Huge Success! + MoarVM was unveiled: https://github.com/MoarVM + P2 on Potion was debuted: http://perl11.org/p2/ 2013-05-21 release 5.4.0 - Core + Implemented the coth() and acot() math functions. + Fixed chomp to only trim a newline when it ends the string. [GH #958] + Added readlink() and Parrot_file_readlink(), with tests. [GH #967] - Build + Parrot now detects the CPU model on Linux systems, as well as detecting more CPU models on BSD, Cygwin, Solaris, Win32, and Darwin. ARM v7 is also now recognized. [GH #962] - Documentation + Threads examples now have proper POD sections and useful descriptions with links to references. + Added main description for Task PMC. + Added descriptions to trig methods in Float PMC. - Tests + Added improved test coverage targets "cover_new" and "fullcover_new". + Improved tests for acot(), coth(), acot() math functions. + Added tests for options passed to debugger. + Updated native PBC test files for string, number, and integer, which resolved 11 TODOs in the test suite. [GH #959] + Fixed test for the auto/arch config step. - Release process + Added message digests to crow.pir. + Added in release.json: "release.type" can be "devel" or "supported". + Refactored common code to sub in auto_release.pl. - Community + Parrot is part of the Hackathon at YAPC::NA::2013, in Austin, TX, USA! http://www.yapcna.org/yn2013/wiki?node=Hackathons + Parrot has been accepted to Google Summer of Code 2013! + Currently there are two high-quality proposals being worked on: https://gist.github.com/sa1/5468408 - parrot-libgit2 https://gist.github.com/denisboyun/5472762 - App::Parrot::Create 2013-04-16 release 5.3.0 - Build + Files generated by `make cover` are now correctly cleaned by `make` and ignored by `git`. - Tests + Internal testing of the Configure probe for Fink now works correctly with the --verbose flag. + Tests added for .sort method of ResizableFloatArray and ResizableIntegerArray. [GH #926], [GH #927] + Benchmarks added for .sort methods of various Array objects. [GH #175] + Coverage analysis added for pbc_disassemble. 2013-03-19 release 5.2.0 - Core + IO now only syncs buffers for the IO types where syncing makes sense. = PIO_VF_SYNC_IO flag added - Build + installable_pdump now has the correct rpath (blib corrected to lib). - Libraries + Tcl/Glob.pir has been removed. (PGE/Glob.pir remains intact) - Ecosystem + All Parrot tarballs are now symlinked to the 'all' directory, regardless of their true homes ('devel' or 'stable'), to better allow for automated downloads. ftp://ftp.parrot.org/pub/parrot/releases/all/ 2013-02-19 release 5.1.0 - Core + The .sort() method was added to the FixedFloatArray PMC + Improved detection of system memory for machines with >2GB + Improved pbc_to_exe support for spacey paths + Fixed Parrot_io_readall_s allocating too much string space - Build + Fixed generated MANIFEST files to omit $destdir - Documentation - Tests + .readall now checks that prior reads are respected. - Community + Weekly IRC meetings have resumed. #parrotsketch Tuesdays at 1930 UTC 2013-01-22 release 5.0.0 - Core + Remove duplicate library search path entries, move "." from the beginning to the end. [GH #368] + Install forgotten runtime include files: cloneflags.pasm packfile_annotation_keytype.pasm packfile_segments.pasm + Install include/parrot/pbcversion.h with the main package, not devel. + Install headers for dynpmc files. + Install libraries tgc.pbc, NCI/Utils.pbc, OpenGL/Math.pbc, PCT/Dumper.pbc, postgres.pbc, ProfTest.pbc and ProfTest/*pbc, String/Utils.pbc, URI/Escape.pbc, YAML/Dumper/Base.pbc, YAML/Dumper/Default.pbc + New experimental PARROT_DYNEXT environment variable + New experimental dynext_dirs config entry (same as PARROT_DYNEXT and -X) + Add OS error messages to FileHandle.open() error messages [GH #911] - Build + Generate MANIFEST.generated, cleanup MANIFEST, removed MANIFEST_configure.generated, add installation of forgotten files [GH #890] + perl Configure.pl now calls make clean if possible + Generate datadir/MANIFEST* for all installed files [GH #899] + Improved Configure.pl probes for --with-llvm + Replace / slashes with \ on windows for all Makefiles automatically. This improves cygwin interaction, like remote or cronjob smoking on windows. + Reenabled and fixed debugging line directives in pmc2c, ops2c not yet [GH #641] - Tools + Improved nci_thunk_gen (v0.02): handle void sig, add declaration + Fixed nci examples - Documentation + Re-added docs/ops, the generated ops summary and docs/packfile-c.pod + Improved pdd10_embedding + Document FileHandle.open() exceptions and error messages - Tests + Added t/library/lib_search_path.t 2012-12-18 release 4.11.0 - Core + Parrot now supports fast and lightweight OS threads, based on Nat Tucks's initial GSoC work on green threads and then Stefan Seifert's extension to true parallel OS threads as hybrid threads. See http://wknight8111.blogspot.co.at/2010/08/gsoc-threads-chandons-results.html and http://niner.name/Hybrid_Threads_for_the_Parrot_VM.pdf Summary: http://perl6advent.wordpress.com/2012/12/11/day-11-parrot-threads/ + New parrot cmdline option --numthreads + Export new dynpmc_class_<ClassName> types [GH #870]. + Changed core_ops library format and ops2c to contain the PBC_COMPAT only, not the parrot version triple. Removed the duplicate PARROT_DYNOP_CORE_INIT cpp definition in include/parrot/oplib/core_ops.h, use only PARROT_CORE_OPLIB_INIT from config.h + Store PBC_MAJOR and PBC_MINOR in the config hash, stored by auto::revision + Added getprotobyname method to the Socket PMC - Documentation + Marked unused API parameters + Install man pages for all binaries - Languages + nqp-rx tests updated from perl6/nqp-rx.git, and enabled to run on make test - Platforms + More compilation fixes on Windows without working mt.exe or ranlib=rem, enable smoking without git binary. - Tools + Re-enabled pbc_dump -h --header-only + Improved pmc2c, added more UNUSED(arg) macros [GH #836]. Parrot is now almost -Wunused-parameters safe. - Tests + failing Pod::Simple pod_todo.t tests are now skipped + added nqp-rx tests + removed duplicate ext/nqp-rx/t/p6regex tests + rewrote and enabled native_pbc tests [GH #394], renamed native_pbc testfiles 2012-11-21 release 4.10.0 - Core + Add PMCNULL check to result_info op + Fixed record separator bug on io handles - Build + Add -fpermissive so that nqp builds under gcc 4.7.2 + Fixed warnings for old ICU 4.4 - Platforms + More VMS fixes, but not yet done - Branches + The threads branch is ready to be merged, but nqp needs some changes, so it will be merged with 4.11.0. - Examples + Parrot mini-web server fixes 2012-10-16 release 4.9.0 - Core + Keep encoding information in the imcc optimizer, which fixes the concat op but probably many more cases with non-ascii encoded constant strings. [GH #837] + Fixed ByteBuffer set_string_native, which became out of sync with two internal buffers. [GH #835] + Preload Configure steps when called with perl -d Configure.pl [GH #833] + Strip unneeded config keys from installed config hash. Saves 6360 bytes from every installed executable. [GH #824] + Parrot_get_cpu_type returns now "unknown" for all unknown cpu types. On non-windows it returned before 4.9.0 a null string. [GH #846] + Fixed src/hash.c for platforms where size_t is unsigned (e.g. vms) [GH #854] - Build + Improved warnings for clang. [GH #843] + Cleaned wrong UNUSED(arg) macros in all pmc's due to an improved pmc2c compiler, which SHIMs all UNUSED args. [GH #836] + Added clang++ support and a new auto::alignof Configure step. [GH #844] + Fixed auto::inline for C++ compilers + Improved auto::llvm - Branches + The threads branch is almost ready to be merged. Some remaining races have been fixed. There are only some remaining platforms errors on darwin/x86. - Libraries + Fixed Mime::Base64: Split long lines at 76 chars. [GH #826] Support multi-byte codepoints. Use binary encoding, encoded files are now endian specific [GH #813 + #814], Added 2nd optional encoding arg to decode_base64(). - Documentation + Cleaned up removed parrot cmdline options -D/-O/-v from --help output and running.pod [GH #838] - Tools + Improved gdb pretty-printing for multi-byte strings
2013-09-13 12:40:59 +02:00
include/parrot/${PARROT_VERSION}/dynpmc/pmc_dynlexpad.h
include/parrot/${PARROT_VERSION}/dynpmc/pmc_file.h
include/parrot/${PARROT_VERSION}/dynpmc/pmc_rational.h
include/parrot/${PARROT_VERSION}/dynpmc/pmc_select.h
include/parrot/${PARROT_VERSION}/dynpmc/pmc_subproxy.h
include/parrot/${PARROT_VERSION}/imcc/api.h
include/parrot/${PARROT_VERSION}/imcc/embed.h
include/parrot/${PARROT_VERSION}/imcc/yyscanner.h
include/parrot/${PARROT_VERSION}/parrot/alarm.h
include/parrot/${PARROT_VERSION}/parrot/api.h
include/parrot/${PARROT_VERSION}/parrot/atomic.h
include/parrot/${PARROT_VERSION}/parrot/atomic/fallback.h
include/parrot/${PARROT_VERSION}/parrot/atomic/gcc_ppc.h
include/parrot/${PARROT_VERSION}/parrot/atomic/gcc_x86.h
include/parrot/${PARROT_VERSION}/parrot/atomic/sparc.h
include/parrot/${PARROT_VERSION}/parrot/caches.h
include/parrot/${PARROT_VERSION}/parrot/call.h
include/parrot/${PARROT_VERSION}/parrot/cclass.h
include/parrot/${PARROT_VERSION}/parrot/compiler.h
include/parrot/${PARROT_VERSION}/parrot/config.h
include/parrot/${PARROT_VERSION}/parrot/context.h
include/parrot/${PARROT_VERSION}/parrot/core_pmcs.h
include/parrot/${PARROT_VERSION}/parrot/core_types.h
include/parrot/${PARROT_VERSION}/parrot/datatypes.h
include/parrot/${PARROT_VERSION}/parrot/debugger.h
include/parrot/${PARROT_VERSION}/parrot/disassemble.h
include/parrot/${PARROT_VERSION}/parrot/dynext.h
include/parrot/${PARROT_VERSION}/parrot/encoding.h
include/parrot/${PARROT_VERSION}/parrot/enums.h
include/parrot/${PARROT_VERSION}/parrot/events.h
include/parrot/${PARROT_VERSION}/parrot/exceptions.h
include/parrot/${PARROT_VERSION}/parrot/exit.h
include/parrot/${PARROT_VERSION}/parrot/extend.h
include/parrot/${PARROT_VERSION}/parrot/extend_vtable.h
include/parrot/${PARROT_VERSION}/parrot/feature.h
include/parrot/${PARROT_VERSION}/parrot/gc_api.h
include/parrot/${PARROT_VERSION}/parrot/global_setup.h
include/parrot/${PARROT_VERSION}/parrot/has_header.h
include/parrot/${PARROT_VERSION}/parrot/hash.h
include/parrot/${PARROT_VERSION}/parrot/hll.h
include/parrot/${PARROT_VERSION}/parrot/imageio.h
include/parrot/${PARROT_VERSION}/parrot/interpreter.h
include/parrot/${PARROT_VERSION}/parrot/io.h
include/parrot/${PARROT_VERSION}/parrot/key.h
include/parrot/${PARROT_VERSION}/parrot/library.h
include/parrot/${PARROT_VERSION}/parrot/list.h
include/parrot/${PARROT_VERSION}/parrot/longopt.h
include/parrot/${PARROT_VERSION}/parrot/memory.h
include/parrot/${PARROT_VERSION}/parrot/misc.h
include/parrot/${PARROT_VERSION}/parrot/multidispatch.h
include/parrot/${PARROT_VERSION}/parrot/namespace.h
include/parrot/${PARROT_VERSION}/parrot/nci.h
include/parrot/${PARROT_VERSION}/parrot/oo.h
include/parrot/${PARROT_VERSION}/parrot/oo_private.h
include/parrot/${PARROT_VERSION}/parrot/op.h
include/parrot/${PARROT_VERSION}/parrot/oplib.h
include/parrot/${PARROT_VERSION}/parrot/oplib/core_ops.h
include/parrot/${PARROT_VERSION}/parrot/oplib/ops.h
include/parrot/${PARROT_VERSION}/parrot/opsenum.h
include/parrot/${PARROT_VERSION}/parrot/packfile.h
include/parrot/${PARROT_VERSION}/parrot/parrot.h
include/parrot/${PARROT_VERSION}/parrot/pbcversion.h
include/parrot/${PARROT_VERSION}/parrot/platform_interface.h
include/parrot/${PARROT_VERSION}/parrot/pmc.h
include/parrot/${PARROT_VERSION}/parrot/pmc_freeze.h
include/parrot/${PARROT_VERSION}/parrot/pobj.h
include/parrot/${PARROT_VERSION}/parrot/pointer_array.h
include/parrot/${PARROT_VERSION}/parrot/runcore_api.h
include/parrot/${PARROT_VERSION}/parrot/runcore_profiling.h
include/parrot/${PARROT_VERSION}/parrot/runcore_subprof.h
include/parrot/${PARROT_VERSION}/parrot/runcore_trace.h
include/parrot/${PARROT_VERSION}/parrot/scheduler.h
include/parrot/${PARROT_VERSION}/parrot/scheduler_private.h
include/parrot/${PARROT_VERSION}/parrot/settings.h
include/parrot/${PARROT_VERSION}/parrot/string.h
include/parrot/${PARROT_VERSION}/parrot/string_funcs.h
include/parrot/${PARROT_VERSION}/parrot/sub.h
include/parrot/${PARROT_VERSION}/parrot/thr_none.h
include/parrot/${PARROT_VERSION}/parrot/thr_pthread.h
include/parrot/${PARROT_VERSION}/parrot/thr_windows.h
include/parrot/${PARROT_VERSION}/parrot/thread.h
include/parrot/${PARROT_VERSION}/parrot/vtable.h
include/parrot/${PARROT_VERSION}/parrot/vtables.h
include/parrot/${PARROT_VERSION}/parrot/warnings.h
include/parrot/${PARROT_VERSION}/pmc/dummy
include/parrot/${PARROT_VERSION}/pmc/pmc_addrregistry.h
include/parrot/${PARROT_VERSION}/pmc/pmc_alarm.h
include/parrot/${PARROT_VERSION}/pmc/pmc_arrayiterator.h
include/parrot/${PARROT_VERSION}/pmc/pmc_bigint.h
include/parrot/${PARROT_VERSION}/pmc/pmc_bignum.h
include/parrot/${PARROT_VERSION}/pmc/pmc_boolean.h
include/parrot/${PARROT_VERSION}/pmc/pmc_bytebuffer.h
include/parrot/${PARROT_VERSION}/pmc/pmc_callback.h
include/parrot/${PARROT_VERSION}/pmc/pmc_callcontext.h
include/parrot/${PARROT_VERSION}/pmc/pmc_capture.h
include/parrot/${PARROT_VERSION}/pmc/pmc_class.h
include/parrot/${PARROT_VERSION}/pmc/pmc_complex.h
include/parrot/${PARROT_VERSION}/pmc/pmc_continuation.h
include/parrot/${PARROT_VERSION}/pmc/pmc_coroutine.h
include/parrot/${PARROT_VERSION}/pmc/pmc_default.h
include/parrot/${PARROT_VERSION}/pmc/pmc_env.h
include/parrot/${PARROT_VERSION}/pmc/pmc_eval.h
include/parrot/${PARROT_VERSION}/pmc/pmc_eventhandler.h
include/parrot/${PARROT_VERSION}/pmc/pmc_exception.h
include/parrot/${PARROT_VERSION}/pmc/pmc_exceptionhandler.h
include/parrot/${PARROT_VERSION}/pmc/pmc_exporter.h
include/parrot/${PARROT_VERSION}/pmc/pmc_filehandle.h
include/parrot/${PARROT_VERSION}/pmc/pmc_fixedbooleanarray.h
include/parrot/${PARROT_VERSION}/pmc/pmc_fixedfloatarray.h
include/parrot/${PARROT_VERSION}/pmc/pmc_fixedintegerarray.h
include/parrot/${PARROT_VERSION}/pmc/pmc_fixedpmcarray.h
include/parrot/${PARROT_VERSION}/pmc/pmc_fixedstringarray.h
include/parrot/${PARROT_VERSION}/pmc/pmc_float.h
include/parrot/${PARROT_VERSION}/pmc/pmc_handle.h
include/parrot/${PARROT_VERSION}/pmc/pmc_hash.h
include/parrot/${PARROT_VERSION}/pmc/pmc_hashiterator.h
include/parrot/${PARROT_VERSION}/pmc/pmc_hashiteratorkey.h
include/parrot/${PARROT_VERSION}/pmc/pmc_imageiofreeze.h
include/parrot/${PARROT_VERSION}/pmc/pmc_imageiosize.h
include/parrot/${PARROT_VERSION}/pmc/pmc_imageiostrings.h
include/parrot/${PARROT_VERSION}/pmc/pmc_imageiothaw.h
include/parrot/${PARROT_VERSION}/pmc/pmc_imccompiler.h
include/parrot/${PARROT_VERSION}/pmc/pmc_integer.h
include/parrot/${PARROT_VERSION}/pmc/pmc_iterator.h
include/parrot/${PARROT_VERSION}/pmc/pmc_key.h
include/parrot/${PARROT_VERSION}/pmc/pmc_lexinfo.h
include/parrot/${PARROT_VERSION}/pmc/pmc_lexpad.h
include/parrot/${PARROT_VERSION}/pmc/pmc_managedstruct.h
include/parrot/${PARROT_VERSION}/pmc/pmc_mappedbytearray.h
include/parrot/${PARROT_VERSION}/pmc/pmc_multisub.h
include/parrot/${PARROT_VERSION}/pmc/pmc_namespace.h
include/parrot/${PARROT_VERSION}/pmc/pmc_nativepccmethod.h
include/parrot/${PARROT_VERSION}/pmc/pmc_nci.h
include/parrot/${PARROT_VERSION}/pmc/pmc_null.h
include/parrot/${PARROT_VERSION}/pmc/pmc_object.h
include/parrot/${PARROT_VERSION}/pmc/pmc_opcode.h
include/parrot/${PARROT_VERSION}/pmc/pmc_oplib.h
include/parrot/${PARROT_VERSION}/pmc/pmc_orderedhash.h
include/parrot/${PARROT_VERSION}/pmc/pmc_orderedhashiterator.h
include/parrot/${PARROT_VERSION}/pmc/pmc_os.h
include/parrot/${PARROT_VERSION}/pmc/pmc_packfile.h
include/parrot/${PARROT_VERSION}/pmc/pmc_packfileannotation.h
include/parrot/${PARROT_VERSION}/pmc/pmc_packfileannotations.h
include/parrot/${PARROT_VERSION}/pmc/pmc_packfilebytecodesegment.h
include/parrot/${PARROT_VERSION}/pmc/pmc_packfileconstanttable.h
include/parrot/${PARROT_VERSION}/pmc/pmc_packfiledebug.h
include/parrot/${PARROT_VERSION}/pmc/pmc_packfiledirectory.h
include/parrot/${PARROT_VERSION}/pmc/pmc_packfileopmap.h
include/parrot/${PARROT_VERSION}/pmc/pmc_packfilerawsegment.h
include/parrot/${PARROT_VERSION}/pmc/pmc_packfilesegment.h
include/parrot/${PARROT_VERSION}/pmc/pmc_packfileview.h
include/parrot/${PARROT_VERSION}/pmc/pmc_parrotinterpreter.h
include/parrot/${PARROT_VERSION}/pmc/pmc_parrotlibrary.h
include/parrot/${PARROT_VERSION}/pmc/pmc_pmclist.h
include/parrot/${PARROT_VERSION}/pmc/pmc_pmcproxy.h
include/parrot/${PARROT_VERSION}/pmc/pmc_pointer.h
include/parrot/${PARROT_VERSION}/pmc/pmc_proxy.h
include/parrot/${PARROT_VERSION}/pmc/pmc_ptr.h
include/parrot/${PARROT_VERSION}/pmc/pmc_ptrbuf.h
include/parrot/${PARROT_VERSION}/pmc/pmc_ptrobj.h
include/parrot/${PARROT_VERSION}/pmc/pmc_resizablebooleanarray.h
include/parrot/${PARROT_VERSION}/pmc/pmc_resizablefloatarray.h
include/parrot/${PARROT_VERSION}/pmc/pmc_resizableintegerarray.h
include/parrot/${PARROT_VERSION}/pmc/pmc_resizablepmcarray.h
include/parrot/${PARROT_VERSION}/pmc/pmc_resizablestringarray.h
include/parrot/${PARROT_VERSION}/pmc/pmc_role.h
include/parrot/${PARROT_VERSION}/pmc/pmc_scalar.h
include/parrot/${PARROT_VERSION}/pmc/pmc_scheduler.h
include/parrot/${PARROT_VERSION}/pmc/pmc_schedulermessage.h
include/parrot/${PARROT_VERSION}/pmc/pmc_sockaddr.h
include/parrot/${PARROT_VERSION}/pmc/pmc_socket.h
include/parrot/${PARROT_VERSION}/pmc/pmc_string.h
include/parrot/${PARROT_VERSION}/pmc/pmc_stringbuilder.h
include/parrot/${PARROT_VERSION}/pmc/pmc_stringhandle.h
include/parrot/${PARROT_VERSION}/pmc/pmc_stringiterator.h
include/parrot/${PARROT_VERSION}/pmc/pmc_structview.h
include/parrot/${PARROT_VERSION}/pmc/pmc_sub.h
include/parrot/${PARROT_VERSION}/pmc/pmc_task.h
include/parrot/${PARROT_VERSION}/pmc/pmc_timer.h
include/parrot/${PARROT_VERSION}/pmc/pmc_undef.h
include/parrot/${PARROT_VERSION}/pmc/pmc_unmanagedstruct.h
Update to 0.4.0, provided by Anders Nor Berle in PR 32448. New in 0.4.0 - New lexical handling and closure support including better introspection for caller and outer - PGE (Parrot Grammar Engine) provides now compilers for P6Rule, P6Grammar, P5Regexp, and Glob - ca. 1000 new tests including 800 for Perl5 regexp - Improved unicode charset and encoding support - Calling conventions for exception handlers - Punie (Perl 1) uses TGE (Tree Grammar Engine) to convert from PGE match objects to AST via two steps of tree transformation grammars - New languages: amber and lua - The usual code fixes, cleanup, and improvements, including an overhaul of the config and test framework New in 0.3.1 - Variable sized register frames are finished. Each subroutine gets the amount of registers that it actually needs. No more spilling. - Vastly improved PGE (Parrot Grammar Engine) including shift-reduce, precedence-based expression parser and support for matching of bracketed text delimited by e.g. ()[]{}'" - uniccode character classification (is_upper ...) - support for heredoc syntax in assembler - improved examples, basic JSON support - debian packaging support - the usual improvements, bug fixes, and cleanup - test count exceeds 3000 New in 0.3.0 - New calling conventions implemented: see PDD03 for details - Merge multiple Parrot bytecode (PBC) files into a singe PBC file - 'make smoke' target going beta - bc now supports if statements, comparison ops, prefix inc/dec - ParTcl adds [lassign], [switch] (partially); [expr] converted to a compiler - Many exciting doc updates, tests, and bugfixes, too numerous to mention New in 0.2.3 - Dynamic classes now compile on Windows (including ParTcl) - New Super PMC allows easy access to superclass methods - Implement C3 method resolution order (just like Perl6 & Python) - ParTcl has new PIR-based parser and passes more Tcl tests - added character class support in Globs to PGE - added language implementations of unlambda, Lazy-k - many bugfixes, including GC and memory leaks - the new calling scheme continued to evolve in branches/leo-ctx5 New in 0.2.2 - new call scheme: docs/pdds/pdd03_calling_conventions.pod - partial implementation of the new calling conventions PASM only, don't mix PIR foo() call syntax with the new scheme - grammar and rule support in PGE - the Parrot Grammar Engine - TCL passes >10% of the tcl test suite - the usual bugfixes and improvements New in 0.2.1 - better HLL support (short names for object attributes, and .HLL and n_operators pragmas) - string encoding and charset can now be set independently - experimental mmap IO layer for slurping files - distinct debug and trace flag settings - glob support in PGE - new character classification opcodes and interfaces New in 0.2.0 - parrot repository is now under subversion - MMD (Multi Method Dispatch) enhanced - new unary and infix opcodes that return new result PMCs - dynamic scalar PMCs inherit now almost all from Parrot core PMCs - more unification of PMCs and ParrotObjects - tailcalls for functions and methods - PGE (Parrot Grammar Engine) reworked - Pugs creates Parrot code and Pugs is a registered compiler now - new languages/lisp - the usual bug fixes and improvements New in 0.1.2 - New string handling code. Strings now have charset and encoding - Parts of a generation garbage collector - Better Python code, separated in dynclasses - Parrot Grammar Engine - Improved test coverage and documentation New in 0.1.1 Parrot 0.1.1 is an intermediate release with tons of updates and fixes. - Python support: Parrot runs 4/7 of the pie-thon test suite - Better OS support: more platforms, compiler, OS functions - Improved PIR syntax for method calls and <op>= assignment - Dynamic loading reworked including a "make install" target - MMD - multi method dispatch for binary vtable methods - Library improvement and cleanup - BigInt, Complex, *Array, Slice, Enumerate, None PMC classes - IA64 and hppa JIT support - Tons of fixes, improvements, new tests, and documentation updates. A lot is unfinished and keeps changing. Nethertheless Parrot is stable and usable at the surface, while internals are moving. New in 0.1.0 - "Ladies and gentlemen, I give you... objects!" - Huge documentation overhaul - More supported platforms, s. PLATFORMS - Basic thread support for pthread based architectures - Basic event handling for timers and signals including: - PASM callbacks for NCI (native C) functions. - Improved platform configuration - COW stacks now working, stacks code redone - Structure handling vastly improved - Random PMC and rand primitives - Better subroutine call syntax in PIR - Make PIR subroutines compliant with pdd03 - Improved profiling (DOD, GC timings) - Hash code improvements, incl. random key order support - Experimental freeze/thaw code for some PMC types - IO improvements for buffered layer and Win32 - String iterators - String bitwise vtables - Many new opcodes - Support for JIT, where malloced memory isn't executable - Priority DOD scheme for objects that need timely destruction - Improved byte code loading (e.g. onLoad functions) - Language updates: forth, Perl6/P6C, m4 - Libraries: Getopt_Long, SDL, Dumper, Sort - new JAPH examples - Unified imcc and parrot test handling - Many new tests (make test reports 1386 tests) - Numerous bug fixes New in 0.0.13 - The Big Move: Parrot source and build files rearranged into sub dirs - Build imcc as parrot - Objects more finished - Delegate vtable methods to byte code - Binary multi-method dispatching - Isa and does methods for PMCs - Call byte code from C - Start of extension interface - Experimental struct handling - Catch access to NULL PMCs - Experimental network socket interface code and opcodes - IO fixes and improvements - Dynamic opcode libraries - Fix-assigned opcode numbers - Argument flattening for function calls - More native call interface (NCI) signatures - Ncurses, postgres, and pcre interface libraries - Forth language is vastly improved - BSD and Win32 build improvements - Many new tests and fixes New in 0.0.12 - This number intentionally left blank New in 0.0.11 - Executable output - Dynamic PMC registration - Trial exception system - Beginnings of object system - Iterators - Ordered hashes - I/O system improvements - References - Documentation for basic PMC types - IMCC support of Parrot Calling Conventions - Runtime loading of chartypes (and other string improvements) - Conditional breakpoints - Dramatically accelerated sweeps for finalizable objects - Small PMCs (PMCs split into core and extensions) - Loadable bytecode packfiles - Constant PMCs - Sub variants that deal with the stack correctly - Switched runops core - Line numbers in warnings - Environment access - Many documentation cleanups - Conversion to CPS style! - BASIC debugger and many other wacky features - Filename, line number parsing support in IMCC New in 0.0.10 - IMCC integration - eval - some more benchmarking - cgp core - optimized math ops - intersegment branches - more complete use of PObjs - beefed up packfiles - sub/continuation/coroutine fixes - better NCI (native calling interface) - many imcc improvements - jako improvements New in 0.0.9 - Native function calling interface (Dan) - Stack/list aggregate rewrite (Leo) - Scratchpads (Jonathan Sillito) - Preliminary DotGNU support -- type conversion ops (Gopal V + Leo) - Buffer/PMC unification (Leo) - stabs debugging support for JIT (Leo) - Jako overhaul (Gregor) - Optional Lea allocator (Leo) - Parrot sprintf (Brent) - Miniparrot (Josh) - PMC Properties (Dan) - Various JIT improvements (D. Grunblatt + Leo) - Extensible packfiles (Juergen) - Restructured PMC hierarchy (Leo) - Real Scheme (Juergen) New in 0.0.8 - Several new grammars and a BNF -> perl5 and perl6 converter (Jeff) - Working Perl6 REs (Sean) - Keyed Access (Tom Hughes et al) - New PMCs (Alberto et al) - Better Documentation - New COW semantics - GC acceleration (Mike Lambert) - Lexical scope (Jonathan Sillito) - IMCC patches - JIT for the ARM New in 0.0.7 - Perl 6 Grammar and Compiler (Sean) - Subroutines, coroutines, and continuations (Melvin) - GC improvements (Peter Gibbs, Mike Lambert) - Global variables (Melvin) - Intermediate bytecode compiler (Melvin, Angel) - And much, much more. New in 0.0.6 - New assembler that support keyed types (Jeff) - New macro layer, allowing constants (Jeff) - New Configure.pl (Brent) - Changes to bytecode format, endian issues resolved (Melvin) - GC improvements and bug fixes (Peter Gibbs, Mike Lambert) - JIT compiler rewrite (Jason and Daniel) - Parrot assembler in Parrot (Daniel) - Parrot debugger (Daniel) - BASIC polished, Eliza.bas is new (Clint) - Cola compiler committed and working, with limited OOP (Melvin) - Keyed aggregates (Steve Fink) - Global ops (Melvin) - Compile-time speedup (Melvin) - Much documentation - New PDDs (Dan) - Contributed tetris and lzw files - And many more, from the cast of thousands New in 0.0.5 - Full GC - Perl Scalar support in PMCs - Array and Hash types almost ready for prime-time - Internal support for keyed types - EMACS editing mode - New PDDs - New Language - BASIC - Regular expression compiler - More tests - Many, many bug fixes, enhancements, and speedups New in 0.0.4 - Arena-based memory allocation system - Copying GC - New IO subsystem - "Predereferencing" mode - ./parrot -P - 22% speedup - JIT compiler - ./parrot -j - Parrot now builds warnings-clean on many platforms - Many more PMC methods implemented - Regular expression operations - Added a FAQ - Basic support for embedding Parrot in other programs - Warnings support - Added PDDs to distribution - Bignum library - PMC inheritance - Added an assembly optimizer - Improved string encoding/type support - Many more tests - Source reformatting - Major refactoring in packfile library - More Miniperl functionality - New PMC "clone" operator - Beginnings of key-based access to PMCs - arrays and hashes - MOPS comparisons in examples/mops/ New in 0.0.3 - PMCs! - Perl base scalar types implemented - A new minilanguage, Scheme - Much improved documentation - Register stacks pushing and popping - User stack pushing, popping and rotating - Jako updates: subroutines, more example programs, optimizations - test_prog renamed to 'parrot' - Added features to the assembler: @ for current location, and global labels - Build tweaks for VMS - Bytecode typing clean-ups - More platforms: OS X, HPUX, OS/2 - The proliferation of runops cores reduced to one fast and one slow one - Opcode tracing, bounds checking, profiling - Vastly improved string support, with separation of encoding and charset - Lots more tests - Multiple interpreter creation support - the beginnings of threading - Much better resource handling - the beginnings of GC New in 0.0.2 - Parrot now works on all core platforms - A large number of tests, in the standard Perl testing framework - A new minilanguage (Jako) which compiles to Parrot assembly - Documentation about the assembly language (docs/parrot_assembly.pod) - Separate modules for assembly (Parrot::Assemble) and bytecode manipulation (Parrot::PackFile::*, packfile.c) - Assembler completely rewritten - Better operand-type guessing in the assembler - Assembler support for '\n' etc. in string constants - Code reformatted to match the coding standards - New ops for register-constant INTEGER comparisons - Macro expansion in the assembler - IVs and NVs renamed to more friendly INTVAL and NUMVAL - Hard-coded pack("") formats removed - Better handling of floating-point numbers in assembler - Moved floats to constant table (fixing many alignment issues)
2006-01-03 20:25:06 +01:00
lib/libparrot.a
Updating lang/parrot from 4.8.0nb4 to 5.7.0 (for scheduled nqp and raduko * imports). pkgsrc changes: * PLIST variable VERSION => PARROT_VERSION * add PLIST awk rule to replace parrot's version string with ${PARROT_VERSION} * add a fix for build on MacOS X 10.8 Upstream changes since 4.8.0: 2013-08-20 release 5.7.0 - Build + Fixed GH#976 - Cannot load PCRE library during install on gentoo x64. - Community + All three of our GSoC students passed their midterms, and are on track to complete their Parrot and Perl 6 projects on time. Congratulations to Saurabh Kumar, Pawe�<82> Murias, and Denis Boyun! 2013-07-16 release 5.6.0 - Build + Makefile dependencies are now compatible with VMS make. - Documentation + The main README is now more helpful. 2013-06-18 release 5.5.0 - Build + Configure options are now allowed to be quoted. + Fixed build on Win32. + Updated location of NQP on Win32. + Fixed Parrot::Distribution detection. - Documentation + Noted that RESPONSIBLE_PARTIES is mostly out of date. - Tests + Stopped testing native PBC on 64bit LE, due to lack of access to such machine. - Release + Added tool: make_upload_commands.pl - Community + Parrot has been awarded 3 student slots in Google Summer of Code 2013! This means that 3 lucky students will be on a paid internship from Google to work on these accepted proposals: = Saurabh Kumar - "Update parrot-libgit2 to latest libgit2 release" https://gist.github.com/sa1/5468408 http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/saurabh_kgp/11002 = Pawe�<82> Murias - "A Javascript backend for Rakudo" http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/pmurias/9002 = Denis Boyun - "Improve Web UI of App::Parrot::Create" https://gist.github.com/denisboyun/5472762 https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/chob_rock/9001 + YAPC::NA::2013 hosted 4 days of Hackathon, focusing on the next generation of Perl implementations. = Huge Success! + MoarVM was unveiled: https://github.com/MoarVM + P2 on Potion was debuted: http://perl11.org/p2/ 2013-05-21 release 5.4.0 - Core + Implemented the coth() and acot() math functions. + Fixed chomp to only trim a newline when it ends the string. [GH #958] + Added readlink() and Parrot_file_readlink(), with tests. [GH #967] - Build + Parrot now detects the CPU model on Linux systems, as well as detecting more CPU models on BSD, Cygwin, Solaris, Win32, and Darwin. ARM v7 is also now recognized. [GH #962] - Documentation + Threads examples now have proper POD sections and useful descriptions with links to references. + Added main description for Task PMC. + Added descriptions to trig methods in Float PMC. - Tests + Added improved test coverage targets "cover_new" and "fullcover_new". + Improved tests for acot(), coth(), acot() math functions. + Added tests for options passed to debugger. + Updated native PBC test files for string, number, and integer, which resolved 11 TODOs in the test suite. [GH #959] + Fixed test for the auto/arch config step. - Release process + Added message digests to crow.pir. + Added in release.json: "release.type" can be "devel" or "supported". + Refactored common code to sub in auto_release.pl. - Community + Parrot is part of the Hackathon at YAPC::NA::2013, in Austin, TX, USA! http://www.yapcna.org/yn2013/wiki?node=Hackathons + Parrot has been accepted to Google Summer of Code 2013! + Currently there are two high-quality proposals being worked on: https://gist.github.com/sa1/5468408 - parrot-libgit2 https://gist.github.com/denisboyun/5472762 - App::Parrot::Create 2013-04-16 release 5.3.0 - Build + Files generated by `make cover` are now correctly cleaned by `make` and ignored by `git`. - Tests + Internal testing of the Configure probe for Fink now works correctly with the --verbose flag. + Tests added for .sort method of ResizableFloatArray and ResizableIntegerArray. [GH #926], [GH #927] + Benchmarks added for .sort methods of various Array objects. [GH #175] + Coverage analysis added for pbc_disassemble. 2013-03-19 release 5.2.0 - Core + IO now only syncs buffers for the IO types where syncing makes sense. = PIO_VF_SYNC_IO flag added - Build + installable_pdump now has the correct rpath (blib corrected to lib). - Libraries + Tcl/Glob.pir has been removed. (PGE/Glob.pir remains intact) - Ecosystem + All Parrot tarballs are now symlinked to the 'all' directory, regardless of their true homes ('devel' or 'stable'), to better allow for automated downloads. ftp://ftp.parrot.org/pub/parrot/releases/all/ 2013-02-19 release 5.1.0 - Core + The .sort() method was added to the FixedFloatArray PMC + Improved detection of system memory for machines with >2GB + Improved pbc_to_exe support for spacey paths + Fixed Parrot_io_readall_s allocating too much string space - Build + Fixed generated MANIFEST files to omit $destdir - Documentation - Tests + .readall now checks that prior reads are respected. - Community + Weekly IRC meetings have resumed. #parrotsketch Tuesdays at 1930 UTC 2013-01-22 release 5.0.0 - Core + Remove duplicate library search path entries, move "." from the beginning to the end. [GH #368] + Install forgotten runtime include files: cloneflags.pasm packfile_annotation_keytype.pasm packfile_segments.pasm + Install include/parrot/pbcversion.h with the main package, not devel. + Install headers for dynpmc files. + Install libraries tgc.pbc, NCI/Utils.pbc, OpenGL/Math.pbc, PCT/Dumper.pbc, postgres.pbc, ProfTest.pbc and ProfTest/*pbc, String/Utils.pbc, URI/Escape.pbc, YAML/Dumper/Base.pbc, YAML/Dumper/Default.pbc + New experimental PARROT_DYNEXT environment variable + New experimental dynext_dirs config entry (same as PARROT_DYNEXT and -X) + Add OS error messages to FileHandle.open() error messages [GH #911] - Build + Generate MANIFEST.generated, cleanup MANIFEST, removed MANIFEST_configure.generated, add installation of forgotten files [GH #890] + perl Configure.pl now calls make clean if possible + Generate datadir/MANIFEST* for all installed files [GH #899] + Improved Configure.pl probes for --with-llvm + Replace / slashes with \ on windows for all Makefiles automatically. This improves cygwin interaction, like remote or cronjob smoking on windows. + Reenabled and fixed debugging line directives in pmc2c, ops2c not yet [GH #641] - Tools + Improved nci_thunk_gen (v0.02): handle void sig, add declaration + Fixed nci examples - Documentation + Re-added docs/ops, the generated ops summary and docs/packfile-c.pod + Improved pdd10_embedding + Document FileHandle.open() exceptions and error messages - Tests + Added t/library/lib_search_path.t 2012-12-18 release 4.11.0 - Core + Parrot now supports fast and lightweight OS threads, based on Nat Tucks's initial GSoC work on green threads and then Stefan Seifert's extension to true parallel OS threads as hybrid threads. See http://wknight8111.blogspot.co.at/2010/08/gsoc-threads-chandons-results.html and http://niner.name/Hybrid_Threads_for_the_Parrot_VM.pdf Summary: http://perl6advent.wordpress.com/2012/12/11/day-11-parrot-threads/ + New parrot cmdline option --numthreads + Export new dynpmc_class_<ClassName> types [GH #870]. + Changed core_ops library format and ops2c to contain the PBC_COMPAT only, not the parrot version triple. Removed the duplicate PARROT_DYNOP_CORE_INIT cpp definition in include/parrot/oplib/core_ops.h, use only PARROT_CORE_OPLIB_INIT from config.h + Store PBC_MAJOR and PBC_MINOR in the config hash, stored by auto::revision + Added getprotobyname method to the Socket PMC - Documentation + Marked unused API parameters + Install man pages for all binaries - Languages + nqp-rx tests updated from perl6/nqp-rx.git, and enabled to run on make test - Platforms + More compilation fixes on Windows without working mt.exe or ranlib=rem, enable smoking without git binary. - Tools + Re-enabled pbc_dump -h --header-only + Improved pmc2c, added more UNUSED(arg) macros [GH #836]. Parrot is now almost -Wunused-parameters safe. - Tests + failing Pod::Simple pod_todo.t tests are now skipped + added nqp-rx tests + removed duplicate ext/nqp-rx/t/p6regex tests + rewrote and enabled native_pbc tests [GH #394], renamed native_pbc testfiles 2012-11-21 release 4.10.0 - Core + Add PMCNULL check to result_info op + Fixed record separator bug on io handles - Build + Add -fpermissive so that nqp builds under gcc 4.7.2 + Fixed warnings for old ICU 4.4 - Platforms + More VMS fixes, but not yet done - Branches + The threads branch is ready to be merged, but nqp needs some changes, so it will be merged with 4.11.0. - Examples + Parrot mini-web server fixes 2012-10-16 release 4.9.0 - Core + Keep encoding information in the imcc optimizer, which fixes the concat op but probably many more cases with non-ascii encoded constant strings. [GH #837] + Fixed ByteBuffer set_string_native, which became out of sync with two internal buffers. [GH #835] + Preload Configure steps when called with perl -d Configure.pl [GH #833] + Strip unneeded config keys from installed config hash. Saves 6360 bytes from every installed executable. [GH #824] + Parrot_get_cpu_type returns now "unknown" for all unknown cpu types. On non-windows it returned before 4.9.0 a null string. [GH #846] + Fixed src/hash.c for platforms where size_t is unsigned (e.g. vms) [GH #854] - Build + Improved warnings for clang. [GH #843] + Cleaned wrong UNUSED(arg) macros in all pmc's due to an improved pmc2c compiler, which SHIMs all UNUSED args. [GH #836] + Added clang++ support and a new auto::alignof Configure step. [GH #844] + Fixed auto::inline for C++ compilers + Improved auto::llvm - Branches + The threads branch is almost ready to be merged. Some remaining races have been fixed. There are only some remaining platforms errors on darwin/x86. - Libraries + Fixed Mime::Base64: Split long lines at 76 chars. [GH #826] Support multi-byte codepoints. Use binary encoding, encoded files are now endian specific [GH #813 + #814], Added 2nd optional encoding arg to decode_base64(). - Documentation + Cleaned up removed parrot cmdline options -D/-O/-v from --help output and running.pod [GH #838] - Tools + Improved gdb pretty-printing for multi-byte strings
2013-09-13 12:40:59 +02:00
lib/parrot/${PARROT_VERSION}/VERSION
lib/parrot/${PARROT_VERSION}/bin/prove.pir
lib/parrot/${PARROT_VERSION}/include/call_bits.pasm
lib/parrot/${PARROT_VERSION}/include/cclass.pasm
lib/parrot/${PARROT_VERSION}/include/cloneflags.pasm
lib/parrot/${PARROT_VERSION}/include/config.fpmc
lib/parrot/${PARROT_VERSION}/include/datatypes.pasm
lib/parrot/${PARROT_VERSION}/include/dlopenflags.pasm
lib/parrot/${PARROT_VERSION}/include/errors.pasm
lib/parrot/${PARROT_VERSION}/include/except_severity.pasm
lib/parrot/${PARROT_VERSION}/include/except_types.pasm
lib/parrot/${PARROT_VERSION}/include/fp_equality.pasm
lib/parrot/${PARROT_VERSION}/include/green_threads.pir
lib/parrot/${PARROT_VERSION}/include/hash_key_type.pasm
lib/parrot/${PARROT_VERSION}/include/hllmacros.pir
lib/parrot/${PARROT_VERSION}/include/iglobals.pasm
lib/parrot/${PARROT_VERSION}/include/interpcores.pasm
lib/parrot/${PARROT_VERSION}/include/interpdebug.pasm
lib/parrot/${PARROT_VERSION}/include/interpflags.pasm
lib/parrot/${PARROT_VERSION}/include/interpinfo.pasm
lib/parrot/${PARROT_VERSION}/include/interptrace.pasm
lib/parrot/${PARROT_VERSION}/include/iterator.pasm
lib/parrot/${PARROT_VERSION}/include/libpaths.pasm
lib/parrot/${PARROT_VERSION}/include/longopt.pasm
lib/parrot/${PARROT_VERSION}/include/packfile_annotation_keytype.pasm
lib/parrot/${PARROT_VERSION}/include/parrotlib.pbc
lib/parrot/${PARROT_VERSION}/include/pmctypes.pasm
lib/parrot/${PARROT_VERSION}/include/socket.pasm
lib/parrot/${PARROT_VERSION}/include/stat.pasm
lib/parrot/${PARROT_VERSION}/include/stdio.pasm
lib/parrot/${PARROT_VERSION}/include/stringinfo.pasm
lib/parrot/${PARROT_VERSION}/include/sysinfo.pasm
lib/parrot/${PARROT_VERSION}/include/test_more.pir
lib/parrot/${PARROT_VERSION}/include/timer.pasm
lib/parrot/${PARROT_VERSION}/include/tm.pasm
lib/parrot/${PARROT_VERSION}/include/warnings.pasm
lib/parrot/${PARROT_VERSION}/languages/JSON/JSON.pir
lib/parrot/${PARROT_VERSION}/languages/data_json/Defines.mak
lib/parrot/${PARROT_VERSION}/languages/data_json/JSON.nqp
lib/parrot/${PARROT_VERSION}/languages/data_json/Rules.mak
lib/parrot/${PARROT_VERSION}/languages/data_json/data_json.pbc
lib/parrot/${PARROT_VERSION}/languages/data_json/data_json.pir
lib/parrot/${PARROT_VERSION}/languages/data_json/data_json/grammar.pg
lib/parrot/${PARROT_VERSION}/languages/data_json/data_json/pge2pir.tg
lib/parrot/${PARROT_VERSION}/languages/parrot/parrot.pir
lib/parrot/${PARROT_VERSION}/languages/pct/Defines.mak
lib/parrot/${PARROT_VERSION}/languages/pct/PCT.pir
lib/parrot/${PARROT_VERSION}/languages/pct/Rules.mak
lib/parrot/${PARROT_VERSION}/languages/pct/src/PAST.pir
lib/parrot/${PARROT_VERSION}/languages/pct/src/PAST/Compiler.pir
lib/parrot/${PARROT_VERSION}/languages/pct/src/PAST/Node.pir
lib/parrot/${PARROT_VERSION}/languages/pct/src/PCT/Dumper.pir
lib/parrot/${PARROT_VERSION}/languages/pct/src/PCT/Grammar.pir
lib/parrot/${PARROT_VERSION}/languages/pct/src/PCT/HLLCompiler.pir
lib/parrot/${PARROT_VERSION}/languages/pct/src/PCT/Node.pir
lib/parrot/${PARROT_VERSION}/languages/pct/src/POST/Compiler.pir
lib/parrot/${PARROT_VERSION}/languages/pct/src/POST/Node.pir
lib/parrot/${PARROT_VERSION}/languages/pge/Defines.mak
lib/parrot/${PARROT_VERSION}/languages/pge/P6Rule.grammar
lib/parrot/${PARROT_VERSION}/languages/pge/PGE.pir
lib/parrot/${PARROT_VERSION}/languages/pge/PGE/Exp.pir
lib/parrot/${PARROT_VERSION}/languages/pge/PGE/Match.pir
lib/parrot/${PARROT_VERSION}/languages/pge/PGE/OPTable.pir
lib/parrot/${PARROT_VERSION}/languages/pge/PGE/P5Regex.pir
lib/parrot/${PARROT_VERSION}/languages/pge/PGE/Perl6Regex.pir
lib/parrot/${PARROT_VERSION}/languages/pge/PGE/Regex.pir
lib/parrot/${PARROT_VERSION}/languages/pge/PGE/builtins.pg
lib/parrot/${PARROT_VERSION}/languages/pge/Rules.mak
lib/parrot/${PARROT_VERSION}/languages/pge/STATUS
lib/parrot/${PARROT_VERSION}/languages/tge/Defines.mak
lib/parrot/${PARROT_VERSION}/languages/tge/Rules.mak
lib/parrot/${PARROT_VERSION}/languages/tge/TGE.pir
lib/parrot/${PARROT_VERSION}/languages/tge/TGE/Compiler.pir
lib/parrot/${PARROT_VERSION}/languages/tge/TGE/Grammar.pir
lib/parrot/${PARROT_VERSION}/languages/tge/TGE/Parser.pg
lib/parrot/${PARROT_VERSION}/languages/tge/TGE/Parser.pir
lib/parrot/${PARROT_VERSION}/languages/tge/TGE/Rule.pir
lib/parrot/${PARROT_VERSION}/languages/tge/TGE/Tree.pir
lib/parrot/${PARROT_VERSION}/languages/tge/tgc.pbc
lib/parrot/${PARROT_VERSION}/languages/tge/tgc.pir
lib/parrot/${PARROT_VERSION}/languages/winxed/winxed.pbc
lib/parrot/${PARROT_VERSION}/library/Archive/Tar.pbc
lib/parrot/${PARROT_VERSION}/library/Archive/Tar.pir
lib/parrot/${PARROT_VERSION}/library/Archive/Zip.pbc
lib/parrot/${PARROT_VERSION}/library/Archive/Zip.pir
lib/parrot/${PARROT_VERSION}/library/CGI/QueryHash.pbc
lib/parrot/${PARROT_VERSION}/library/CGI/QueryHash.pir
lib/parrot/${PARROT_VERSION}/library/Config/JSON.pbc
lib/parrot/${PARROT_VERSION}/library/Config/JSON.pir
lib/parrot/${PARROT_VERSION}/library/Configure/genfile.pbc
lib/parrot/${PARROT_VERSION}/library/Configure/genfile.pir
lib/parrot/${PARROT_VERSION}/library/Crow.pbc
lib/parrot/${PARROT_VERSION}/library/Crow.pir
lib/parrot/${PARROT_VERSION}/library/Curses.pir
lib/parrot/${PARROT_VERSION}/library/Data/Dumper.pbc
lib/parrot/${PARROT_VERSION}/library/Data/Dumper.pir
lib/parrot/${PARROT_VERSION}/library/Data/Dumper/Base.pbc
lib/parrot/${PARROT_VERSION}/library/Data/Dumper/Base.pir
lib/parrot/${PARROT_VERSION}/library/Data/Dumper/Default.pbc
lib/parrot/${PARROT_VERSION}/library/Data/Dumper/Default.pir
lib/parrot/${PARROT_VERSION}/library/Digest/MD5.pbc
lib/parrot/${PARROT_VERSION}/library/Digest/MD5.pir
lib/parrot/${PARROT_VERSION}/library/Digest/sha256.pbc
lib/parrot/${PARROT_VERSION}/library/Digest/sha256.pir
lib/parrot/${PARROT_VERSION}/library/Getopt/Obj.pbc
lib/parrot/${PARROT_VERSION}/library/Getopt/Obj.pir
lib/parrot/${PARROT_VERSION}/library/HLL.pbc
lib/parrot/${PARROT_VERSION}/library/HTTP/Daemon.pir
lib/parrot/${PARROT_VERSION}/library/HTTP/Message.pbc
lib/parrot/${PARROT_VERSION}/library/HTTP/Message.pir
lib/parrot/${PARROT_VERSION}/library/Iter.pbc
lib/parrot/${PARROT_VERSION}/library/Iter.pir
lib/parrot/${PARROT_VERSION}/library/JSON.pbc
lib/parrot/${PARROT_VERSION}/library/JSON.pir
lib/parrot/${PARROT_VERSION}/library/LWP/Protocol.pbc
lib/parrot/${PARROT_VERSION}/library/LWP/Protocol.pir
lib/parrot/${PARROT_VERSION}/library/LWP/UserAgent.pbc
lib/parrot/${PARROT_VERSION}/library/LWP/UserAgent.pir
lib/parrot/${PARROT_VERSION}/library/MIME/Base64.pbc
lib/parrot/${PARROT_VERSION}/library/MIME/Base64.pir
lib/parrot/${PARROT_VERSION}/library/Math/Rand.pbc
lib/parrot/${PARROT_VERSION}/library/Math/Rand.pir
lib/parrot/${PARROT_VERSION}/library/NCI/Utils.pbc
lib/parrot/${PARROT_VERSION}/library/NCI/Utils.pir
lib/parrot/${PARROT_VERSION}/library/OpenGL.pir
lib/parrot/${PARROT_VERSION}/library/OpenGL/Math.pir
lib/parrot/${PARROT_VERSION}/library/P6Regex.pbc
lib/parrot/${PARROT_VERSION}/library/P6object.pbc
lib/parrot/${PARROT_VERSION}/library/P6object.pir
lib/parrot/${PARROT_VERSION}/library/PCT.pbc
lib/parrot/${PARROT_VERSION}/library/PCT/Dumper.pbc
lib/parrot/${PARROT_VERSION}/library/PCT/Grammar.pbc
lib/parrot/${PARROT_VERSION}/library/PCT/HLLCompiler.pbc
lib/parrot/${PARROT_VERSION}/library/PCT/PAST.pbc
lib/parrot/${PARROT_VERSION}/library/PGE.pbc
lib/parrot/${PARROT_VERSION}/library/PGE/Dumper.pbc
lib/parrot/${PARROT_VERSION}/library/PGE/Dumper.pir
lib/parrot/${PARROT_VERSION}/library/PGE/Glob.pbc
lib/parrot/${PARROT_VERSION}/library/PGE/Glob.pir
lib/parrot/${PARROT_VERSION}/library/PGE/Hs.pbc
lib/parrot/${PARROT_VERSION}/library/PGE/Hs.pir
lib/parrot/${PARROT_VERSION}/library/PGE/Perl6Grammar.pbc
lib/parrot/${PARROT_VERSION}/library/PGE/Perl6Grammar.pir
lib/parrot/${PARROT_VERSION}/library/PGE/Text.pbc
lib/parrot/${PARROT_VERSION}/library/PGE/Text.pir
lib/parrot/${PARROT_VERSION}/library/PGE/Util.pbc
lib/parrot/${PARROT_VERSION}/library/PGE/Util.pir
lib/parrot/${PARROT_VERSION}/library/Parrot/Coroutine.pbc
lib/parrot/${PARROT_VERSION}/library/Parrot/Coroutine.pir
lib/parrot/${PARROT_VERSION}/library/Parrot/Exception.pbc
lib/parrot/${PARROT_VERSION}/library/Parrot/Exception.pir
lib/parrot/${PARROT_VERSION}/library/Pg.pir
lib/parrot/${PARROT_VERSION}/library/ProfTest.pbc
lib/parrot/${PARROT_VERSION}/library/ProfTest/Matcher.nqp
lib/parrot/${PARROT_VERSION}/library/ProfTest/Matcher.pbc
lib/parrot/${PARROT_VERSION}/library/ProfTest/Matcher.pir
lib/parrot/${PARROT_VERSION}/library/ProfTest/NQPProfile.nqp
lib/parrot/${PARROT_VERSION}/library/ProfTest/NQPProfile.pbc
lib/parrot/${PARROT_VERSION}/library/ProfTest/NQPProfile.pir
lib/parrot/${PARROT_VERSION}/library/ProfTest/PIRProfile.nqp
lib/parrot/${PARROT_VERSION}/library/ProfTest/PIRProfile.pbc
lib/parrot/${PARROT_VERSION}/library/ProfTest/PIRProfile.pir
lib/parrot/${PARROT_VERSION}/library/ProfTest/Want.nqp
lib/parrot/${PARROT_VERSION}/library/ProfTest/Want.pbc
lib/parrot/${PARROT_VERSION}/library/ProfTest/Want.pir
lib/parrot/${PARROT_VERSION}/library/Range.pbc
lib/parrot/${PARROT_VERSION}/library/Range.pir
lib/parrot/${PARROT_VERSION}/library/Regex.pbc
lib/parrot/${PARROT_VERSION}/library/Rules.mak
lib/parrot/${PARROT_VERSION}/library/SDL.pir
lib/parrot/${PARROT_VERSION}/library/SDL/App.pir
lib/parrot/${PARROT_VERSION}/library/SDL/Button.pir
lib/parrot/${PARROT_VERSION}/library/SDL/Color.pir
lib/parrot/${PARROT_VERSION}/library/SDL/Constants.pir
lib/parrot/${PARROT_VERSION}/library/SDL/Event.pir
lib/parrot/${PARROT_VERSION}/library/SDL/EventHandler.pir
lib/parrot/${PARROT_VERSION}/library/SDL/Font.pir
lib/parrot/${PARROT_VERSION}/library/SDL/Image.pir
lib/parrot/${PARROT_VERSION}/library/SDL/LCD.pir
lib/parrot/${PARROT_VERSION}/library/SDL/LCD.png
lib/parrot/${PARROT_VERSION}/library/SDL/Rect.pir
lib/parrot/${PARROT_VERSION}/library/SDL/Sprite.pir
lib/parrot/${PARROT_VERSION}/library/SDL/StopWatch.pir
lib/parrot/${PARROT_VERSION}/library/SDL/Surface.pir
lib/parrot/${PARROT_VERSION}/library/Stream/Base.pbc
lib/parrot/${PARROT_VERSION}/library/Stream/Base.pir
lib/parrot/${PARROT_VERSION}/library/Stream/Combiner.pbc
lib/parrot/${PARROT_VERSION}/library/Stream/Combiner.pir
lib/parrot/${PARROT_VERSION}/library/Stream/Coroutine.pbc
lib/parrot/${PARROT_VERSION}/library/Stream/Coroutine.pir
lib/parrot/${PARROT_VERSION}/library/Stream/Filter.pbc
lib/parrot/${PARROT_VERSION}/library/Stream/Filter.pir
lib/parrot/${PARROT_VERSION}/library/Stream/Lines.pbc
lib/parrot/${PARROT_VERSION}/library/Stream/Lines.pir
lib/parrot/${PARROT_VERSION}/library/Stream/ParrotIO.pbc
lib/parrot/${PARROT_VERSION}/library/Stream/ParrotIO.pir
lib/parrot/${PARROT_VERSION}/library/Stream/Replay.pbc
lib/parrot/${PARROT_VERSION}/library/Stream/Replay.pir
lib/parrot/${PARROT_VERSION}/library/Stream/Sub.pbc
lib/parrot/${PARROT_VERSION}/library/Stream/Sub.pir
lib/parrot/${PARROT_VERSION}/library/Stream/Writer.pbc
lib/parrot/${PARROT_VERSION}/library/Stream/Writer.pir
lib/parrot/${PARROT_VERSION}/library/String/Utils.pbc
lib/parrot/${PARROT_VERSION}/library/String/Utils.pir
lib/parrot/${PARROT_VERSION}/library/TAP/Formatter.pbc
lib/parrot/${PARROT_VERSION}/library/TAP/Formatter.pir
lib/parrot/${PARROT_VERSION}/library/TAP/Harness.pbc
lib/parrot/${PARROT_VERSION}/library/TAP/Harness.pir
lib/parrot/${PARROT_VERSION}/library/TAP/Parser.pbc
lib/parrot/${PARROT_VERSION}/library/TAP/Parser.pir
lib/parrot/${PARROT_VERSION}/library/TGE.pbc
lib/parrot/${PARROT_VERSION}/library/TclLibrary.pbc
lib/parrot/${PARROT_VERSION}/library/TclLibrary.pir
lib/parrot/${PARROT_VERSION}/library/Test/Builder.pbc
lib/parrot/${PARROT_VERSION}/library/Test/Builder.pir
lib/parrot/${PARROT_VERSION}/library/Test/Builder/Output.pbc
lib/parrot/${PARROT_VERSION}/library/Test/Builder/Output.pir
lib/parrot/${PARROT_VERSION}/library/Test/Builder/Test.pbc
lib/parrot/${PARROT_VERSION}/library/Test/Builder/Test.pir
lib/parrot/${PARROT_VERSION}/library/Test/Builder/TestPlan.pbc
lib/parrot/${PARROT_VERSION}/library/Test/Builder/TestPlan.pir
lib/parrot/${PARROT_VERSION}/library/Test/Builder/Tester.pbc
lib/parrot/${PARROT_VERSION}/library/Test/Builder/Tester.pir
lib/parrot/${PARROT_VERSION}/library/Test/Class.pbc
lib/parrot/${PARROT_VERSION}/library/Test/Class.pir
lib/parrot/${PARROT_VERSION}/library/Test/More.pbc
lib/parrot/${PARROT_VERSION}/library/Test/More.pir
lib/parrot/${PARROT_VERSION}/library/URI.pbc
lib/parrot/${PARROT_VERSION}/library/URI.pir
lib/parrot/${PARROT_VERSION}/library/URI/Escape.pbc
lib/parrot/${PARROT_VERSION}/library/URI/Escape.pir
lib/parrot/${PARROT_VERSION}/library/YAML/Dumper.pbc
lib/parrot/${PARROT_VERSION}/library/YAML/Dumper.pir
lib/parrot/${PARROT_VERSION}/library/YAML/Dumper/Base.pbc
lib/parrot/${PARROT_VERSION}/library/YAML/Dumper/Base.pir
lib/parrot/${PARROT_VERSION}/library/YAML/Dumper/Default.pbc
lib/parrot/${PARROT_VERSION}/library/YAML/Dumper/Default.pir
lib/parrot/${PARROT_VERSION}/library/YAML/Tiny.pbc
lib/parrot/${PARROT_VERSION}/library/YAML/Tiny.pm
lib/parrot/${PARROT_VERSION}/library/config.pbc
lib/parrot/${PARROT_VERSION}/library/crypto.declarations
lib/parrot/${PARROT_VERSION}/library/distutils.pbc
lib/parrot/${PARROT_VERSION}/library/distutils.pir
lib/parrot/${PARROT_VERSION}/library/dumper.pbc
lib/parrot/${PARROT_VERSION}/library/dumper.pir
lib/parrot/${PARROT_VERSION}/library/libpcre.pbc
lib/parrot/${PARROT_VERSION}/library/libpcre.pir
lib/parrot/${PARROT_VERSION}/library/ncurses.declarations
lib/parrot/${PARROT_VERSION}/library/ncurses.pbc
lib/parrot/${PARROT_VERSION}/library/ncurses.pir
lib/parrot/${PARROT_VERSION}/library/nqp-rx.pbc
lib/parrot/${PARROT_VERSION}/library/nqp-setting.pbc
lib/parrot/${PARROT_VERSION}/library/openssl.declarations
lib/parrot/${PARROT_VERSION}/library/opsc.pbc
lib/parrot/${PARROT_VERSION}/library/osutils.pbc
lib/parrot/${PARROT_VERSION}/library/osutils.pir
lib/parrot/${PARROT_VERSION}/library/parrotlib.pbc
lib/parrot/${PARROT_VERSION}/library/parrotlib.pir
lib/parrot/${PARROT_VERSION}/library/pcore.pbc
lib/parrot/${PARROT_VERSION}/library/pcore.pir
lib/parrot/${PARROT_VERSION}/library/pcre.pbc
lib/parrot/${PARROT_VERSION}/library/pcre.pir
lib/parrot/${PARROT_VERSION}/library/postgres.declarations
lib/parrot/${PARROT_VERSION}/library/postgres.pbc
lib/parrot/${PARROT_VERSION}/library/postgres.pir
lib/parrot/${PARROT_VERSION}/library/uuid.pbc
lib/parrot/${PARROT_VERSION}/library/uuid.pir
lib/parrot/${PARROT_VERSION}/library/yaml_dumper.pbc
lib/parrot/${PARROT_VERSION}/library/yaml_dumper.pir
lib/parrot/${PARROT_VERSION}/parrot_config.o
lib/parrot/${PARROT_VERSION}/tools/build/ops2c.pl
lib/parrot/${PARROT_VERSION}/tools/build/pmc2c.pl
lib/parrot/${PARROT_VERSION}/tools/dev/create_language.pl
lib/parrot/${PARROT_VERSION}/tools/dev/gen_makefile.pl
lib/parrot/${PARROT_VERSION}/tools/dev/mk_language_shell.pl
lib/parrot/${PARROT_VERSION}/tools/dev/pprof2cg.pl
lib/parrot/${PARROT_VERSION}/tools/dev/reconfigure.pl
lib/parrot/${PARROT_VERSION}/tools/lib/File/Which.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/BuildUtil.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Config.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Config/Generated.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Compiler.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Data.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Messages.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Options.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Options/Conf.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Options/Conf/CLI.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Options/Conf/File.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Options/Conf/Shared.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Options/Reconf.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Options/Test.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Options/Test/Prepare.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Step.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Step/List.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Step/Methods.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Step/Test.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Test.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Trace.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Configure/Utils.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Distribution.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Directory.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/File.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Group.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/HTMLPage.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Item.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/POD2HTML.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/PodToHtml.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/C.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/Compilers.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/Config.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/Developer.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/Examples.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/IMCC.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/Info.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/Libs.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/Ops.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/PCT_Tutorial.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/PDDs.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/PMCs.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/Parrot.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/Perl.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/Tests.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Section/Tools.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Docs/Text2HTML.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Git.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Git/Describe.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/H2inc.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Harness/DefaultTests.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Harness/Options.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Harness/Smoke.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Harness/TestSets.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Headerizer.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Headerizer/Functions.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/IO/Directory.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/IO/File.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/IO/Path.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Install.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Manifest.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/PMC.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/Dumper.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/Emitter.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/Library.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/Method.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/PCCMETHOD.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/PMC.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/PMC/Null.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/PMC/Object.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/PMC/PrintTree.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/PMC/Proxy.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/PMC/RO.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/PMC/default.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/Parser.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/Pmc2cMain.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/UtilFunctions.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Pmc2c/VTable.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/SHA1.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/SearchOps.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Test.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Test/Harness.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Test/PGE.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Test/Pod.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Test/Pod/Utils.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Test/Util.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Test/Util/Runloop.pm
lib/parrot/${PARROT_VERSION}/tools/lib/Parrot/Vtable.pm
lib/parrot/${PARROT_VERSION}/tools/myconfig
man/man1/ops2c.1
man/man1/parrot-nqp.1
man/man1/parrot-prove.1
man/man1/parrot.1
man/man1/parrot_config.1
man/man1/parrot_nci_thunk_gen.1
man/man1/parrotbug.1
man/man1/pbc_to_exe.1
man/man1/plumage.1
man/man1/winxed.1
share/doc/parrot/${PARROT_VERSION}/CREDITS
share/doc/parrot/${PARROT_VERSION}/DONORS.pod
share/doc/parrot/${PARROT_VERSION}/LICENSE
share/doc/parrot/${PARROT_VERSION}/PBC_COMPAT
share/doc/parrot/${PARROT_VERSION}/PLATFORMS
share/doc/parrot/${PARROT_VERSION}/README.pod
share/doc/parrot/${PARROT_VERSION}/README_cygwin.pod
share/doc/parrot/${PARROT_VERSION}/README_win32.pod
share/doc/parrot/${PARROT_VERSION}/RESPONSIBLE_PARTIES
share/doc/parrot/${PARROT_VERSION}/TODO
share/parrot/${PARROT_VERSION}/MANIFEST
share/parrot/${PARROT_VERSION}/MANIFEST.dev
src/parrot/${PARROT_VERSION}/config_lib.pir
src/parrot/${PARROT_VERSION}/pmc/addrregistry.dump
src/parrot/${PARROT_VERSION}/pmc/alarm.dump
src/parrot/${PARROT_VERSION}/pmc/arrayiterator.dump
src/parrot/${PARROT_VERSION}/pmc/bigint.dump
src/parrot/${PARROT_VERSION}/pmc/bignum.dump
src/parrot/${PARROT_VERSION}/pmc/boolean.dump
src/parrot/${PARROT_VERSION}/pmc/bytebuffer.dump
src/parrot/${PARROT_VERSION}/pmc/callback.dump
src/parrot/${PARROT_VERSION}/pmc/callcontext.dump
src/parrot/${PARROT_VERSION}/pmc/capture.dump
src/parrot/${PARROT_VERSION}/pmc/class.dump
src/parrot/${PARROT_VERSION}/pmc/complex.dump
src/parrot/${PARROT_VERSION}/pmc/continuation.dump
src/parrot/${PARROT_VERSION}/pmc/coroutine.dump
src/parrot/${PARROT_VERSION}/pmc/default.dump
src/parrot/${PARROT_VERSION}/pmc/env.dump
src/parrot/${PARROT_VERSION}/pmc/eval.dump
src/parrot/${PARROT_VERSION}/pmc/eventhandler.dump
src/parrot/${PARROT_VERSION}/pmc/exception.dump
src/parrot/${PARROT_VERSION}/pmc/exceptionhandler.dump
src/parrot/${PARROT_VERSION}/pmc/exporter.dump
src/parrot/${PARROT_VERSION}/pmc/filehandle.dump
src/parrot/${PARROT_VERSION}/pmc/fixedbooleanarray.dump
src/parrot/${PARROT_VERSION}/pmc/fixedfloatarray.dump
src/parrot/${PARROT_VERSION}/pmc/fixedintegerarray.dump
src/parrot/${PARROT_VERSION}/pmc/fixedpmcarray.dump
src/parrot/${PARROT_VERSION}/pmc/fixedstringarray.dump
src/parrot/${PARROT_VERSION}/pmc/float.dump
src/parrot/${PARROT_VERSION}/pmc/handle.dump
src/parrot/${PARROT_VERSION}/pmc/hash.dump
src/parrot/${PARROT_VERSION}/pmc/hashiterator.dump
src/parrot/${PARROT_VERSION}/pmc/hashiteratorkey.dump
src/parrot/${PARROT_VERSION}/pmc/imageiofreeze.dump
src/parrot/${PARROT_VERSION}/pmc/imageiosize.dump
src/parrot/${PARROT_VERSION}/pmc/imageiostrings.dump
src/parrot/${PARROT_VERSION}/pmc/imageiothaw.dump
src/parrot/${PARROT_VERSION}/pmc/imccompiler.dump
src/parrot/${PARROT_VERSION}/pmc/integer.dump
src/parrot/${PARROT_VERSION}/pmc/iterator.dump
src/parrot/${PARROT_VERSION}/pmc/key.dump
src/parrot/${PARROT_VERSION}/pmc/lexinfo.dump
src/parrot/${PARROT_VERSION}/pmc/lexpad.dump
src/parrot/${PARROT_VERSION}/pmc/managedstruct.dump
src/parrot/${PARROT_VERSION}/pmc/mappedbytearray.dump
src/parrot/${PARROT_VERSION}/pmc/multisub.dump
src/parrot/${PARROT_VERSION}/pmc/namespace.dump
src/parrot/${PARROT_VERSION}/pmc/nativepccmethod.dump
src/parrot/${PARROT_VERSION}/pmc/nci.dump
src/parrot/${PARROT_VERSION}/pmc/null.dump
src/parrot/${PARROT_VERSION}/pmc/object.dump
src/parrot/${PARROT_VERSION}/pmc/opcode.dump
src/parrot/${PARROT_VERSION}/pmc/oplib.dump
src/parrot/${PARROT_VERSION}/pmc/orderedhash.dump
src/parrot/${PARROT_VERSION}/pmc/orderedhashiterator.dump
src/parrot/${PARROT_VERSION}/pmc/os.dump
src/parrot/${PARROT_VERSION}/pmc/packfile.dump
src/parrot/${PARROT_VERSION}/pmc/packfileannotation.dump
src/parrot/${PARROT_VERSION}/pmc/packfileannotations.dump
src/parrot/${PARROT_VERSION}/pmc/packfilebytecodesegment.dump
src/parrot/${PARROT_VERSION}/pmc/packfileconstanttable.dump
src/parrot/${PARROT_VERSION}/pmc/packfiledebug.dump
src/parrot/${PARROT_VERSION}/pmc/packfiledirectory.dump
src/parrot/${PARROT_VERSION}/pmc/packfileopmap.dump
src/parrot/${PARROT_VERSION}/pmc/packfilerawsegment.dump
src/parrot/${PARROT_VERSION}/pmc/packfilesegment.dump
src/parrot/${PARROT_VERSION}/pmc/packfileview.dump
src/parrot/${PARROT_VERSION}/pmc/parrotinterpreter.dump
src/parrot/${PARROT_VERSION}/pmc/parrotlibrary.dump
src/parrot/${PARROT_VERSION}/pmc/pmclist.dump
src/parrot/${PARROT_VERSION}/pmc/pmcproxy.dump
src/parrot/${PARROT_VERSION}/pmc/pointer.dump
src/parrot/${PARROT_VERSION}/pmc/proxy.dump
src/parrot/${PARROT_VERSION}/pmc/ptr.dump
src/parrot/${PARROT_VERSION}/pmc/ptrbuf.dump
src/parrot/${PARROT_VERSION}/pmc/ptrobj.dump
src/parrot/${PARROT_VERSION}/pmc/resizablebooleanarray.dump
src/parrot/${PARROT_VERSION}/pmc/resizablefloatarray.dump
src/parrot/${PARROT_VERSION}/pmc/resizableintegerarray.dump
src/parrot/${PARROT_VERSION}/pmc/resizablepmcarray.dump
src/parrot/${PARROT_VERSION}/pmc/resizablestringarray.dump
src/parrot/${PARROT_VERSION}/pmc/role.dump
src/parrot/${PARROT_VERSION}/pmc/scalar.dump
src/parrot/${PARROT_VERSION}/pmc/scheduler.dump
src/parrot/${PARROT_VERSION}/pmc/schedulermessage.dump
src/parrot/${PARROT_VERSION}/pmc/sockaddr.dump
src/parrot/${PARROT_VERSION}/pmc/socket.dump
src/parrot/${PARROT_VERSION}/pmc/string.dump
src/parrot/${PARROT_VERSION}/pmc/stringbuilder.dump
src/parrot/${PARROT_VERSION}/pmc/stringhandle.dump
src/parrot/${PARROT_VERSION}/pmc/stringiterator.dump
src/parrot/${PARROT_VERSION}/pmc/structview.dump
src/parrot/${PARROT_VERSION}/pmc/sub.dump
src/parrot/${PARROT_VERSION}/pmc/task.dump
src/parrot/${PARROT_VERSION}/pmc/timer.dump
src/parrot/${PARROT_VERSION}/pmc/undef.dump
src/parrot/${PARROT_VERSION}/pmc/unmanagedstruct.dump
src/parrot/${PARROT_VERSION}/vtable.dump
src/parrot/${PARROT_VERSION}/vtable.tbl