[svn:parrot] r38205 - trunk

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun Apr 19 10:10:22 UTC 2009


Author: fperrad
Date: Sun Apr 19 10:10:19 2009
New Revision: 38205
URL: https://trac.parrot.org/parrot/changeset/38205

Log:
[release] Updates to NEWS from commit log since last release.

Modified:
   trunk/NEWS

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	Sun Apr 19 05:05:14 2009	(r38204)
+++ trunk/NEWS	Sun Apr 19 10:10:19 2009	(r38205)
@@ -2,14 +2,30 @@
 
 New in 1.1.0
 - Core
-  + Added op: load_language
+  + Added op: load_language, find_caller_lex
+  + socket IO are back as PMC
+  + refactor some PMC: Hash, ManagedStruct
+- Compiler
+  + PGE
+    - Allow \x, \c, and \o in enumerated character classes (incl ranges)
+    - Add initial greedy-only version of ** <exp> quantifier
+  + PCT
+    - Add HLL source line bytecode annotations
 - Deprecations
   + Removed ops: gcd, exec, classname, need_finalize, runinterp, substr_r
-  + Removed dynamic op: mul 
+  + Removed dynamic op: mul
   + Removed .HLL_map directive; use interp's .hll_map() instead
   + Removed PMCs: slice, bound_nci, ref
   + Removed Configure.pl option: --pmc
   + Removed PMC union struct
+- Documentation
+  + Book
+    - Reorganization and many improvements & additions
+- Tools
+  + Add a parrot-fuzzer
+- Miscellaneous
+  + Improve Debian/Ubuntu package
+
 
 New in 1.0.0
 - Documentation


More information about the parrot-commits mailing list