Author: leo
Date: Fri Aug 5 06:21:09 2005
New Revision: 8818
Modified:
trunk/ChangeLog
trunk/DEVELOPING
trunk/NEWS
trunk/PBC_COMPAT
trunk/PLATFORMS
trunk/README
trunk/VERSION
trunk/docs/ROADMAP
trunk/docs/intro.pod
trunk/imcc/main.c
trunk/parrot.spec
trunk/t/native_pbc/integer_1.pbc
trunk/t/native_pbc/integer_2.pbc
trunk/t/native_pbc/integer_3.pbc
trunk/t/native_pbc/integer_4.pbc
trunk/t/native_pbc/number_1.pbc
trunk/t/native_pbc/number_2.pbc
trunk/t/native_pbc/number_3.pbc
trunk/t/native_pbc/number_4.pbc
trunk/t/native_pbc/number_5.pbc
trunk/t/native_pbc/string_1.pbc
trunk/t/native_pbc/string_2.pbc
Log:
release 0.2.3 file changes
Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Fri Aug 5 06:21:09 2005
@@ -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
Modified: trunk/DEVELOPING
==============================================================================
--- trunk/DEVELOPING (original)
+++ trunk/DEVELOPING Fri Aug 5 06:21:09 2005
@@ -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
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Aug 5 06:21:09 2005
@@ -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
Modified: trunk/PBC_COMPAT
==============================================================================
--- trunk/PBC_COMPAT (original)
+++ trunk/PBC_COMPAT Fri Aug 5 06:21:09 2005
@@ -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
Modified: trunk/PLATFORMS
==============================================================================
--- trunk/PLATFORMS (original)
+++ trunk/PLATFORMS Fri Aug 5 06:21:09 2005
@@ -10,7 +10,7 @@ aix-pwr64-xlc6 B8 - - -
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
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Fri Aug 5 06:21:09 2005
@@ -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.
@@ -55,7 +55,7 @@ may need to explicitly tell Configure.pl
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.
@@ -65,7 +65,7 @@ For systems like HPUX that don't have in
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.
Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION (original)
+++ trunk/VERSION Fri Aug 5 06:21:09 2005
@@ -1 +1 @@
-0.2.2
+0.2.3
Modified: trunk/docs/ROADMAP
==============================================================================
--- trunk/docs/ROADMAP (original)
+++ trunk/docs/ROADMAP Fri Aug 5 06:21:09 2005
@@ -22,10 +22,10 @@ This document is now becoming a roadmap,
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
Modified: trunk/docs/intro.pod
==============================================================================
--- trunk/docs/intro.pod (original)
+++ trunk/docs/intro.pod Fri Aug 5 06:21:09 2005
@@ -74,7 +74,7 @@ So let's get ourselves a copy of Parrot,
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:
Modified: trunk/imcc/main.c
==============================================================================
--- trunk/imcc/main.c (original)
+++ trunk/imcc/main.c Fri Aug 5 06:21:09 2005
@@ -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];
Modified: trunk/parrot.spec
==============================================================================
--- trunk/parrot.spec (original)
+++ trunk/parrot.spec Fri Aug 5 06:21:09 2005
@@ -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}
Modified: trunk/t/native_pbc/integer_1.pbc
==============================================================================
Binary files. No diff available.
Modified: trunk/t/native_pbc/integer_2.pbc
==============================================================================
Binary files. No diff available.
Modified: trunk/t/native_pbc/integer_3.pbc
==============================================================================
Binary files. No diff available.
Modified: trunk/t/native_pbc/integer_4.pbc
==============================================================================
Binary files. No diff available.
Modified: trunk/t/native_pbc/number_1.pbc
==============================================================================
Binary files. No diff available.
Modified: trunk/t/native_pbc/number_2.pbc
==============================================================================
Binary files. No diff available.
Modified: trunk/t/native_pbc/number_3.pbc
==============================================================================
Binary files. No diff available.
Modified: trunk/t/native_pbc/number_4.pbc
==============================================================================
Binary files. No diff available.
Modified: trunk/t/native_pbc/number_5.pbc
==============================================================================
Binary files. No diff available.
Modified: trunk/t/native_pbc/string_1.pbc
==============================================================================
Binary files. No diff available.
Modified: trunk/t/native_pbc/string_2.pbc
==============================================================================
Binary files. No diff available.