Skip to content

Commit

Permalink
release 0.2.3 file changes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@8818 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Leopold Toetsch committed Aug 5, 2005
1 parent 87bb363 commit 0f0d696
Show file tree
Hide file tree
Showing 22 changed files with 19 additions and 13 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# $Id$

2005.08.05 leo
* Released 0.2.3
* See NEWS for changes

2005.07.03 leo
* Released 0.2.2
* See NEWS for changes
Expand Down
4 changes: 2 additions & 2 deletions DEVELOPING
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $Id$

LAST RELEASE: Parrot 0.2.2 2005.07.03
PREVIOUS RELEASE: Parrot 0.2.1 2005.06.04
LAST RELEASE: Parrot 0.2.3 2005.08.05
PREVIOUS RELEASE: Parrot 0.2.2 2005.07.03

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
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ New in 0.2.3
- added character class support in Globs to PGE
- added language implementations of unlambda, Lazy-k
- many bugfixes, including GC and memory leaks
- the new calling scheme continued to evolve in branches/leo-ctx5

New in 0.2.2

Expand Down
1 change: 1 addition & 0 deletions PBC_COMPAT
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

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

2005.08.05 leo 0.2.3 release
2005.07.03 leo 0.2.2 release; add fixedintegerarray.freeze
2005.06.04 leo 0.2.1 release
2005.05.31 leo added HLL_id to frozen sub structure
Expand Down
2 changes: 1 addition & 1 deletion PLATFORMS
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aix-pwr64-xlc6 B8 - - - Y - Y Y/20
darwin_7.9.0 (10.3) B Y Y - Y Y Y Y Y 20050804
darwin_8.2.0-gcc4.0.0 B Y Y 20050804
freebsd5.2-i386 Y Y/4 Y Y - Y*6 Y
freebsd6.0b-amd64 8 Y - - Y Y Y Y/12 20050804
freebsd6.0b-amd64 8 Y - - Y Y Y Y/12 20050804
hpux-pa_risc2.0-gcc2.9 B - - Y Y Y*2 Y
?-ia64
irix6.5 Y Y Y/2
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is Parrot, version 0.2.2
This is Parrot, version 0.2.3
-----------------------------

Parrot is Copyright (C) 2001-2005 The Perl Foundation. All Rights Reserved.
Expand Down Expand Up @@ -55,7 +55,7 @@ may need to explicitly tell Configure.pl which compiler and linker to
use. For example, to compile C files with 'cc', C++ files with
'CC', and link everything together with 'CC', you would type

perl Configure.pl --cc=cc --cxx=CC --link=CC
perl Configure.pl --cc=cc --cxx=CC --link=CC --ld=CC

See "perl Configure.pl --help" for more options.

Expand All @@ -65,7 +65,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

perl Configure.pl --prefix=/Users/foo/parrot-0.2.2
perl Configure.pl --prefix=/Users/foo/parrot-0.2.3

Running Configure.pl will generate a config.h header, a Parrot::Config
module, platform files and some Makefiles.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3
6 changes: 3 additions & 3 deletions docs/ROADMAP
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ This document is now becoming a roadmap, because the Architect is deep
in a weeklong mindmeld with the Pumpking and the results are being
encoded in this document, among others.

=head1 CURRENT RELEASE (0.2.2)
=head1 CURRENT RELEASE (0.2.3)

Parrot 0.2.2 has been released on July 3rd 2005. For a list of new and
fixed feature see L<ChangeLog>.
Parrot 0.2.3 has been released on Aug 5th 2005. For a list of new and
fixed feature see L<NEWS>.

=head1 OVERVIEW

Expand Down
2 changes: 1 addition & 1 deletion docs/intro.pod
Original file line number Diff line number Diff line change
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.

Periodic, numbered releases will appear on CPAN (we're currently on
version 0.2.2), but at this stage of the project an awful lot is
version 0.2.3), but at this stage of the project an awful lot is
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:

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

#define IMCC_VERSION "0.2.2"
#define IMCC_VERSION "0.2.3"

static int load_pbc, run_pbc, write_pbc, pre_process, pasm_file;
static char optimizer_opt[20];
Expand Down
2 changes: 1 addition & 1 deletion parrot.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define version 0.2.2
%define version 0.2.3
%define devel -devel
%define prefix /usr/local/parrot/%{version}
%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 0f0d696

Please sign in to comment.