Skip to content

Commit

Permalink
release 0.2.1 file changes
Browse files Browse the repository at this point in the history
see also RELEASE_INSTRUCTIONS



git-svn-id: https://svn.parrot.org/parrot/trunk@8267 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Leopold Toetsch committed Jun 4, 2005
1 parent ae4243d commit 8bbcbac
Show file tree
Hide file tree
Showing 21 changed files with 35 additions and 10 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
@@ -1,3 +1,17 @@
2005.06.04 leo
* Released 0.2.1
* allow short names for object attributes
* string encoding and charset can now be set independently
* experimental mmap IO layer for slurping files
* enable compile opcode support for compilers written in PASM/PIR
* improved HLL support with .HLL and n_operators pragmas
* simplified hash code
* more strength reduce optimizations
* distinct debug and trace flag settings
* glob support in PGE
* new character classification opcodes and interfaces
* numerous bug fixes and enhancements

2005-05-08 leo 2005-05-08 leo
* Released 0.2.0 * Released 0.2.0
* parrot repository is now under subversion * parrot repository is now under subversion
Expand Down
4 changes: 2 additions & 2 deletions DEVELOPING
@@ -1,5 +1,5 @@
LAST RELEASE: Parrot 0.2.0, 2005.05.08 LAST RELEASE: Parrot 0.2.1 2005.06.04
PREVIOUS RELEASE: Parrot 0.1.2, 2005.03.06 PREVIOUS RELEASE: Parrot 0.2.0, 2005.05.08


This file should only exist in development distributions. Delete it This file should only exist in development distributions. Delete it
(and its entry in the MANIFEST) before packaging Parrot up for a CPAN (and its entry in the MANIFEST) before packaging Parrot up for a CPAN
Expand Down
10 changes: 10 additions & 0 deletions NEWS
@@ -1,3 +1,13 @@
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 New in 0.2.0


- parrot repository is now under subversion - parrot repository is now under subversion
Expand Down
1 change: 1 addition & 0 deletions PBC_COMPAT
Expand Up @@ -24,6 +24,7 @@


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


2005.06.04 leo 0.2.1 release
2005.05.31 leo added HLL_id to frozen sub structure 2005.05.31 leo added HLL_id to frozen sub structure
2005.05.11 leo MMD function number change (rm MMD_I_LOGICAL...) 2005.05.11 leo MMD function number change (rm MMD_I_LOGICAL...)
2005.05.08 leo 0.2.0 release 2005.05.08 leo 0.2.0 release
Expand Down
4 changes: 2 additions & 2 deletions README
@@ -1,4 +1,4 @@
This is Parrot, version 0.2.0 This is Parrot, version 0.2.1
----------------------------- -----------------------------


Parrot is Copyright (C) 2001-2005 The Perl Foundation. All Rights Reserved. Parrot is Copyright (C) 2001-2005 The Perl Foundation. All Rights Reserved.
Expand Down Expand Up @@ -63,7 +63,7 @@ For systems like HPUX that don't have inet_pton please run


If you want to install Parrot into a non-standard location use If you want to install Parrot into a non-standard location use


perl Configure.pl --prefix=/Users/foo/parrot-0.2.0 perl Configure.pl --prefix=/Users/foo/parrot-0.2.1


Running Configure.pl will generate a config.h header, a Parrot::Config Running Configure.pl will generate a config.h header, a Parrot::Config
module, platform files and some Makefiles. module, platform files and some Makefiles.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.0 0.2.1
4 changes: 2 additions & 2 deletions docs/ROADMAP
Expand Up @@ -22,9 +22,9 @@ Strictly speaking, this document is not a roadmap - that requires input from
the Architect and the Pumpking. However, its goal is to help improve project the Architect and the Pumpking. However, its goal is to help improve project
management for parrot, and enable an actual roadmap. management for parrot, and enable an actual roadmap.


=head1 CURRENT RELEASE (0.2.0) =head1 CURRENT RELEASE (0.2.1)


Parrot 0.2.0 has been released on May 8th 2005. For a list of new and Parrot 0.2.1 has been released on June 4th 2005. For a list of new and
fixed feature see L<ChangeLog>. fixed feature see L<ChangeLog>.


=head1 OVERVIEW =head1 OVERVIEW
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.pod
Expand Up @@ -74,7 +74,7 @@ So let's get ourselves a copy of Parrot, so that we can start
investigating how to program in the Parrot assembler. investigating how to program in the Parrot assembler.


Periodic, numbered releases will appear on CPAN (we're currently on Periodic, numbered releases will appear on CPAN (we're currently on
version 0.2.0), but at this stage of the project an awful lot is version 0.2.1), but at this stage of the project an awful lot is
changing between releases. To really keep up to date with Parrot, changing between releases. To really keep up to date with Parrot,
we should get our copy from the SVN repository. Here's how we do that: we should get our copy from the SVN repository. Here's how we do that:


Expand Down
2 changes: 1 addition & 1 deletion imcc/main.c
Expand Up @@ -20,7 +20,7 @@
#include "pbc.h" #include "pbc.h"
#include "parser.h" #include "parser.h"


#define IMCC_VERSION "0.2.0" #define IMCC_VERSION "0.2.1"


static int load_pbc, run_pbc, write_pbc, pre_process, pasm_file; static int load_pbc, run_pbc, write_pbc, pre_process, pasm_file;
static char optimizer_opt[20]; static char optimizer_opt[20];
Expand Down
2 changes: 1 addition & 1 deletion parrot.spec
@@ -1,4 +1,4 @@
%define version 0.2.0 %define version 0.2.1
%define devel -devel %define devel -devel
%define prefix /usr/local/parrot/%{version} %define prefix /usr/local/parrot/%{version}
%define exec_prefix %{prefix} %define exec_prefix %{prefix}
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.

0 comments on commit 8bbcbac

Please sign in to comment.