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:
94153ec
)
perldelta for 2efdfb1e6cf6
author
Tony Cook
<tony@develop-help.com>
Sun, 13 Dec 2015 23:09:38 +0000
(10:09 +1100)
committer
Tony Cook
<tony@develop-help.com>
Sun, 13 Dec 2015 23:09:38 +0000
(10:09 +1100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
8e575ac
..
7205eb5
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-379,6
+379,11
@@
many characters from the current C<pos()> position and start matching from
there. However, it was counting back bytes rather than characters, which
could lead to panics on utf8 strings.
+=item *
+
+In some cases operators that return integers would return negative
+integers as large positive integers. [perl #126635]
+
=back
=head1 Known Problems