diff options
author | he <he@pkgsrc.org> | 2010-12-22 21:29:31 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2010-12-22 21:29:31 +0000 |
commit | 1ec087b58e5eb4349065d18369f33f654f0570b3 (patch) | |
tree | dae0a0c12b2e5a3fad80facc5db0fb75abab4cbe /lang/parrot/patches | |
parent | c55ded0cd7d9b754af4edeb7fd706cc7fd7b47c2 (diff) | |
download | pkgsrc-1ec087b58e5eb4349065d18369f33f654f0570b3.tar.gz |
Update parrot from version 2.10.1 to 2.11.0.
Pkgsrc changes:
o Adapt PLIST to changes in the set of installed files
o Adjust one patch to match the changed source
Upstream changes:
- Core
+ Just In Time native call frame generation using LibFFI
+ PIR op find_codepoint is no longer experimental, it is now supported
+ Several public functions in libparrot have been brought up to standard
naming conventions.
+ Improved linked-list implementation in GC
+ set_addr opcode is being replaced with the new set_label opcode
in core libraries
+ Removed deprecated CodeString PMC
+ Added close, is_closed, read, readline methods to Socket
+ Added experimental MappedByteArray PMC type
+ Added Parrot_warn_experimental, to warn the user about experimental features
+ Code for frontend executables moved from src/ to frontend/
+ Support for chunked receive in LWP library.
+ Added a "quickcover" make target
- Languages
+ PIRC
- left the nest and is currently at https://github.com/parrot/pirc/
+ Community
- Our README was translated into the following languages
by Google Code-In students and mentors:
Polish README.polski
Spanish README.espanol
German README.deutsch
- Documentation
- Tests
+ Test coverage increase on PMCs: String, Integer, NameSpace,
Complex, EventHandler
+ 'make quickcover' target added to speed up most essential
parts of coverage analysis
+ 'tools/dev/headerizer.pl' refactored to improve maintainability
(no change in functionality)
Diffstat (limited to 'lang/parrot/patches')
-rw-r--r-- | lang/parrot/patches/patch-ae | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/parrot/patches/patch-ae b/lang/parrot/patches/patch-ae index 7d0a7430764..c7db9200345 100644 --- a/lang/parrot/patches/patch-ae +++ b/lang/parrot/patches/patch-ae @@ -1,15 +1,15 @@ -$NetBSD: patch-ae,v 1.3 2010/03/17 11:06:11 he Exp $ +$NetBSD: patch-ae,v 1.4 2010/12/22 21:29:32 he Exp $ Perldoc's -d is incompatible with doing the build as root. ---- config/gen/makefiles/docs.in.orig 2009-12-15 18:22:07.000000000 +0100 +--- config/gen/makefiles/docs.in.orig 2010-12-20 15:44:37.000000000 +0000 +++ config/gen/makefiles/docs.in -@@ -41,7 +41,7 @@ doc-prep: +@@ -40,7 +40,7 @@ doc-prep: $(TOUCH) doc-prep - packfile-c.pod: ../src/packfile.c --#IF(new_perldoc): $(PERLDOC_BIN) -ud packfile-c.pod ../src/packfile.c -+#IF(new_perldoc): $(PERLDOC_BIN) -u ../src/packfile.c > packfile-c.pod - #ELSE: $(PERLDOC_BIN) -u ../src/packfile.c > packfile-c.pod + packfile-c.pod: ../src/packfile/api.c +-#IF(new_perldoc): $(PERLDOC_BIN) -ud packfile-c.pod ../src/packfile/api.c ++#IF(new_perldoc): $(PERLDOC_BIN) -u ../src/packfile/api.c > packfile-c.pod + #ELSE: $(PERLDOC_BIN) -u ../src/packfile/api.c > packfile-c.pod clean: |