Change 34723 by [EMAIL PROTECTED] on 2008/11/04 20:35:37

        Notes on the remaining 2007 splits. Possibly brutally short.

Affected files ...

... //depot/maint-5.8/perl/pod/perl589delta.pod#6 edit

Differences ...

==== //depot/maint-5.8/perl/pod/perl589delta.pod#6 (text) ====
Index: perl/pod/perl589delta.pod
--- perl/pod/perl589delta.pod#5~34716~  2008-11-04 00:46:09.000000000 -0800
+++ perl/pod/perl589delta.pod   2008-11-04 12:35:37.000000000 -0800
@@ -87,6 +87,20 @@
 
 FIXME 23911 Add simple exception handling macros for XS writers.
 
+=head2 compatibility backport of 5.10.0's extension context marcos
+
+FIXME C<MY_CXT> and C<MY_CXT_INTERP>
+
+=head2 -D option enhancements 
+
+=over
+
+=item *
+
+C<-D> log runops loop entry and exit, and jump level popping.
+
+=back
+
 =head1 New Platforms
 
 Compile support added for:
@@ -821,6 +835,8 @@
 
 C<threads> upgraded to 1.61
 
+=for fixme Many improvements. 
+
 =item *
 
 C<threads::shared> upgraded to version 1.21
@@ -829,6 +845,11 @@
 
 =item *
 
+Smaller and quicker implementation that eliminates one internal structure and
+the consequent level of indirection.
+
+=item *
+
 User locks are now stored in a safer manner.
 
 =item *
@@ -1280,6 +1301,12 @@
 
 =item *
 
+PerlIO fd reference counting. 30269
+
+Fixes inconsistencies. API now doesn't leak C<FILE *>
+
+=item *
+
 Calling CORE::require()
 
 C<CORE::require> and C<CORE::do> were always parsed as C<require> and C<do>
End of Patch.

Reply via email to