This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
todo
authorJesse Luehrs <doy@tozt.net>
Tue, 19 Jun 2012 07:05:20 +0000 (02:05 -0500)
committerJesse Luehrs <doy@tozt.net>
Tue, 19 Jun 2012 07:05:20 +0000 (02:05 -0500)
pod/perldelta.pod

index 0a8dbc8..39e9086 100644 (file)
@@ -1,6 +1,22 @@
 =encoding utf8
 
 =for todo
+5204593b74eb sv.c: Make sv_pvn_force_flags guard against SV_UNDEF_RETURNS_NULL.
+dad26a174010 Since the HTML files generated by pod2html claim to have a utf-8 charset, actually write the files out using utf-8.  This is a fix for RT #111446.
+28333232a1c7 Don’t localise CopSTASH(&PL_compiling) in newCONSTSUB
+c947b31cf142 Do away with stashpv_hvname_match
+d0279c7ce493 Fix bad assertions in pp_ctl.c:pp_caller
+df826430da0d make TRIE nodes "absorb" NOTHING->EXACT sequences
+3b6759a6b102 optimise (?:|) and related NOTHING like constructs out of the compiled optree
+5435c3759c45 Experimentally Use Unicode 6.2 beta
+4a808ed163df [perl #111610] Trouble with XS-APItest/t/clone-with-stack.t
+1db94eebfa93 Quieten B::Deparse warnings (fixes #113464).
+72a866183393 reorganize perlcheat
+9a62b98f29d2 gv.c: Don’t ENTER/LEAVE unnecessarily
+ee1b3814fd18 gv.c: Remove mro_method_changed_in() from gv_init
+a3c74922a705 Rmv mro_method_changed_in call on stub upgraded to const
+186a5ba82d58 Don’t create pads for sub stubs
+7ad40bcb0a19 Don’t call mro_method_changed_in after newCONSTSUB
 83b195e49dd1 ensure correctness if sv_2mortal modifies errno
 
 =head1 NAME