Skip to content

Commit

Permalink
[RELEASE]: 0.4.14 release prep. this commit forces realclean.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@19936 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
particle committed Jul 17, 2007
1 parent 50f1afa commit b1c22fd
Show file tree
Hide file tree
Showing 25 changed files with 62 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ N: Bob Rogers
D: Random small bug fixes, including one for the linguine bug.
E: rogers-perl6@rgrjr.dyndns.org

N: Bob Wilkinson
D: Numerous document typos.
E: bob@fourtheye.org

N: Bram Geron
D: IMCC documentation update
E: bgeron@gmail.com
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#1 $Id$

2007.07.17 particle
* Released 0.4.14
See NEWS for more.

2007.06.19 allison
* Released 0.4.13
See NEWS for more.
Expand Down
4 changes: 2 additions & 2 deletions DEVELOPING
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $Id$

THIS RELEASE: Parrot 0.4.13 2007.06.19
PREVIOUS RELEASE: Parrot 0.4.12 2007.05.15
THIS RELEASE: Parrot 0.4.14 2007.07.17
PREVIOUS RELEASE: Parrot 0.4.13 2007.06.19

This file should only exist in development distributions. Delete it
(and its entry in the MANIFEST) before packaging Parrot up for a CPAN
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.generated
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# See tools/dev/install_files.pl for documentation on the
# format of this file.
# Please re-sort this file after *EVERY* modification
blib/lib/libparrot.0.4.13.dylib [main]lib
blib/lib/libparrot.0.4.14.dylib [main]lib
blib/lib/libparrot.a [main]lib
blib/lib/libparrot.dylib [main]lib
blib/lib/libparrot.so [main]lib
blib/lib/libparrot.so.0.4.13 [main]lib
blib/lib/libparrot.so.0.4.14 [main]lib
compilers/imcc/imclexer.c [main]
config/gen/cpu/i386/memcpy_mmx.c [main]
config/gen/cpu/i386/memcpy_sse.c [main]
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: parrot
version: 0.4.13
version: 0.4.14
author: ~
abstract: ~
license: perl
Expand Down
30 changes: 30 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# $Id$

New in 0.4.14
- Now, with Seat Belts!
+ added makefile targets for Sun lint, BSD lint, and splint
+ corrected many errors picked up by these tools
+ decorated source code with compiler hints, assertions, and attribute macros
+ automated creation of function declarations to prevent common errors
+ increased compiler warnings levels
+ converted more exceptions to a recoverable form
- Languages:
+ updated Lisp, Lua, Perl 6, tcl, regex, Scheme ("Pheme")
+ Perl 6 now fetches selected tests from pugs, and even passes some
+ PGE modified to handle {*} action subs for top-down and bottom-up parsers,
and to allow grammar subclassing
+ HLLCompiler now has better exception, eval, and exit support
+ Introduced PCT, a refactor of HLLCompiler and PAST-pm
- Design:
+ PDD15 "Objects" - details added to 'new' and 'getattribute' opcodes
+ PDD17 "PMCs" - notes added on instantiation and dynamic extention in PIR
- Documentation:
+ added Parrot-related text from "Perl6 and Parrot Essentials" book,
tutorial examples from "Learning PIR" talk, and PDD15 metamodel diagrams
- Implementation:
+ reduced memory footprint when using named registers
+ implemented overridding of vtable methods by PDD15 classes
+ improved PDD15 support for 'new', 'instantiate', and others
+ added makefile targets to ease core and HLL makefile regeneration
+ updated parrot dubugger, "pdb", to allow loading of commands from file
- Misc:
+ many bugfixes, enhancements, documentation, and coding standard updates

New in 0.4.13
- Languages:
+ Updated Lisp, Lua, PHP ("Plumhead"), Python ("Pynie"), ABC,
Expand Down
1 change: 1 addition & 0 deletions PBC_COMPAT
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

# please insert tab separated entries at the top of the list

2007.07.17 particle released 0.4.14
2007.06.19 allison released 0.4.13
2007.05.16 bernhard remove opcodes adddoes, removedoes, singleton
2007.05.15 chromatic released 0.4.12
Expand Down
4 changes: 2 additions & 2 deletions PLATFORMS
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ opensolaris-x86-gcc_4.0.3 4 Y Y ? ? ? Y Y/3 ? 20070417
tru64-alpha-compaq_c6.5 8 ? ? ? Y ? Y Y/2 ? 20060203
win32-x86-cygwin_1.5.21 - - - - - - - - 20070221
win32-x86-mingw-gcc3.4.2 Y Y - - - Y Y/19 Y 20070515
win32-x86-msvc_7.1 - Y - - - Y Y ? 20070618
win32-x86-msvc_8.0 - Y - - - Y Y*2 ? 20070618
win32-x86-msvc_7.1 - Y - - - Y Y/1 ? 20070717
win32-x86-msvc_8.0 - Y - - - Y Y/1*2 ? 20070717

? ... unknown or untested
- ... no
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is Parrot, version 0.4.13
This is Parrot, version 0.4.14
-----------------------------

Parrot is Copyright (C) 2001-2007, The Perl Foundation.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.13
0.4.14
4 changes: 2 additions & 2 deletions docs/ROADMAP.pod
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ This is the B<highest> priority.

=back

=head1 CURRENT RELEASE (0.4.13)
=head1 CURRENT RELEASE (0.4.14)

Parrot 0.4.13 was released on June 19, 2007. For a list of new and fixed
Parrot 0.4.14 was released on July 17, 2007. For a list of new and fixed
feature see L<NEWS>.

=head1 OVERVIEW
Expand Down
2 changes: 2 additions & 0 deletions docs/parrothist.pod
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@ the strings?).

Allison 0.4.13 2007-Jun-19 "Clifton"

Jerry 0.4.14 2007-Jul-17 "Now, with Seat Belts!"

=cut
4 changes: 2 additions & 2 deletions parrot.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Name: parrot
Version: 0.4.13
Version: 0.4.14
Release: 1%{?dist}
Summary: Parrot Virtual Machine
License: Artistic 2.0
Group: Development/Libraries
URL: http://www.parrotcode.org/
Source0: http://www.cpan.org/authors/id/A/AR/ARANDAL/parrot-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/P/PA/PARTICLE/parrot-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: readline-devel
BuildRequires: ncurses-devel
Expand Down
Binary file modified t/native_pbc/integer_1.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_2.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_3.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_4.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_1.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_2.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_3.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_4.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_5.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_1.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_2.pbc
Binary file not shown.
16 changes: 8 additions & 8 deletions tools/util/release.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"release.version" : "0.4.13",
"release.name" : "Clifton",
"release.version" : "0.4.14",
"release.name" : "Now, with Seat Belts!",
"release.day" : "Tuesday",
"release.date" : "19 June 2007",
"release.nextdate" : "17 July 2007",
"release.date" : "17 July 2007",
"release.nextdate" : "21 August 2007",

"web.root" : "http://parrotcode.org/",
"web.source" : "source.html",
"web.openpatches" : "openpatches.html",
"web.repository" : "https://svn.perl.org/parrot/trunk/",

"bugday.day" : "Saturday",
"bugday.date" : "14 July 2007",
"bugday.date" : "18 August 2007",

"rt.root" : "https://rt.perl.org/rt3/",
"rt.tracking" : "Ticket/Display.html?id=43254",
"rt.saved_search" : "http://xrl.us/2fnt",
"rt.tracking" : "Ticket/Display.html?id=44003",
"rt.saved_search" : "http://xrl.us/25ar",

"wiki.root" : "http://rakudo.org/parrot/index.cgi?",
"wiki.bugday" : "bug_day_2007_07_14",
"wiki.bugday" : "bug_day_2007_08_18",

"cpan.search" : "http://search.cpan.org/",
"subversion.root" : "http://subversion.tigris.org/",
Expand Down

0 comments on commit b1c22fd

Please sign in to comment.