Author: kjs
Date: Sat Nov 29 10:18:44 2008
New Revision: 33347

Modified:
   trunk/DEPRECATED.pod
   trunk/NEWS

Log:
[NEWS][DEPRECATED] Update NEWS and DEPRECATED for .arg->.set_arg etc.

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod        (original)
+++ trunk/DEPRECATED.pod        Sat Nov 29 10:18:44 2008
@@ -86,13 +86,6 @@
 
 =over 4
 
-=item * old-style PASM registers [post 0.6.4]
-
-Old-style PASM registers without the C<$> character are deprecated; use
-PIR-style registers only.
-
-See RT #57638.
-
 =item * C<global> keyword [post 0.6.4]
 
 See RT #48016
@@ -132,30 +125,6 @@
     print $S0
     substr $P0, 1, 2, "x"
 
-=item * C<.return> in C<.begin_return> / C<.end_return> [post 0.7.2]
-
-The C<.return> directive in a C<.begin_return> sequence will be replaced by
-the C<.set_return> directive. Likewise, C<.yield> in a C<.begin_yield>
-sequence will be replaced by C<.set_yield>.
-
-See RT #58980.
-
-=item * C<.arg> will become C<.set_arg> [post 0.7.2]
-
-In a C<.begin_call> sequence, the C<.arg> directive will be replaced by
-C<.set_arg>.
-
-See RT #58976.
-
-=item * C<.result> will become C<.get_result> [post 0.7.2]
-
-In a C<.begin_call> sequence, the C<.result> direcive will be replaced by
-the more descriptive C<.get_result>.
-
-See RT #58978.
-
-See RT #60592.
-
 =item * Exception Handlers won't automatically be disabled [post 0.8.1]
 
 Exception handlers won't be automatically disabled after 0.8.1.

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS  (original)
+++ trunk/NEWS  Sat Nov 29 10:18:44 2008
@@ -9,6 +9,11 @@
     - add macro handling to PASM mode
     - disable vanilla register allocation in PASM mode, but do allow 
optimization
     - add tests and bug fixes
+- Deprecated
+  + .arg is now .set_arg
+  + .result is now .get_result
+  + .yield (in .begin/end_yield) is now .set_yield
+  + .return (in .begin/end_return) is now .set_return
 
 New in 0.8.1
 - Implementation

Reply via email to