Skip to content

Commit

Permalink
merge in from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Feb 2, 2011
2 parents bfa470e + 78d1638 commit 4a37c23
Show file tree
Hide file tree
Showing 113 changed files with 9,824 additions and 10,146 deletions.
555 changes: 0 additions & 555 deletions DEPRECATED.pod

This file was deleted.

13 changes: 9 additions & 4 deletions MANIFEST
Expand Up @@ -12,7 +12,6 @@
CREDITS [main]doc
ChangeLog []
Configure.pl []
DEPRECATED.pod [devel]doc
DEVELOPING []
DONORS.pod [main]doc
LICENSE [main]doc
Expand All @@ -28,6 +27,7 @@ README_win32.pod [devel]doc
RESPONSIBLE_PARTIES [main]doc
TODO [devel]doc
VERSION [devel]
api.yaml []
compilers/data_json/Defines.mak [data_json]
compilers/data_json/Rules.mak [data_json]
compilers/data_json/data_json.pir [data_json]
Expand Down Expand Up @@ -1111,7 +1111,6 @@ runtime/parrot/library/ProfTest/Matcher.nqp [library]
runtime/parrot/library/ProfTest/NQPProfile.nqp [library]
runtime/parrot/library/ProfTest/PIRProfile.nqp [library]
runtime/parrot/library/ProfTest/Want.nqp [library]
runtime/parrot/library/Protoobject.pir [library]
runtime/parrot/library/Range.pir [library]
runtime/parrot/library/Rules.mak [library]
runtime/parrot/library/SDL.pir [library]
Expand Down Expand Up @@ -1291,6 +1290,7 @@ src/platform/darwin/sysmem.c []
src/platform/generic/dl.c []
src/platform/generic/encoding.c []
src/platform/generic/env.c []
src/platform/generic/error.c []
src/platform/generic/exec.c []
src/platform/generic/hires_timer.c []
src/platform/generic/io.c []
Expand All @@ -1310,6 +1310,7 @@ src/platform/solaris/math.c []
src/platform/solaris/time.c []
src/platform/win32/dl.c []
src/platform/win32/env.c []
src/platform/win32/error.c []
src/platform/win32/exec.c []
src/platform/win32/hires_timer.c []
src/platform/win32/io.c []
Expand Down Expand Up @@ -1672,7 +1673,6 @@ t/library/parrotlib.t [test]
t/library/pcre.t [test]
t/library/perlhist.txt [test]
t/library/pg.t [test]
t/library/protoobject.t [test]
t/library/rand.t [test]
t/library/range.t [test]
t/library/sha.t [test]
Expand Down Expand Up @@ -1902,6 +1902,7 @@ t/pmc/schedulermessage.t [test]
t/pmc/signal.t [test]
t/pmc/sockaddr.t [test]
t/pmc/socket.t [test]
t/pmc/socket_ipv6.t [test]
t/pmc/string.t [test]
t/pmc/stringbuilder.t [test]
t/pmc/stringhandle.t [test]
Expand All @@ -1914,6 +1915,7 @@ t/pmc/testlib/annotations.pir [test]
t/pmc/testlib/number.pasm [test]
t/pmc/testlib/packfile_common.pir [test]
t/pmc/testlib/test_server.pir [test]
t/pmc/testlib/test_server_ipv6.pir [test]
t/pmc/threads.t [test]
t/pmc/timer.t [test]
t/pmc/undef.t [test]
Expand Down Expand Up @@ -2073,6 +2075,8 @@ t/tools/pmc2cutils/04-dump_pmc.t [test]
t/tools/pmc2cutils/05-gen_c.t [test]
t/tools/pmc2cutils/08-pmc-pm.t [test]
t/tools/pmc2cutils/README []doc
t/tools/show_deprecated.t [test]
t/tools/show_experimental.t [test]
t/tools/testdata [test]
tools/build/README []doc
tools/build/c2str.pl []
Expand Down Expand Up @@ -2101,7 +2105,6 @@ tools/dev/gen_charset_tables.pl []
tools/dev/gen_class.pl []
tools/dev/gen_makefile.pl [devel]
tools/dev/gen_valgrind_suppressions.pl []
tools/dev/github_post_receive.pl []
tools/dev/headerizer.pl []
tools/dev/install_dev_files.pl []
tools/dev/install_doc_files.pl []
Expand Down Expand Up @@ -2141,6 +2144,8 @@ tools/dev/pmctree.pl []
tools/dev/pprof2cg.pl [devel]
tools/dev/reconfigure.pl [devel]
tools/dev/search-ops.pl []
tools/dev/show_deprecated.pl []
tools/dev/show_experimental.pl []
tools/dev/symlink.pl []
tools/dev/update_copyright.pl []
tools/dev/vgp []
Expand Down
6 changes: 6 additions & 0 deletions NEWS
@@ -1,6 +1,12 @@
New in 3.1.0
- Core
+ Exception PMCs are now subclassable from PIR
+ IPv6 is now supported
- Languages
- Community
- Documentation
- Tests


New in 3.0.0
- Core
Expand Down
12 changes: 6 additions & 6 deletions RESPONSIBLE_PARTIES
@@ -1,4 +1,4 @@
# Copyright (C) 2002-2010, Parrot Foundation.
# Copyright (C) 2002-2011, Parrot Foundation.

This is a list of project roles, with a partial list of the folks who have
taken responsibility for them. This does not list all the people with
Expand All @@ -18,7 +18,7 @@ Product Manager Andrew Whitworth

Project Manager Jim Keenan

Community Manager Jonathan Leto
Community Manager Jonathan "Duke" Leto

Release Manager Bob Rogers
Patrick Michaud
Expand All @@ -31,7 +31,7 @@ Release Manager Bob Rogers
Francois Perrad
Mark Glines
Christoph Otto
Jonathan Leto
Jonathan "Duke" Leto
Gerd Pokorra
Michael Hind
Tyler Curtis
Expand All @@ -43,7 +43,7 @@ Metacommitter Allison Randal
Jeff Horwitz
Andrew Whitworth
Jim Keenan
Jonathan Leto
Jonathan "Duke" Leto
Julian Albo


Expand All @@ -62,7 +62,7 @@ Core Developer Jonathan Worthington
Julian Albo
Mark Glines
Vasily Chekalkin
Jonathan Leto
Jonathan "Duke" Leto

Compiler Developer Patrick Michaud (PGE, PCT)
Allison Randal (TGE)
Expand All @@ -84,7 +84,7 @@ Patch Monster chromatic
Christoph Otto
Julian Albo
Mark Glines
Jonthan Leto
Jonthan "Duke" Leto


Contributors
Expand Down

0 comments on commit 4a37c23

Please sign in to comment.