[svn:parrot] r47594 - trunk
jimmy at svn.parrot.org
jimmy at svn.parrot.org
Sun Jun 13 05:07:15 UTC 2010
Author: jimmy
Date: Sun Jun 13 05:07:15 2010
New Revision: 47594
URL: https://trac.parrot.org/parrot/changeset/47594
Log:
re-ordered NEWS
Modified:
trunk/NEWS
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS Sun Jun 13 05:05:29 2010 (r47593)
+++ trunk/NEWS Sun Jun 13 05:07:15 2010 (r47594)
@@ -3,7 +3,6 @@
New in 2.5.0
- Core
+ Added ByteBuffer PMC
- + Added a bunch of tests for Array PMCs
+ Modified some PMC vtable functions to reduce complexity, simplifying its coverage.
+ Deleted do-nothing custom mark in StringBuilder
+ Fixed up 'exit' opcode, added CONTROL_EXIT exception type.
@@ -17,6 +16,7 @@
+ Added \e strings
+ Added use of inversion lists for charclass lists in regexes
- Tests
+ + Added a bunch of tests for Array PMCs
+ Fixed some tests that were failing because of dynops
+ Some tests for the instrument dynpmc are added
- Platforms
More information about the parrot-commits
mailing list