diff options
author | he <he@pkgsrc.org> | 2009-12-09 09:23:50 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-12-09 09:23:50 +0000 |
commit | 9ee790b764b507994d8fbead8d2d2fc69b3f68ee (patch) | |
tree | cc3ec2944961300b66aaaa2695d599c7b01813a5 /lang/parrot/PLIST | |
parent | ab8d1055c58cb7f4f545617a311bf6607960fcc2 (diff) | |
download | pkgsrc-9ee790b764b507994d8fbead8d2d2fc69b3f68ee.tar.gz |
Update to version 1.7.0.
Pkgsrc changes:
o Adapt the patch to t/op/io.t to a change done upstream slightly
after 1.7.0 was released.
o Add a patch which fixes a problem exposed by one of the tests,
related to library cloning, which caused dlclose() to be called
twice with the same handle value, ref. Parrot ticket 1340.
Upstream changes:
New in 1.7.0
- Functionality
+ Parrot_capture_lex has been added to the PARROT_EXPORT API
+ PARROT_MAX_ARGS has been increased from 8 to 16 to allow for
ops that take mo re than 8 args
- Performance
+ The profiling runcore now caches metadata for improved performance
- Maintenance and cleanup
+ Expanded the Parrot debugger documentation
+ Parrot debugger now uses the new Parrot STRING API
+ Continue to port rest of internals to use the STRING API
- Deprecations
+ The JIT subsystem has been removed and is being written from
the ground up. More information can be found at
https://trac.parrot.org/parrot/wiki/JITRewrite
+ Implicit optional named parameters (eligible in 2.1)
+ Continuation-based ExceptionHandlers (eligible in 2.1)
+ Use of undocumented variables in class_init (eligible in 2.1)
+ Parrot_oo_get_namespace (eligible in 2.1)
- Bugfix
+ Improved line number tracking in IMCC
- Tests
+ Converted many more Perl 5 tests to PIR
+ Expanded test coverage of the CallSignature, Namespace, FixedPMCArray,
ResizeableIntegerArray and ExceptionHandler PMCs
Diffstat (limited to 'lang/parrot/PLIST')
-rw-r--r-- | lang/parrot/PLIST | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/parrot/PLIST b/lang/parrot/PLIST index 66baae9fcd8..95b35181930 100644 --- a/lang/parrot/PLIST +++ b/lang/parrot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2009/09/20 10:57:04 he Exp $ +@comment $NetBSD: PLIST,v 1.10 2009/12/09 09:23:50 he Exp $ bin/parrot bin/parrot_config bin/parrot_debugger @@ -28,7 +28,6 @@ include/parrot/${PKGVERSION}/parrot/encoding.h include/parrot/${PKGVERSION}/parrot/enums.h include/parrot/${PKGVERSION}/parrot/events.h include/parrot/${PKGVERSION}/parrot/exceptions.h -include/parrot/${PKGVERSION}/parrot/exec.h include/parrot/${PKGVERSION}/parrot/exit.h include/parrot/${PKGVERSION}/parrot/extend.h include/parrot/${PKGVERSION}/parrot/extend_vtable.h @@ -64,7 +63,6 @@ include/parrot/${PKGVERSION}/parrot/oplib/core_ops_switch.h include/parrot/${PKGVERSION}/parrot/oplib/ops.h include/parrot/${PKGVERSION}/parrot/packfile.h include/parrot/${PKGVERSION}/parrot/parrot.h -include/parrot/${PKGVERSION}/parrot/pic.h include/parrot/${PKGVERSION}/parrot/platform.h include/parrot/${PKGVERSION}/parrot/platform_interface.h include/parrot/${PKGVERSION}/parrot/pmc.h @@ -293,7 +291,6 @@ share/doc/parrot/${PKGVERSION}/pod/ops/experimental.pod share/doc/parrot/${PKGVERSION}/pod/ops/io.pod share/doc/parrot/${PKGVERSION}/pod/ops/math.pod share/doc/parrot/${PKGVERSION}/pod/ops/object.pod -share/doc/parrot/${PKGVERSION}/pod/ops/pic.pod share/doc/parrot/${PKGVERSION}/pod/ops/pmc.pod share/doc/parrot/${PKGVERSION}/pod/ops/set.pod share/doc/parrot/${PKGVERSION}/pod/ops/string.pod |