Skip to content

Commit

Permalink
update to 2.9.0
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@49575 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
gerd committed Oct 19, 2010
1 parent 0190048 commit cf6e9a4
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ D: Miscellaneous codingstd fixes

N: Gerd Pokorra
E: pokorra@uni-siegen.de
D: Release manager for 1.9.0, 2.3.0, 2.5.0 and 2.8.0
D: Release manager for 1.9.0, 2.3.0, 2.5.0, 2.8.0 and 2.9.0

N: Goplat
D: Win98 and other fixes.
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$

2010.10.19 Gerd
* Released 2.9.0
See NEWS for more.

2010.09.21 Gerd
* Released 2.8.0
See NEWS for more.
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.2.8.0.dylib [main]lib
blib/lib/libparrot.2.9.0.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.2.8.0 [main]lib
blib/lib/libparrot.so.2.9.0 [main]lib
compilers/data_json/data_json.pbc [data_json]
config/gen/call_list/opengl.in []
docs/ops/bit.pod [doc]
Expand Down
6 changes: 1 addition & 5 deletions PBC_COMPAT
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@

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

8.5 2010.08.24 plobsing eliminate fixup table
8.4 2010.09.19 cotto add imageiothaw and imageiofreeze PMCs (plobsing)
8.3 2010.09.15 luben removed logical vtables
8.2 2010.08.19 cotto minor version bump for 2.7.0
8.1 2010.08.10 plobsing merge dynop_mapping branch
9.0 2010.10.19 gerd released 2.9.0
8.0 2010.07.20 coke released 2.6.0
7.0 2010.04.20 gerd released 2.3.0 (version # added ex post facto, as all previous version #s were published)
6.6 2010.04.17 bacek add replace op
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 2.8.0
This is Parrot, version 2.9.0
------------------------------

Parrot is Copyright (C) 2001-2010, Parrot Foundation.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0
2.9.0
2 changes: 2 additions & 0 deletions docs/parrothist.pod
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,6 @@ Starred release numbers indicate supported releases.
mikehh 2.7.0 2010-Aug-17 "Australian King"
Gerd 2.8.0 2010-Sep-21 "Tui Parakeet"

Gerd 2.9.0 * 2010-Oct-19 "Red-masked"

=cut
1 change: 0 additions & 1 deletion docs/project/release_manager_guide.pod
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ The calendar of releases is available at the comp.lang.parrot google calendar,
visible at
L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.calendar.google.com>.

- Oct 19, 2010 - 2.9* - gerd
- Nov 16, 2010 - 2.10 - tcurtis
- Dec 21, 2010 - 2.11 - whiteknight
- Jan 18, 2011 - 3.0* - cotto
Expand Down
2 changes: 1 addition & 1 deletion include/parrot/oplib/core_ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "parrot/runcore_api.h"

PARROT_EXPORT
op_lib_t *Parrot_DynOp_core_2_8_0(PARROT_INTERP, long init);
op_lib_t *Parrot_DynOp_core_2_9_0(PARROT_INTERP, long init);

opcode_t * Parrot_end(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_noop(opcode_t *, PARROT_INTERP);
Expand Down
6 changes: 3 additions & 3 deletions src/ops/core_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -26093,7 +26093,7 @@ op_lib_t core_op_lib = {
PARROT_FUNCTION_CORE, /* core_type = PARROT_XX_CORE */
0, /* flags */
2, /* major_version */
8, /* minor_version */
9, /* minor_version */
0, /* patch_version */
1083, /* op_count */
core_op_info_table, /* op_info_table */
Expand Down Expand Up @@ -26220,7 +26220,7 @@ static void hop_deinit(PARROT_INTERP)
hop_buckets = NULL;
}PARROT_EXPORT
op_lib_t *
Parrot_DynOp_core_2_8_0(PARROT_INTERP, long init) {
Parrot_DynOp_core_2_9_0(PARROT_INTERP, long init) {
/* initialize and return op_lib ptr */
if (init == 1) {

Expand Down Expand Up @@ -26249,7 +26249,7 @@ Parrot_lib_core_ops_load(PARROT_INTERP)

{
PMC *const lib = Parrot_pmc_new(interp, enum_class_ParrotLibrary);
((Parrot_ParrotLibrary_attributes*)PMC_data(lib))->oplib_init = (void *) Parrot_DynOp_core_2_8_0;
((Parrot_ParrotLibrary_attributes*)PMC_data(lib))->oplib_init = (void *) Parrot_DynOp_core_2_9_0;
dynop_register(interp, lib);
return lib;
}
Expand Down
Binary file modified t/native_pbc/integer.pbc
Binary file not shown.
Binary file modified t/native_pbc/number.pbc
Binary file not shown.
Binary file modified t/native_pbc/string.pbc
Binary file not shown.

0 comments on commit cf6e9a4

Please sign in to comment.