diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-03-30 21:14:08 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-04-24 10:51:55 +0200 |
commit | e12cb30b0275e9b3bbf93f5bd609730d429cddca (patch) | |
tree | 4390bc6f9bd1377501f6b4020a51165036988922 /Porting/todo.pod | |
parent | a8751bc2557c3829c087af4a3e222b03fc5f3bad (diff) | |
download | perl-e12cb30b0275e9b3bbf93f5bd609730d429cddca.tar.gz |
Minor tweaks to the todo.
5.14 is long past - 5.18.0 is now the future stable release to aim for.
Correct the title of one entry to 0*o*ddd.
Add a missing close parenthesis.
Diffstat (limited to 'Porting/todo.pod')
-rw-r--r-- | Porting/todo.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Porting/todo.pod b/Porting/todo.pod index 29c6276c2b..8eb1a37703 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -400,7 +400,7 @@ Natively 64-bit systems need neither -Duse64bitint nor -Duse64bitall. On these systems, it might be the default compilation mode, and there is currently no guarantee that passing no use64bitall option to the Configure process will build a 32bit perl. Implementing -Duse32bit* -options would be nice for perl 5.14. +options would be nice for perl 5.18.0. =head2 Profile Perl - am I hot or not? @@ -948,7 +948,7 @@ as a module on CPAN. =head2 lexical aliases -Allow lexical aliases (maybe via the syntax C<my \$alias = \$foo>. +Allow lexical aliases (maybe via the syntax C<my \$alias = \$foo>). =head2 entersub XS vs Perl @@ -1113,7 +1113,7 @@ combines the code in pp_entersub, pp_leavesub. This should probably be done 1st in XS, and using B::Generate to patch the new OP into the optrees. -=head2 Add C<00dddd> +=head2 Add C<0odddd> It has been proposed that octal constants be specifiable through the syntax C<0oddddd>, parallel to the existing construct to specify hex constants @@ -1122,7 +1122,7 @@ C<0xddddd> =head1 Big projects Tasks that will get your name mentioned in the description of the "Highlights -of 5.14" +of 5.18.0" =head2 make ithreads more robust |