This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f11a306
)
Add perltodo entry for 0odddd, octal constant
author
Karl Williamson
<khw@khw-desktop.(none)>
Tue, 22 Jun 2010 20:44:53 +0000
(14:44 -0600)
committer
Jesse Vincent
<jesse@bestpractical.com>
Tue, 29 Jun 2010 02:30:05 +0000
(22:30 -0400)
pod/perltodo.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perltodo.pod
b/pod/perltodo.pod
index
851053d
..
532c01b
100644
(file)
--- a/
pod/perltodo.pod
+++ b/
pod/perltodo.pod
@@
-1243,6
+1243,12
@@
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>
+
+It has been proposed that octal constants be specifiable through the syntax
+C<0oddddd>, parallel to the existing construct to specify hex constants
+C<0xddddd>
+
=head1 Big projects
Tasks that will get your name mentioned in the description of the "Highlights