[svn:parrot] r42391 - trunk

barney at svn.parrot.org barney at svn.parrot.org
Mon Nov 9 20:38:15 UTC 2009


Author: barney
Date: Mon Nov  9 20:38:12 2009
New Revision: 42391
URL: https://trac.parrot.org/parrot/changeset/42391

Log:
Fixed indention of the '+' lines.

Modified:
   trunk/NEWS

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	Mon Nov  9 20:35:36 2009	(r42390)
+++ trunk/NEWS	Mon Nov  9 20:38:12 2009	(r42391)
@@ -35,21 +35,21 @@
 
 New in 1.7.0
 - Functionality
- + Parrot_capture_lex has been added to the PARROT_EXPORT API
- + PARROT_MAX_ARGS has been increased from 8 to 16 to allow for ops that take more than 8 args
+  + Parrot_capture_lex has been added to the PARROT_EXPORT API
+  + PARROT_MAX_ARGS has been increased from 8 to 16 to allow for ops that take more than 8 args
 - Performance
- + The profiling runcore now caches metadata for improved performance
+  + The profiling runcore now caches metadata for improved performance
 - Maintenance and cleanup
   + Expanded the Parrot debugger documentation
   + Parrot debugger now uses the new Parrot STRING API
   + Continue to port rest of internals to use the STRING API
 - Deprecations
- + The JIT subsystem has been removed and is being written from the ground up. More
-   information can be found at https://trac.parrot.org/parrot/wiki/JITRewrite
- + Implicit optional named parameters (eligible in 2.1)
- + Continuation-based ExceptionHandlers (eligible in 2.1)
- + Use of undocumented variables in class_init (eligible in 2.1)
- + Parrot_oo_get_namespace (eligible in 2.1)
+  + The JIT subsystem has been removed and is being written from the ground up. More
+    information can be found at https://trac.parrot.org/parrot/wiki/JITRewrite
+  + Implicit optional named parameters (eligible in 2.1)
+  + Continuation-based ExceptionHandlers (eligible in 2.1)
+  + Use of undocumented variables in class_init (eligible in 2.1)
+  + Parrot_oo_get_namespace (eligible in 2.1)
 - Bugfix
   + Improved line number tracking in IMCC
 - Tests


More information about the parrot-commits mailing list